nasirkhan / mediawiki-bootstrap

A customizable responsive MediaWiki skin based on Bootstrap3.

Home Page:http://nasirkhn.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MediaWikiBootstrap Skin

A customizable responsive MediaWiki skin based on Bootstrap3. Check the MediaWiki-Bootstrap Github repo to get the updated documentation. You may visit the following link to get more details about this Skin from the Mediawiki portal Skin:MediaWikiBootstrap

Getting Started

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

    cd skins
    
  2. Clone the repository form the git repo:

    git clone https://github.com/nasirkhan/mediawiki-bootstrap MediaWikiBootstrap
    
  3. To install the skin add the following line to your LocalSettings.php:

    wfLoadSkin( 'MediaWikiBootstrap' );

    Now update the details skin to MediaWikiBoottrap by changing the value to $wgDefaultSkin

    $wgDefaultSkin = "mediawikibootstrap";
  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 need.

Examples

This mediawiki skin is used in the following encyclopedia sites,

Screenshots

Banglapedia (English)/ বাংলাপিডিয়া (ইংরেজি)

Screenshot English Banglapedia

Banglapedia (Bangla)/ বাংলাপিডিয়া (বাংলা)

Screenshot Bangla Banglapedia

About

A customizable responsive MediaWiki skin based on Bootstrap3.

http://nasirkhn.com

License:GNU General Public License v2.0


Languages

Language:PHP 93.8%Language:CSS 6.2%