dantman / monaco-port

Porting Wikia's Monaco skin into a brandless MediaWiki skin for vanilla MediaWiki
14 stars 12 forks source link

To install, install monaco-port into a monaco/ folder in your skins/ folder. From the command line you can do this by cd'ing to your skins/ folder inside your MediaWiki installation and running git clone git://github.com/dantman/monaco-port.git monaco.

After you have placed the skin into that folder add require_once("$IP/skins/monaco/monaco.php"); near the end of your LocalSettings.php to finish installation of the skin.

You can also include the ExtendedBodyAttributes.php code if you wish to re-introduce the mainpage and loggedout classes that were in Wikia's version of Monaco, doing this will actually make these css classes available globally to all skins that are programmed using the MediaWiki 1.16 headElement code.

There is also another sub skin for monaco included in the package, AniMonaco, which features some of my own ideas geared towards animanga wiki. You can install it similarly using require_once("$IP/skins/monaco/animonaco.php");, be sure to install Monaco first.

Additionally you can install the ContentRightSidebar extension using require_once("$IP/skins/monaco/ContentRightSidebar.php");, doing so will provide you with a ... tag which will create right floated content in the page that will be moved into the right sidebar in monaco based skins. You can also use it with the args ... to include that sidebar in a sidebar box.