Extension:Examples/pl

This page is a translated version of the page Extension:Examples and the translation is 20% 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

  • Download and extract the files in a directory called examples in your extensions/ folder.

If you're a developer then instead you should use git clone to clone the mediawiki/extensions/examples repository in your extensions/ folder.

  • Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'examples' );
  •   ZrobioneNavigate to "Special:Version" on your wiki to verify that the extension is successfully installed.


Zobacz też