Extension:SpecialUserScore

Category:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
SpecialUserScore
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions, User activity Category:User activity extensions
Description Measures the user scores by the number of contributions.
Author(s)
Latest version 2.5 (2025-04-23)
MediaWiki 1.39+Category:Extensions with manual MediaWiki version
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in GitHub version control
README
Category:All extensionsCategory:Extensions not in ExtensionJson

The SpecialUserScore extension provides a special page for displaying user score as measured by number of contributions.

Installation

  • Download and place the file(s) in a directory called SpecialUserScore in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'SpecialUserScore' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:All extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:GPL licensed extensions Category:Special page extensions Category:Stable extensions Category:User activity extensions Category:WgQueryPages extensions