Skin:BootstrapMediaWiki

Not to be confused with Skin:MediaWikiBootstrap
Category:Skins without a compatibility policyCategory:Skins without an example
MediaWiki skins manual - category
BootstrapMediaWiki
Release status: unmaintainedCategory:Apache licensed skinsCategory:Unmaintained skins
Description A MediaWiki skin using Bootstrap 4 and FontAwesome 4
Author(s) Matthew Batchelder
Latest version 2.0 (2020-02-04)
MediaWiki 1.29+
License Apache License 2.0
Download Category:Skins in GitHub version control
Public wikis using 27 (Ranked 43rd)
Public wikis using as default skin 20
Translate the BootstrapMediaWiki skin if it is available at translatewiki.net
Category:All skins

The BootstrapMediaWiki skin provides a skin using Bootstrap 4 and FontAwesome 4.

Installation

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

Then run:

composer install

See also

Other skins and extensions related to the Bootstrap framework:

Category:All skins Category:Apache licensed skins Category:Skins based on Bootstrap Category:Skins in GitHub version control Category:Skins without a compatibility policy Category:Skins without an example Category:Unmaintained skins