mirror of
https://github.com/InternationalScratchWiki/ScratchWikiSkin2.git
synced 2026-04-29 08:36:18 -04:00
Skin for the Scratch Wiki.
https://en.scratch-wiki.info
- CSS 63.8%
- PHP 36.2%
|
|
||
|---|---|---|
| .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';