Extension:SpecialUserScore

From Linux Web Expert

MediaWiki extensions manual
SpecialUserScore
Release status: unmaintained
File:UserScore-Screenshot.gif
Implementation Special page , User activity
Description Measures the user scores by the number of contributions.
Author(s)
Latest version 2.3 (2017-03-31)
MediaWiki 1.25+
Database changes No
License GNU General Public License 2.0 or later
Download
README
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').

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

Installation

  • <translate> <tvar name=1>Download</tvar> and place the file(s) in a directory called <tvar name=name>SpecialUserScore</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'SpecialUserScore' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

See also