From 97f3295367a29555a2daa88b80f3971cc9cff813 Mon Sep 17 00:00:00 2001 From: lakejason0 Date: Tue, 20 Jul 2021 14:18:57 +0800 Subject: [PATCH] Update --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 04e5909..766a870 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ # mediawiki-skins-Lakeus + My first MediaWiki skin. + +## Description + +Lakeus is a simple skin made for MediaWiki by Lakejason0 and other contributors, which is named after a character in Lakejason0's novels. It's based on the skin template provided by [The skins lab tool](https://skins.wmflabs.org/#/add). + +The skin covers most of the basic functions of MediaWiki, esp. for `zh` users that I added a separate variant menu. + +Unfortunately I know nothing of PHP, so the result might not be that amazing to you. + +## Requirements + +* A running instance of MediaWiki 1.36 or higher + * This is because to use the Mustache templates in 1.35 I need to extend the `SkinMustache` class in PHP, but it's out of my ability. + +## Installation + +To install the skin, + +* Download the repository. +* Make a folder called `Lakeus` in `skins` directory of your MediaWiki. +* Extract the content of the zipped file to the `Lakeus` folder. +* Put this in your `LocalSettings.php`: +```php +wfLoadSkin( 'Lakeus' ); +```