Extension:Examples/pl
Page needs to be updated after finishing the phab:T156568 ticket as it's a major refactor of the extension to a more recent architecture of MediaWiki extensions and use of MediaWiki 1.25+. |
![]() 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 yourextensions/
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' );
- Zrobione – Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.