Extension:Examples/pl

This page is a translated version of the page Extension:Examples and the translation is 33% complete.
Podręcznik rozszerzeń MediaWiki
Examples
Status wydania: stabilne
Realizacja Przykład, ContentHandler
Autor(zy) Krinkle, Kaldari
MediaWiki 1.32
Licencja GNU General Public License 2.0 lub późniejsza
Pobieranie
Przetłumacz rozszerzenie Examples jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

The Examples extension is a collection of small extensions that extend the BoilerPlate extension, implementing some common features. It has many additional annotations and inline comments explaining how it all works. Read the Examples extension, base your own code on the BoilerPlate extension.

Instalacja

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


Zobacz też