Extension:Editcount/de-formal

This page is a translated version of the page Extension:Editcount and the translation is 29% complete.
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 40 (Ranked 102nd)
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

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens Editcount im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Editcount
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'Editcount' );
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Siehe auch

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