Skin:ScratchWikiSkin2

MediaWiki skins manual - category
ScratchWikiSkin2
Release status: stableCategory:MIT licensed skinsCategory:Stable skins
Description A responsive skin developed for various Scratch Wikis
Author(s) Kenny2scratch
Compatibility policy Master maintains backwards compatibility.Category:Skins with master compatibility policy
MediaWiki 1.35+
PHP 5.5+ (However MediaWiki 1.35 requires PHP 7.3.19+)
License MIT License
Download Category:Skins in GitHub version control
README on GitHub
Example Scratch Wiki
Translate the ScratchWikiSkin2 skin if it is available at translatewiki.net
Category:All skins

ScratchWikiSkin2 is a responsive skin developed for the various Scratch Wikis.

Installation

  • Download and place the file(s) in a directory called ScratchWikiSkin2 in your skins/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadSkin( 'ScratchWikiSkin2' );
    
  • Yes Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.

Notes

To use this skin, you may need to make modifications to the code base, potentially forking it, as permittable by the code's software license.

  • The Scratch logo in the navbar can be customized with $wgLogos['wordmark'].
  • The footer links are intended to mimic the Scratch website, and thus are not meant to be removed. However they can be disabled by adding additional CSS to MediaWiki:Scratchwikiskin2.css, and their text (but not URLs) is controlled by MediaWiki:Scratchwikiskin-footer-*.
Category:Skins which require code modification
Category:All skins Category:GetPreferences extensions Category:MIT licensed skins Category:Skins in GitHub version control Category:Skins which require code modification Category:Skins with master compatibility policy Category:Stable skins