Skin for the Scratch Wiki.
- CSS 63.9%
- PHP 36.1%
| .github/workflows | ||
| i18n | ||
| resources | ||
| .gitignore | ||
| consts.php | ||
| CREDITS | ||
| LICENSE | ||
| README.md | ||
| ScratchWikiSkin.hooks.php | ||
| ScratchWikiSkin.php | ||
| ScratchWikiSkin.skin.php | ||
| ScratchWikiSkinTemplate.php | ||
| skin.json | ||
This is the default skin for the various Scratch Wikis.
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';