-
Notifications
You must be signed in to change notification settings - Fork 12
dantman/monaco-port
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 <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 title="My Title">...</right-sidebar> to include that sidebar in a sidebar box.
About
Porting Wikia's Monaco skin into a brandless MediaWiki skin for vanilla MediaWiki
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published