[ARCHIVED] MediaWiki skin Blueprint

Clone this repo:
  1. fc163e4 Localisation updates from https://translatewiki.net. by Translation updater bot · 7 years ago master
  2. 994d919 Localisation updates from https://translatewiki.net. by Translation updater bot · 7 years ago
  3. 1df35e6 Localisation updates from https://translatewiki.net. by Translation updater bot · 7 years ago
  4. 7a6f285 Localisation updates from https://translatewiki.net. by Translation updater bot · 7 years ago
  5. 23c0754 Localisation updates from https://translatewiki.net. by Translation updater bot · 7 years ago

Blueprint

MediaWiki skin for the the living styleguide.

Installation

Clone the skin in mediawiki/skins/ and install dependencies:

$ git clone https://gerrit.wikimedia.org/r/mediawiki/skins/Blueprint Blueprint
$ cd Blueprint
$ composer install

Enable and set the skin as default, add this to LocalSettings.php:

require_once "$IP/skins/Blueprint/Blueprint.php";
$wgDefaultSkin = "blueprint";