Template:Extension/Sample: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
!!!IF YOU SEE THIS INSTEAD OF A PRETTY INFOBOX, YOU FORGOT TO REMOVE THE TAG LINE!!! |
|||
<!--- |
<!--- |
||
************************************************************** |
************************************************************** |
Revision as of 14:00, 21 October 2008
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 |
What can this extension do?
Usage
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.
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");
Configuration parameters
User rights
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. -->