Skin:Poncho
Poncho Release status: stable |
|
---|---|
Latest version | 13.9 (2024-04-10) |
MediaWiki | 1.39+ |
PHP | 7.4+ |
License | GNU General Public License 3.0 only |
Download | |
Example | Appropedia, Wikimedia Skins Lab |
Quarterly downloads | 66 (Ranked 8th) |
Public wikis using | 7 (Ranked 116th) |
Public wikis using as default skin | 2 |
Translate the Poncho skin if it is available at translatewiki.net | |
Issues : | Open tasks · Report a bug |
Poncho is a skin for MediaWiki that features:
- Clean, responsive and modern layout
- Fixed header and table of contents
- Breadcrumbs integrated to the title
- Dark mode
- Read mode
- Compact page actions
- Categories styled like tags
- Talk page button at the bottom
It also has a few limitations:
- Untested support for RTL languages
- Untested accessibility support
The development of the Poncho skin is guided by Appropedia, similar to how the development of the Vector skin is guided by Wikipedia.
Installation
edit- Download and place the file(s) in a directory called
Poncho
in yourskins/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadSkin( 'Poncho' );
- Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
Configuration
editPoncho is designed to work out of the box and has no configuration options.