Extension:Editcount/ha

Category:GPL licensed extensions/ha
MediaWiki extensions manual
Editcount
Release status: stableCategory:Stable extensions/ha
Implementation Special page Category:Special page extensions/ha
Description Displays the edit count of a user
Author(s) Ævar Arnfjörð Bjarmason
MediaWiki >= 1.36.0
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control/ha
Quarterly downloads 19 (Ranked 77th)
Public wikis using 1,518 (Ranked 208th)
Translate the Editcount extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions/ha

The 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]}}.

This extension does not support anonymous users.

Installation

  • Download and move the extracted Editcount folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Editcount
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Editcount' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:Edit extensions/ha
Category:All extensions/ha Category:Edit extensions/ha Category:Extensions in Wikimedia version control/ha Category:Extensions included in Canasta/ha Category:Extensions included in Fandom/ha Category:Extensions included in Miraheze/ha Category:Extensions included in MyWikis/ha Category:Extensions included in ShoutWiki/ha Category:Extensions included in WikiForge/ha Category:GPL licensed extensions/ha Category:Special page extensions/ha Category:Stable extensions/ha