Skin:MediaWikiBootstrap/zh
Appearance
发行状态: 稳定版 |
|
|---|---|
| 描述 | 基于Bootstrap3的可自定义的响应式MediaWiki外观。 |
| 作者 | Nasir Khan Saikat |
| MediaWiki | >= 1.39.0 |
| 许可协议 | GNU通用公共协议2.0 |
| 下载 | |
| 示例 | Banglapedia, Wikimedia Skins Lab |
| 正在使用的公开wiki数 | 2 (Ranked 305th) |
| 作为默认皮肤使用的公开wiki数 | 2 |
| 翻譯MediaWikiBootstrap皮肤如果它在translatewiki.net是可用的話 | |
基于Bootstrap3的可自定义的响应式MediaWiki外观。 基于Bootstrap3的可自定义的响应式MediaWiki外观。
入门
更改至您MediaWiki安装位置的“skins”子目录:
cd skins
2. Clone the repository from the git repo:
git clone https://github.com/nasirkhan/mediawiki-bootstrap MediaWikiBootstrap
3. Update the LocalSettings.php to install and enable the skin:
$wgDefaultSkin = "mediawikibootstrap";
wfLoadSkin( 'MediaWikiBootstrap' );
(Please remove or comment out other mentions of $wgDefaultSkin.)
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 needs.
Example site
参见
其他与 Bootstrap 框架相关的皮肤和扩展:
- Skins based on Bootstrap – 基于 Bootstrap 框架的皮肤概览
- Extension:Bootstrap – 为 MediaWiki 提供 Bootstrap 框架
- Extension:BootstrapComponents – Provides further components to the Bootstrap framework for MediaWiki
