Extension:Examples

This page is a translated version of the page Extension:Examples and the translation is 10% complete.
Manual för MediaWikitillägg
Examples
Utgivningsstatus: stabil
Genomförande Exempel, ContentHandler
Författare Krinkle, Kaldari
MediaWiki 1.32
Licenser GNU General Public License 2.0 eller senare
Ladda ner
Översätt tillägget Examples om det finns tillgängligt på translatewiki.net
Ärenden Öppna ärenden · Rapportera en bugg

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.


Installation

  • 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' );
  • Yes KlartNavigate to "Special:Version" on your wiki to verify that the extension is successfully installed.


See also