Unofficial update of the original 1.x Scratch Wiki Skin to modern versions of MediaWiki.
This repository has been archived on 2026-05-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • CSS 69.6%
  • PHP 28.8%
  • JavaScript 1.6%
Find a file
2021-09-03 01:40:19 +10:00
i18n Initial commit 2021-09-03 00:50:34 +10:00
resources Minor corrections 2021-09-03 01:21:25 +10:00
README.md Add who is most likely the original creator of the 1.x Scratch Wiki Skin (JSO). 2021-09-03 01:40:19 +10:00
ScratchWikiSkin1.php Minor corrections 2021-09-03 01:21:25 +10:00
skin.json Initial commit 2021-09-03 00:50:34 +10:00

Updated 1.x Scratch Wiki Skin (ScratchWikiSkin1)

A skin, based on the original 1.x Scratch Wiki Skin, that has been updated to modern MediaWiki versions (for example, 1.35 and 1.36).

Note

This is not an official update of the 1.x Scratch Wiki Skin.

Installation

  1. Download the repository zip.
  2. Extract the files to a directory (called ScratchWikiSkin1) in your MediaWiki installation's skins directory.
  3. In your LocalSettings.php file add wfLoadSkin('ScratchWikiSkin1');.

Configuration

$wgSWS1UseCSESearch: Whether to use Google Custom Search Engine or regular MediaWiki search. (boolean, default: true)

$wgSWS1CSESearchID: Google Custom Search Engine ID (string, default: 05211699805409077090:s-ufejuw2ey (from the original 1.x Scratch Wiki Skin))

$wgSWS1CSESearchPage: MediaWiki page to go too (mediawiki page string, default: Project:Search)

Credits

  • The creators of the original 1.x Scratch Wiki Skin (likely JSO): for originally creating the 1.x Scratch Wiki Skin.
  • jvvg: for locating the source code for the original 1.x Scratch Wiki Skin and uploading it to GitHub here