Extension:MooTools 1.2 Core
From MediaWiki.org
|
Release status: stable |
|||
|---|---|---|---|
| Implementation | Skin | ||
| Description | Adds mootools-1.2-core-yc.js to each page | ||
| Author(s) | The MooTools Dev Team | ||
| Last Version | 1.0 (2008-07-18) | ||
| MediaWiki | 1.12.0 | ||
| License | MIT | ||
| Download | From Subversion | ||
|
|||
|
check usage (experimental) |
|||
[edit] What can this extension do?
Nothing, by itself. It includes the awesome MooTools Javascript framework, for other extensions to build upon.
[edit] Installation
Create a subdirectory in your extensions directory:
(we do this to make it easy to distribute all Uniwiki extensions as a bundle)
cd /your/wiki/extensions mkdir uniwiki
Download the extension using subversion:
cd /your/wiki/extensions/uniwiki svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/uniwiki/MooTools12core
Add the following to LocalSettings.php:
require_once("$IP/extensions/uniwiki/MooTools12core/MooTools12core.php");