Extension:SpecialUserScore
Appearance
Release status: stable |
|
|---|---|
| Implementation | Special page, User activity |
| Description | Measures the user scores by the number of contributions. |
| Author(s) | |
| Latest version | 2.5 (2025-04-23) |
| MediaWiki | 1.39+ |
| Database changes | No |
| License | GNU General Public License 2.0 or later |
| Download | GitHub:
Note: README |
The SpecialUserScore extension provides a special page for displaying user score as measured by number of contributions.
Installation
[edit]- Download and place the file(s) in a directory called
SpecialUserScorein yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'SpecialUserScore' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
