-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b5979c
commit 97f3295
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' ); | ||
``` |