Skin for the Scratch Wiki.
  • CSS 63.9%
  • PHP 36.1%
Find a file
2026-04-27 21:23:38 -04:00
.github/workflows Update php.yml 2021-01-06 17:45:03 -05:00
i18n oops 2026-04-27 21:23:38 -04:00
resources Some nitpicky things 2026-04-27 21:21:46 -04:00
.gitignore Shut up, error logs 2020-09-07 09:10:18 +02:00
consts.php Dark theme (#99) 2021-12-19 21:13:42 -06:00
CREDITS Add support for checking Echo notifications (#129) 2023-12-18 12:39:24 -06:00
LICENSE Updates for MediaWiki 1.39 (#121) 2023-03-06 21:29:08 -06:00
README.md Update README and change mode 2018-04-16 13:19:42 +08:00
ScratchWikiSkin.hooks.php Updates for MediaWiki 1.39 (#121) 2023-03-06 21:29:08 -06:00
ScratchWikiSkin.php Update README and change mode 2018-04-16 13:19:42 +08:00
ScratchWikiSkin.skin.php Updates for MediaWiki 1.39 (#121) 2023-03-06 21:29:08 -06:00
ScratchWikiSkinTemplate.php Some more patching 2026-04-27 00:29:07 -04:00
skin.json oops 2026-04-27 21:23:38 -04:00

This is the default skin for the various Scratch Wikis.

Installation

  1. Download the contents of this repository and save them into $wgScriptPath/skins/ScratchWikiSkin2 (a new directory)
  2. Add the following line to LocalSettings.php:
wfLoadSkin( 'ScratchWikiSkin2' );
  1. If desired, set $wgDefaultSkin as follows:
$wgDefaultSkin = 'scratchwikiskin2';