Skin:P2wiki
Appearance
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 yourskins/
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 LocalSettings.php to read:
$wgDefaultSkin = "p2wiki";