Extension:GlobalContribs/pl

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Podręcznik rozszerzeń MediaWiki
GlobalContribs
Status wydania: stabilne
Realizacja Strona specjalna
Opis A MediaWiki extension to access all contributions of a user in a wikifarm, via GlobalContributions and GlobalEditcount
Autor(zy)
Ostatnia wersja 1.1.0 (2020-03-18)
MediaWiki 1.35+
PHP 5.3+
Zmiany w bazie danych Nie
Licencja GNU General Public License 3.0
Pobieranie
README.md
Przykład Special:GlobalContributions and Special:GlobalEditcount on en.brickipedia.org
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Przetłumacz rozszerzenie GlobalContribs jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

GlobalContribs is a MediaWiki extension that creates two special pages, Special:GlobalContributions and Special:GlobalEditcount on a wiki.

Instalacja

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/GlobalContribs/pl</tvar>|Download]] and move the extracted <tvar name=name>GlobalContribs/pl</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GlobalContribs%2Fpl
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'GlobalContribs/pl' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>