Jump to content

Extension:CreatedPagesList/pl

From mediawiki.org
This page is a translated version of the page Extension:CreatedPagesList and the translation is 25% complete.
Podręcznik rozszerzeń MediaWiki
CreatedPagesList
Status wydania: stabilne
Realizacja Strona specjalna
Opis Lists all articles created by selected author.
Autor(zy) Edward Chernenko
Ostatnia wersja 1.2.1
Polityka zgodności Snapshots releases along with MediaWiki. Master nie jest kompatybilny wstecznie.
MediaWiki 1.27+
Zmiany w bazie danych Tak
Tabele createdpageslist
Licencja Licencja GNU General Public License 2.0 lub późniejsza
Pobieranie
Quarterly downloads 8 (Ranked 123rd)
Przetłumacz rozszerzenie CreatedPagesList jeżeli jest dostępne na translatewiki.net

The CreatedPagesList extension adds special page ("Special:CreatedPagesList"), which lists all articles (i.e. pages in content namespaces) created by specific user.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie CreatedPagesList w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CreatedPagesList
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'CreatedPagesList' );
    
  • Uruchom skrypt aktualizujący, który automatycznie stworzy potrzebne tabele dla tego rozszerzenia.
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.