Skin:WPtouch
WPtouch Release status: stable |
|
---|---|
Description | Responsive, simple, mobile-first skin |
Author(s) |
|
Latest version | 1.0 (2015-06-25) |
MediaWiki | 1.39+ |
PHP | 5.3+ |
License | GNU General Public License 2.0 or later |
Download | |
Example | Example on Skins wiki, Wikimedia Skins Lab |
Quarterly downloads | 15 (Ranked 26th) |
Public wikis using | 165 (Ranked 30th) |
Public wikis using as default skin | 5 |
Translate the WPtouch skin if it is available at translatewiki.net | |
Issues : | Open tasks · Report a bug |
WPtouch is a responsive, simple, mobile-first MediaWiki skin ported from the free and open source, GPL-licensed WordPress theme with the same name.
The WPtouch skin requires that the user has JavaScript enabled.
Logo
editThe site-specific logo can be set by uploading a 32x32px image as [[File:WPtouch-logo-icon.png]]
. If that file doesn't exist, the skin displays the favicon.png
image from the $wgStylePath /WPtouch/resources/images/
directory.
Installation
edit- Download and place the file(s) in a directory called
WPtouch
in yourskins/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadSkin( 'WPtouch' );
- Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.