Extension:Theme Designer
From MediaWiki.org
|
Theme Designer Release status: experimental |
|
|---|---|
| Implementation | MyWiki, Special page |
| Description | |
| Author(s) | Daniel Friesen (DantmanTalk) |
| MediaWiki | 1.17 |
| License | GPL2+ |
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
|
Check usage (experimental) |
|
ThemeDesigner is an experimental extension intended to provide a user interface for customizing a wiki's skins through it's site css pages with live preview of the customization and potentially a gui for customizing the simpler parts of a skin without writing css.
[edit] Installation
- Download a snapshot and extract it to your extensions directory. Choose the version that matches your version of MediaWiki.
- Add
to the bottom of LocalSettings.php.require_once( "$IP/extensions/ThemeDesigner/ThemeDesigner.php" );
- Installation can now be verified through Special:Version of your wiki.