Extension:Theme Designer

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual
Crystal Clear action run.png
Theme Designer

Release status: experimental

Theme Designer.png
Implementation MyWiki, Special page
Author(s) Daniel Friesen (Dantmantalk)
MediaWiki 1.17
License GPL2+
Download Template:WikimediaDownload/svn

Translate the Theme Designer extension if it is available at translatewiki.net

Check usage and version matrix; code metrics

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.

Installation[edit | edit source]

  1. Download a snapshot and extract it to your extensions directory. Choose the version that matches your version of MediaWiki.
  2. Add
    require_once( "$IP/extensions/ThemeDesigner/ThemeDesigner.php" );
    to the bottom of LocalSettings.php.
  3. Installation can now be verified through Special:Version of your wiki.