Skip to content

JLTRY/mediawikibootstrap5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediawikiBootstrap5

This is a MediaWiki skin that uses Bootstrap 5 from Twitter!

Features

  • Mediawiki skin that uses bootstrap 5
  • uses mediawiki SkinMustache
  • Customizable menu and icon footer

Latest Version

  • 1.1.1

Download the latest release here. For a full version history go to here.

Installation

Download

Download a release version and untar the tarball into your skins directory or

git clone [email protected]:JLTRY/mediawikibootstrap5.git

Next, in LocalSettings.php set:

wfLoadSkin('MediaWikiBootstrap5');
$wgDefaultSkin = 'mediawikibootstrap5';

dependencies

To bootstrap5 and jquery In composer.local.json set:

{
	"require": {        
		"twbs/bootstrap": "5.1.3",
		"components/jquery": "3.6.0"
	}
}

customize your skin

Create: 'MediaWikiBootstrap:TitleBar'

This MediaWiki page will contain items that will appear in your Menu. I've set mine to the following:

* [http://www.jltryoen.fr  Accueil Joomla]
* Accueil
** [[Wiki|Accueil]]
** [[Plan du site]]
* Mediawiki
** [[Mediawiki|Install MediaWiki]]
** [[Aide:Accueil|Aide]]

Create: 'MediaWikiBootstrap:FooterLinks' and 'MediaWikiBootstrap:FooterTexts

This will appear at the bottom of your site

I have set mine to the following

* [[FAQ_de_JLT:À_propos_de|À propos de la FAQ de JLT]]
* [[Spécial:Contact|Contact]]

'<b>© 2011-2024</b> La FAQ de JLT'