Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lakejason0 committed Jul 20, 2021
1 parent 9b5979c commit 97f3295
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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' );
```

0 comments on commit 97f3295

Please sign in to comment.