MediaWiki skins manual - category
Poncho
Release status: stable
Author(s) Sophivorus
Latest version 9.8 (2023-06-06)
MediaWiki 1.39+
PHP 7.4+
License GNU General Public License 3.0 only
Download
Example Appropedia, Wikimedia Skins Lab
Quarterly downloads 85 (Ranked 12th)
Public wikis using 7 (Ranked 121st)
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
  • Prominent print button to encourage offline use (can be hidden via CSS)
  • Share button (can be hidden via CSS)
  • Read aloud button (can be hidden via CSS)
  • Google Translate button (can be hidden via CSS)

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

  • Download and place the file(s) in a directory called Poncho in your skins/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadSkin( 'Poncho' );
    
  • Yes Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.

Configuration

Poncho is designed to work out of the box and has no configuration options.

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.