This is an unbranded fork of the Monaco skin originally developed by Fandom (formerly known as Wikicities and Wikia).
Compared to the original version of the skin, this fork now supports MediaWiki version 1.41+ officially. This codebase will usually remain up-to-date against MediaWiki, and will drop support for older versions unconditionally once it becomes impractical to continue to support them.
To install, install Monaco 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/Universal-Omega/Monaco.git Monaco
After you have placed the skin into that folder add:
wfLoadSkin( 'Monaco' );
near the end of your LocalSettings.php to finish installation of the skin.
Additionally you can install the Monaco/ContentRightSidebar extension using:
wfLoadSkin( 'Monaco/ContentRightSidebar' );
Doing so will provide you with a <right-sidebar>...</right-sidebar>
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
<right-sidebar with-box="true" title="My Title">...</right-sidebar>
to include that sidebar in a sidebar box. Note that a value is required for
the with-box
attribute when this extension is used with MediaWiki 1.25 or
later. For consistency, it is suggested that you provide this value anyway,
since it also works with earlier versions of MediaWiki.
All of the code released by Fandom was made available under GPL v2.0 or later. This license can be found in the LICENSE file.
A fork maintained by haleyjd supports MediaWiki versions 1.24 to 1.29 officially, with verified support for 1.30+ in the works.
This is an unbranded fork of the Monaco skin originally developed by Wikia (now Fandom) which is being maintained for use at DoomWiki.org. It was also previously deployed at the Orain non-profit wiki farm before it went offline.