Skin:WMAU
![]() Release status: beta |
|
---|---|
![]() |
|
Author(s) | Sam Wilson and Caddie Brain |
Latest version | 0.5.0 (2021-12-26) |
Compatibility policy | Master maintains backwards compatibility. |
MediaWiki | 1.37 |
License | GNU General Public License 3.0 or later |
Download | |
Example | https://wikimedia.org.au/wiki/MediaWiki_skin |
Translate the WMAU skin if it is available at translatewiki.net | |
Check usage and version matrix; | |
Issues : | Open tasks · Report a bug |
The WMAU skin is a reader-first blog-style skin. It is being developed for Wikimedia Australia.
InstallationEdit
- Download and place the file(s) in a directory called
WMAU
in yourskins/
folder. - Add the following code at the bottom of your
LocalSettings.php
:
wfLoadSkin( 'WMAU' );
- Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
ConfigurationEdit
- Logos: See $wgLogos.
- Site name and email: The name and email address that are displayed in the footer are set in these system messages:
mediawiki:wmau-site-full-title
mediawiki:wmau-site-email
- Menus: There are three menus in the skin: one in the header, and two in the footer. They are all defined in the
MediaWiki:Wmau-config.json
page, where each is an array of objects containing any of the following keys:page
– Wiki page name to link to.url
– URL to link to. (Is overridden bypage
if both keys are present.)icon
– Icon to display. Must be available in theresources/images/feathericons
directory.title
– Tooltip text.text
– The link text to display.class
– CSS class name(s) to add to the menu item's<li>
element.
- For a working example of the menu configuration, see wmau:MediaWiki:Wmau-config.json.