Skin:Aether
Aether Release status: stable |
|
---|---|
Description | Aether based skin for MediaWiki |
Author(s) |
|
Latest version | 0.1 (2019-07-13) |
MediaWiki | 1.31 |
PHP | 7.0 |
License | Creative Commons Attribution Share Alike 4.0 |
Download | |
Quarterly downloads | 55 (Ranked 11th) |
Public wikis using | 6 (Ranked 137th) |
Public wikis using as default skin | 5 |
Translate the Aether skin if it is available at translatewiki.net |
Aether is a MediaWiki skin developed by KDE for KDE's wikis.
Features
edit- Dark mode using the new CSS media query:
prefers-color-scheme: dark
- Modern design
- Responsive layout
Installation
edit- Clone and place the file(s) in a directory called
aether
in yourskins/
folder. - Add the following code at the bottom of your LocalSettings.php file: You must run "composer install" to download the various dependencies before this Skin will be loadable.
wfLoadSkin( 'aether' );
- Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
Known bugs
edit- KDE logo is hardcoded, same with footer information.
Other skins and extensions related to the Bootstrap framework:
- Skins based on Bootstrap - Overview of skins based on the Bootstrap framework
- Extension:Bootstrap - Provides the Bootstrap framework to MediaWiki
- Extension:BootstrapComponents - Provides further components to the Bootstrap framework for MediaWiki