3
0
Fork
You've already forked AmpModWikiSkin
0
Skin for the AmpMod Wiki. https://ampmod.miraheze.org
  • CSS 73.9%
  • PHP 26.1%
Find a file
2025年11月15日 14:00:19 +01:00
.github/workflows Update php.yml 2021年01月06日 17:45:03 -05:00
i18n AMWS: initial commit 2025年05月17日 14:59:18 +01:00
resources AMWS: initial commit 2025年05月17日 14:59:18 +01:00
.gitignore Shut up, error logs 2020年09月07日 09:10:18 +02:00
AmpModWikiSkin.hooks.php AMWS: initial commit 2025年05月17日 14:59:18 +01:00
AmpModWikiSkin.skin.php AMWS: initial commit 2025年05月17日 14:59:18 +01:00
AmpModWikiSkinTemplate.php AMWS: initial commit 2025年05月17日 14:59:18 +01:00
consts.php AMWS: initial commit 2025年05月17日 14:59:18 +01:00
CREDITS AMWS: initial commit 2025年05月17日 14:59:18 +01:00
LICENSE Updates for MediaWiki 1.39 ( #121 ) 2023年03月06日 21:29:08 -06:00
README.md Update README.md 2025年11月15日 14:00:19 +01:00
skin.json AMWS: initial commit 2025年05月17日 14:59:18 +01:00

AmpModwikiSkin is like ScratchWikiSkin2 but with all Scratch-related elements stripped. It is intended for the AmpMod project but can be used by any wiki.

Do not install this side-by-side with SWS2. It will cause errors.

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';