Extension:Kameleoon

Revision as of 16:17, 23 September 2010 by Enzo90910 (talk | contribs)


MediaWiki extensions manual
Kameleoon
Release status: experimental
[[File:File:KameleoonLogo.png|px]]
Implementation MyWiki
Description Kameleoon allows you to easily customize your wiki's design: change colors or fonts; add gradients, rounded corners to your template. Instantly!
Author(s) [[User:Vincent Bernardi|Vincent Bernardi]][[User talk:Vincent Bernardi|talk]]
Latest version 0.1 (September 23rd, 2010)
MediaWiki 1.16.0
PHP 5.3
License GNU General Public License, version 2
Download No link

What can this extension do?

PAGE IN CONSTRUCTION

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. -->

See also