Jump to content

Extension:WikiTextLoggedInOut/pl

From mediawiki.org
This page is a translated version of the page Extension:WikiTextLoggedInOut and the translation is 14% complete.
Podręcznik rozszerzeń MediaWiki
WikiTextLoggedInOut
Status wydania: stabilne
Realizacja Znaczniki
Opis Two new parser hooks, ‎<loggedin> and ‎<loggedout> to show different text depending on the users' login state
Autor(zy) Aaron Wright
David Pean
Jack Phoenix
Ostatnia wersja 1.5.0 (2015-11-20)
MediaWiki 1.39+
Licencja Licencja GNU General Public License 2.0 lub późniejsza
Pobieranie
Przykład Halopedia main page (displays random avatars for anonymous users and a welcome message for registered users, achieved with the usage of ‎<loggedin> and ‎<loggedout> tags)
Quarterly downloads 5 (Ranked 126th)
Przetłumacz rozszerzenie WikiTextLoggedInOut jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

WikiTextLoggedInOut extension adds two new parser hooks, ‎<loggedin> and ‎<loggedout>. The tags will show different text depending on the users' login state.


Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie WikiTextLoggedInOut 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/WikiTextLoggedInOut
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'WikiTextLoggedInOut' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.