https://github.com/nasirkhan/mediawiki-bootstrap
A customizable responsive MediaWiki skin based on Bootstrap3.
https://github.com/nasirkhan/mediawiki-bootstrap
bootstrap mediawiki mediawiki-bootstrap php skin
Last synced: 3 months ago
JSON representation
A customizable responsive MediaWiki skin based on Bootstrap3.
- Host: GitHub
- URL: https://github.com/nasirkhan/mediawiki-bootstrap
- Owner: nasirkhan
- License: gpl-2.0
- Created: 2014-06-22T16:54:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T19:17:39.000Z (8 months ago)
- Last Synced: 2025-01-30T18:02:38.348Z (3 months ago)
- Topics: bootstrap, mediawiki, mediawiki-bootstrap, php, skin
- Language: PHP
- Homepage: http://nasirkhn.com
- Size: 1.45 MB
- Stars: 19
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MediaWikiBootstrap Skin
===================A customizable responsive MediaWiki skin based on Bootstrap3. Check the [MediaWiki-Bootstrap Github repo](https://github.com/nasirkhan/mediawiki-bootstrap) to get the updated documentation. You may visit the following link to get more details about this Skin from the Mediawiki portal [Skin:MediaWikiBootstrap](https://www.mediawiki.org/wiki/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`:
```php
wfLoadSkin( 'MediaWikiBootstrap' );
```
Now update the details skin to MediaWikiBoottrap by changing the value to `$wgDefaultSkin`
```php
$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,
* https://en.banglapedia.org
* https://bn.banglapedia.org## Screenshots
### Banglapedia (English)/ বাংলাপিডিয়া (ইংরেজি)

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