Extension:Editcount/ha
Appearance
Editcount Release status: stable |
|
---|---|
Implementation | Special page |
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 | |
Quarterly downloads | 30 (Ranked 102nd) |
Public wikis using | 1,518 (Ranked 208th) |
Translate the Editcount extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
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]}}
.
Installation
- Download and move the extracted
Editcount
folder to yourextensions/
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' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
See also
- Extension:CreatedPagesList - special page that displays the list of articles created by the user.
- Extension:EditCountNeue - Another extension doing the same thing but is using a parser function rather than an includable special page to retrieve edit counts on a regular page.
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
Categories:
- Stable extensions/ha
- Special page extensions/ha
- GPL licensed extensions/ha
- Extensions in Wikimedia version control/ha
- All extensions/ha
- Extensions included in Canasta/ha
- Extensions included in Fandom/ha
- Extensions included in Miraheze/ha
- Extensions included in ShoutWiki/ha
- Extensions included in WikiForge/ha
- Edit extensions/ha