Extension:Application
From MediaWiki.org
|
Release status: experimental |
|||
|---|---|---|---|
| Implementation | User interface, MyWiki | ||
| Description | test | ||
| License | No license specified | ||
| Download | no link | ||
|
|||
|
check usage (experimental) |
|||
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:
global $wgGoogleMapsEnablePaths; if( !isset( $wgGoogleMapsEnablePaths ) ) { $wgGoogleMapsEnablePaths = false; } require_once("$IP/extensions/mywiki/mywiki.php");