Extension:ContributorsAddon

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
ContributorsAddon

Release status: beta

ContributorsAddon Example.PNG
Implementation User activity
Description Creates a JavaScript popup DIV containing output from the Contributors extension - popup is activated when the mouse is moved over the 'Main Contributors' link
Author(s) Tim Laquatalk
MediaWiki 1.8+
Database changes No
License No license specified
Download
Example PoxWiki.com
Hooks used
OutputPageParserOutput
Check usage and version matrix; stats

The ContributorsAddon extension creates JavaScript popup DIVs (boxes) containing the prominent contributors list generated by the Contributors Extension.

Requirements[edit]

This extension requires that the Contributors Extension is already installed and working.

Installation[edit]

  1. Download the latest snapshot and extract it to your extensions directory.
  2. Add the following code to your LocalSettings.php (at the bottom)
require_once( "$IP/extensions/ContributorsAddon/ContributorsAddon.php" );

OR:

  1. Go to the extensions folder: cd wiki-instal-folder/extensions
  2. Get files from SVN: svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/ContributorsAddon
  3. Add the following code to your LocalSettings.php (at the bottom)
require_once( "$IP/extensions/ContributorsAddon/ContributorsAddon.php" );

Usage[edit]

Does not interfere with the core functionality of the Contributors Extension - when JavaScript is supported, moving your mouse over the 'Main Contributors' link will cause a popup DIV to be displayed containing the most prominent contributors to an article.

See the Contributors Extension for available configuration settings.

Language: English  • português do Brasil