Skin:MediaWikiBootstrap

Category:Skins without a compatibility policy
MediaWiki skins manual - category
MediaWikiBootstrap
Release status: stableCategory:GPL licensed skinsCategory:Stable skins
Description A customization responsive MediaWiki skin based on Bootstrap3
Author(s) Nasir Khan Saikat
MediaWiki >= 1.39.0
License GNU General Public License 2.0
Download Category:Skins in GitHub version control
Example Banglapedia, Wikimedia Skins Lab
Public wikis using 2 (Ranked 269th)
Public wikis using as default skin 2
Translate the MediaWikiBootstrap skin if it is available at translatewiki.net
Category:All skins

A customizable responsive MediaWiki skin based on Bootstrap3. Check the MediaWiki-Bootstrap GitHub repo to get the updated documentation.

Getting Started

1. Go to the skins subdirectory of your MediaWiki installation:

cd skins

2. Clone the repository from the git repo:

git clone https://github.com/nasirkhan/mediawiki-bootstrap MediaWikiBootstrap

3. Update the LocalSettings.php to install and enable the skin:

$wgDefaultSkin = "mediawikibootstrap";

wfLoadSkin( 'MediaWikiBootstrap' );

(Please remove or comment out other mentions of $wgDefaultSkin .)

4. Edit the wiki page MediaWiki:Sidebar of your MediaWiki installation to change the navigation links.

5. Customize the other settings and modify the style based on your needs.

Example site

See also

Other skins and extensions related to the Bootstrap framework:

Category:All skins Category:GPL licensed skins Category:Skins based on Bootstrap Category:Skins in GitHub version control Category:Skins without a compatibility policy Category:Stable skins