Extension:Editcount
From MediaWiki.org
|
Editcount Release status: stable |
|
|---|---|
| Implementation | Special page |
| Description | Displays edit count of a user |
| Author(s) | Ævar Arnfjörð Bjarmason |
| License | GPL v2 + |
| Download | Download snapshot Subversion [Help] |
| Example | Central Wikia |
|
Check usage (experimental) |
|
Editcount extension adds a special page that displays edit counts. This special page can be accessed from Special:Editcount[/user] as well as being included like {{Special:Editcount/user[/namespace]}} (Local Namespace is working)
[edit] Installation
- Download a snapshot. Choose the version that matches your version of MediaWiki.
- Create a folder called Editcount and put the files in this folder.
- Extract the new folder to your extensions directory folder.
- Add
to LocalSettings.php.require_once( "{$IP}/extensions/Editcount/Editcount.php" );
- alternatively, add
to LocalSettings.php if the name of the file is SpecialEditcount.php.require_once( "{$IP}/extensions/Editcount/SpecialEditcount.php" );
- Installation can now be verified through Special:Version of your wiki.