Skin:Mask
Jump to navigation
Jump to search
Mask Release status: beta |
|
---|---|
![]() |
|
Description | Mask skin for the Compendium of Fragments |
Author(s) | |
Latest version | 0.6.2 (2015-05-24) |
License | GPL-2.0+ |
Download | |
Example | http://compendium.zaori.org/wiki/Main_Page |
Translate the Mask skin if it is available at translatewiki.net | |
Check usage and version matrix; |
Fantasy-style skin using a mask design made for a wiki styled after a magic book.
Has slight problem in that it utterly lacks HiDPI support, and it's massive already. Not really sure what to do with it. Also doesn't really work with a lot of normal wiki article stuff.
Installation[edit]
- Download and place the file(s) in a directory called
Mask
in yourskins/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadSkin( 'Mask' );
Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
To users running MediaWiki 1.24 or earlier:
The instructions above describe the new way of installing skins using wfLoadSkin()
, since MediaWiki 1.25. If you need to install this skin in earlier versions, instead of wfLoadSkin( 'Mask' );
, you need to use:
require_once "$IP/skins/Mask/Mask.php";
(To run an skin on an earlier release, you may need to download the version of it tagged for that release from Special:SkinDistributor.)
Configuration[edit]
Probably something. Need to check the qqq.json and add this...