Extension:Editcount

From Linux Web Expert

MediaWiki extensions manual
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 Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
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

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/Editcount</tvar>|Download]] and move the extracted <tvar name=name>Editcount</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Editcount
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'Editcount' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

See also

  • 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.