Skin:P2wiki

MediaWiki skins manual - category
p2wiki
Release status: experimental
Description P2 wiki, a wiki skin based on the P2 WordPress theme.
Author(s) Daniel Friesen and Automattic'
MediaWiki 1.31.0+
License GNU General Public License 2.0 or later
Download
Example Example on MediaWiki Skins Wiki
Translate the P2wiki skin if it is available at translatewiki.net
Issues : Open tasks · Report a bug

P2 wiki, a wiki skin based on the P2 WordPress theme.

Installation edit

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

Note this will only install the skin, but will not change the current skin. To change the current skin, navigate to Special:Preferences and use Appearances to change your skin. To set p2wiki to be the default skin, you must edit the LocalSettings.php to read:

$wgDefaultSkin = "p2wiki";