Пашырэньне:Editcount

This page is a translated version of the page Extension:Editcount and the translation is 86% complete.
інструкцыя па пашырэньнях МэдыяВікі
Editcount
Статус выданьня: стабільны
Укараненьне Спэцыяльная старонка
Апісаньне Паказвае колькасьць рэдагаваньняў удзельніка
Аўтар(ы) Ævar Arnfjörð Bjarmason
MediaWiki >= 1.36.0
Зьмены базы зьвестак Не
Ліцэнзія Агульная публічная ліцэнзія GNU 2.0 ці навейшая
Загрузіць
Quarterly downloads 38 (Ranked 100th)
Public wikis using 1,518 (Ranked 208th)
Перакласьці пашырэньне Editcount, калі яно даступнае на translatewiki.net
Праблемы Адкрытыя задачы · Паведаміць пра памылку

Пашырэньне Editcount дадае спэцыяльную старонку, якая паказвае колькасьць рэдагаваньняў. Гэтая спэцыяльная старонка можа быць даступная як праз Special:Editcount[/user], так і ўключэньнем {{Special:Editcount/user[/namespace]}}.

Устаноўка

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

Глядзіце таксама

  • Extension:CreatedPagesList - спэцыяльная старонка, якая паказвае сьпіс створаных карыстальнікам артыкулаў.
  • 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.