Template:Extension/Sample
From MediaWiki.org
|
Release status: beta |
|
|---|---|
| Description | |
| License | No license specified |
| Download | no link |
Contents |
[edit] What can this extension do?
[edit] Usage
[edit] Download instructions
Please cut and paste the code found below and place it in $IP/extensions/ExtensionName/ExtensionName.php. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
#add configuration parameters here #setup user rights here require_once("$IP/extensions/ExtensionName/ExtensionName.php");
[edit] Configuration parameters
[edit] User rights
[edit] Code
<!-- put your code here - note that the ending ?> tag should not be present, as it's not needed and is likely to cause only problems. This has been since MediaWiki 1.11 and newer releases. -->