Extension:Application

From MediaWiki.org

Jump to: navigation, search

     

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
mywiki extension

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");