Skin for the AmpMod Wiki.
https://ampmod.miraheze.org
- CSS 73.9%
- PHP 26.1%
|
|
||
|---|---|---|
| .github/workflows | Update php.yml | |
| i18n | AMWS: initial commit | |
| resources | AMWS: initial commit | |
| .gitignore | Shut up, error logs | |
| AmpModWikiSkin.hooks.php | AMWS: initial commit | |
| AmpModWikiSkin.skin.php | AMWS: initial commit | |
| AmpModWikiSkinTemplate.php | AMWS: initial commit | |
| consts.php | AMWS: initial commit | |
| CREDITS | AMWS: initial commit | |
| LICENSE | Updates for MediaWiki 1.39 ( #121 ) | |
| README.md | Update README.md | |
| skin.json | AMWS: initial commit | |
AmpModwikiSkin is like ScratchWikiSkin2 but with all Scratch-related elements stripped. It is intended for the AmpMod project but can be used by any wiki.
Do not install this side-by-side with SWS2. It will cause errors.
Installation
- Download the contents of this repository and save them into $wgScriptPath/skins/ScratchWikiSkin2 (a new directory)
- Add the following line to LocalSettings.php:
wfLoadSkin( 'ScratchWikiSkin2' );
- If desired, set $wgDefaultSkin as follows:
$wgDefaultSkin = 'scratchwikiskin2';