Template:Extension/Sample
![]() Release status: beta |
|
---|---|
MediaWiki | |
License | No license specified |
Download | No link |
Translate the Extension/Sample extension if it is available at translatewiki.net |
The MyExtension extension does foo.
Installation[edit]
- Download and place the file(s) in a directory called
Extension
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:require_once "$IP/extensions/Extension/Extension.php";
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.