Extension:Editcount
|
Editcount Release status: stable |
|
|---|---|
| Implementation | Special page |
| Description | Displays edit count of a user |
| Author(s) | Ævar Arnfjörð Bjarmason |
| License | GPL v2 + |
| Download | |
| Example | Central Wikia |
| Check usage and version matrix; stats | |
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]}} (Local Namespace is working)
Download[edit]
You can download the extension directly from the MediaWiki source code repository (browse code). You can get:
- One of the extensions tags
Not all extensions have tags. Some extensions have tags for each release, in which case those tags have the same stability as the release. To download a tag
- Go to the tags list
- Click the name of the tag you want to download
- Click "snapshot"
- The latest version of one of the extensions branches
Each extension has a master branch containing the latest code (might be unstable). Extensions can have further branches as well.
- Go to the branches list
- Click the branch name
- Click "snapshot"
- A snapshot made during the release of a MediaWiki version.
This might be unstable and is not guaranteed to work with the associated MediaWiki version.
After you've got the code, save it into the extensions/Editcount directory of your wiki.
If you are familiar with git and have shell access to your server, you can obtain the extension, with all its tags and branches, as follows:
cd extensions
git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Editcount.git
Installation[edit]
- Download a snapshot. Choose the version that matches your version of MediaWiki.
- Create a folder called Editcount and put the files in this folder.
- Extract the new folder to your extensions directory folder.
- Add
to LocalSettings.php.require_once( "{$IP}/extensions/Editcount/Editcount.php" );
- alternatively, add
to LocalSettings.php if the name of the file is SpecialEditcount.php.require_once( "{$IP}/extensions/Editcount/SpecialEditcount.php" );
- Installation can now be verified through Special:Version of your wiki.
See also[edit]
| Language: | English • 日本語 • português do Brasil |
|---|