Skin for the Scratch Wiki. https://en.scratch-wiki.info
  • CSS 63.8%
  • PHP 36.2%
Find a file
AbyxDev 858321cb0c
Merge pull request #142 from 8to16/1.43-patch
Patches for dark mode (MW 1.43).
2026-01-17 17:28:56 -05:00
.github/workflows Update php.yml 2021-01-06 17:45:03 -05:00
i18n add additional Hindi translations provided by -StarGold- (#138) 2024-09-26 10:59:21 -05:00
resources Use font color variable 2026-01-17 17:27:12 -05: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 Fix ResourceLoader SkinModule name (#135) 2024-03-01 09:09:09 -06:00
skin.json Fix ResourceLoader SkinModule name (#135) 2024-03-01 09:09:09 -06: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';