Extension:NewBot
From MediaWiki.org
|
Release status: beta |
|
|---|---|
| Description | |
| License | No license specified |
| Download | No link |
|
Check usage (experimental) |
|
Contents |
[edit] What can this extension do?
[edit] Usage
[edit] Download instructions
Please copy 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");
