Skin:BootstrapMediaWiki
Not to be confused with Skin:MediaWikiBootstrap
![]() Release status: unstable |
|
---|---|
![]() |
|
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 | GitHub: Note: |
Public wikis using | 27 (Ranked 43rd) |
Public wikis using as default skin | 20 |
Translate the BootstrapMediaWiki skin if it is available at translatewiki.net |
The BootstrapMediaWiki skin provides a skin using Bootstrap 4 and FontAwesome 4.
InstallationEdit
- Download and place the file(s) in a directory called
BootstrapMediaWiki
in yourskins/
folder. - Add the following code at the bottom of your
LocalSettings.php
:
wfLoadSkin( 'BootstrapMediaWiki' );
$wgDefaultSkin = 'bootstrapmediawiki';
- Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
Then run:
composer install
See alsoEdit
Other skins and extensions related to the Bootstrap framework:
- Category:Skins based on Bootstrap - Overview of skins based on the Bootstrap framework
- Extension:Bootstrap - Provides the Bootstrap framework to MediaWiki
- Extension:BootstrapComponents - Provides further components to the Bootstrap framework for MediaWiki