Extension:Editcount

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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]

Browse source code
View code changes

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

  1. Download a snapshot. Choose the version that matches your version of MediaWiki.
  2. Create a folder called Editcount and put the files in this folder.
  3. Extract the new folder to your extensions directory folder.
  4. Add
    require_once( "{$IP}/extensions/Editcount/Editcount.php" );
    to LocalSettings.php.
  5. alternatively, add
    require_once( "{$IP}/extensions/Editcount/SpecialEditcount.php" );
    to LocalSettings.php if the name of the file is SpecialEditcount.php.
  6. Installation can now be verified through Special:Version of your wiki.

[edit] See also

Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox