Skin:HasSomeColours

MediaWiki skins manual - category
HasSomeColours
Release status: beta
Author(s) Isarra
MediaWiki 1.35+
License GNU General Public License 2.0 or later
Download
Example Example on Skins wiki
Quarterly downloads 23 (Ranked 23rd)
Public wikis using 23 (Ranked 73rd)
Public wikis using as default skin 1
Translate the HasSomeColours skin if it is available at translatewiki.net
Issues : Open tasks · Report a bug

The skin has some colours, probably. Implements a global navigation menu, same as Splash and WoOgLeShades, but also works fine without it.

Installation edit

  • Download and place the file(s) in a directory called HasSomeColours in your skins/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadSkin( 'HasSomeColours' );
    
  •   Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.

Configuration: themes edit

HasSomeColours implements configurable pseudothemes, used by setting skin configuration variables in LocalSettings.php for primary and secondary non-content colours. For example:

Grey/red (default) edit

$wgHasSomeColoursColourOne = '#555';
$wgHasSomeColoursColourTwo = '#d77';

Blue/cyan (original) edit

$wgHasSomeColoursColourOne = '#26c';
$wgHasSomeColoursColourTwo = '#7cf';