Skin:ScratchWikiSkin2
![]() Release status: stable |
|
---|---|
![]() |
|
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 | |
Check usage and version matrix; |
This skin is not compatible with VisualEditor.
ScratchWikiSkin2 is a responsive skin developed for the various Scratch Wikis.
InstallationEdit
- Download and place the file(s) in a directory called
ScratchWikiSkin2
in yourskins/
folder. - Add the following code at the bottom of your
LocalSettings.php
:
wfLoadSkin( 'ScratchWikiSkin2' );
- Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
NotesEdit
To use this skin, you will need to make modifications to the code base, potentially forking it, as permittable by the code's software license.
- The Scratch logo is not customizable, and
$wgLogos
is not supported. - There is no way to disable the footer links, but their text is controlled by MediaWiki:Scratchwikiskin-footer-* (though not the URLs). You can also hide the footer by adding additional CSS to
MediaWiki:Common.css
.