Skin:MediaWikiBootstrap5
Not to be confused with Skin:MediaWikiBootstrap
![]() Release status: stable |
|
---|---|
![]() |
|
Description | A MediaWiki skin using Bootstrap 5 |
Author(s) | JLTRY |
Latest version | 1.0.0 (2022-05-09) |
MediaWiki | 1.37.1+ |
License | GNU GENERAL PUBLIC LICENSE VERSION 3 |
Download | github release V1.0.0 GitHub: Note: |
Translate the MediaWikiBootstrap5 skin if it is available at translatewiki.net |
The MediaWikiBootstrap5 skin provides a skin using Bootstrap 5.
Installation[edit]
- Download and place the file(s) in a directory called
MediaWikiBootstrap5
in yourskins/
folder. - Add the following code at the bottom of your
LocalSettings.php
:
wfLoadSkin( 'MediaWikiBootstrap5' );
$wgDefaultSkin = 'mediawikibootstrap5';
Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
In composer.local.json set:
{ "require": { "twbs/bootstrap": "5.1.3", "components/jquery": "3.6.0" } }
Then run:
composer update no-dev
See also[edit]
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