Skin:Poncho
![]() Release status: stable |
|
---|---|
![]() |
|
Author(s) | Sophivorus |
Latest version | 12.3 (2023-09-28) |
MediaWiki | 1.39+ |
PHP | 7.4+ |
License | GNU General Public License 3.0 only |
Download | |
Example | Appropedia, Wikimedia Skins Lab |
Quarterly downloads | 71 (Ranked 9th) |
Public wikis using | 7 (Ranked 117th) |
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
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[edit]
Poncho is designed to work out of the box and has no configuration options.