Skin:ScratchWikiSkin2
Appearance
Release status: unstable |
|
|---|---|
| Description | A responsive skin developed for various Scratch Wikis |
| Author(s) | Kenny2scratch |
| Compatibility policy | Master maintains backwards compatibility. |
| MediaWiki | 1.35+ |
| PHP | 5.5+ (However MediaWiki 1.35 requires PHP 7.3.19+) |
| License | MIT License |
| Download | GitHub:
Note: README on GitHub |
| Example | Scratch Wiki |
| Translate the ScratchWikiSkin2 skin if it is available at translatewiki.net | |
ScratchWikiSkin2 is a responsive skin developed for the various Scratch Wikis.
Installation
[edit]- Download and place the file(s) in a directory called
ScratchWikiSkin2in yourskins/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadSkin( 'ScratchWikiSkin2' );
Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
Notes
[edit]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 byMediaWiki:Scratchwikiskin-footer-*.
