Extension:Editcount
(Redirected from Extension:EditCount)
![]() Release status: stable |
|
---|---|
Implementation | Special page |
Description | Displays the edit count of a user |
Author(s) | Ævar Arnfjörð Bjarmason |
MediaWiki | 1.32+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | |
Quarterly downloads | 41 (Ranked 137th) |
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[edit]
- Download and place the file(s) in a directory called
Editcount
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'Editcount' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
See also[edit]
- Extension:CreatedPagesList - special page that displays the list of articles created by user.
- Extension:EditCountNeue - Another extension doing the same thing, but is using parser function rather than includable special page to retrieve edit counts on a regular page.
![]() | This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |