Extension:EditcountAdditions

From mediawiki.org
MediaWiki extensions manual
EditcountAdditions
Release status: beta
Description Shows the local editcount on Special:Preferences for wikis that use the user table as a shared table.
Author(s) (Jack Phoenixtalk)
Latest version 0.2.0
Compatibility policy Master maintains backward compatibility.
MediaWiki 1.39.6+
Database changes No
License Creative Commons Zero v1.0 Universal
Download
Example ShoutWiki
Quarterly downloads 3 (Ranked 147th)
Public wikis using 933 (Ranked 284th)
Translate the EditcountAdditions extension if it is available at translatewiki.net

The EditcountAdditions extension shows the local editcount on Special:Preferences for wikis that use the user table as a shared table.

Installation[edit]

  • Download and move the extracted EditcountAdditions 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/EditcountAdditions
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'EditcountAdditions' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.