Extension:EditcountAdditions
![]() Release status: betaCategory:Beta status extensions |
|
---|---|
Description | Shows the local editcount on Special:Preferences for wikis that use the user table as a shared table. |
Author(s) | Jack Phoenix (Jack Phoenixtalk) |
Latest version | 0.2.0 |
Compatibility policy | Master maintains backward compatibility.Category:Extensions with master compatibility policy |
MediaWiki | 1.43.1+Category:Extensions with manual MediaWiki version |
Database changes | No |
License | Creative Commons Zero v1.0 Universal |
Download | Category:Extensions in Wikimedia version control |
Example | ShoutWiki |
Quarterly downloads | 0 |
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
- Download and move the extracted
EditcountAdditions
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/EditcountAdditions - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'EditcountAdditions' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed. Category:Extensions by ShoutWiki
Category:All extensions
Category:Beta status extensions
Category:Extensions by ShoutWiki
Category:Extensions in Wikimedia version control
Category:Extensions with invalid or missing type
Category:Extensions with manual MediaWiki version
Category:Extensions with master compatibility policy
Category:Extensions without an image
Category:GetPreferences extensions
Category:PageSaveComplete extensions
Category:Public domain licensed extensions