Skin:Strapping/zh
Appearance
发行状态: 稳定版 |
|
|---|---|
| 描述 | Open-source Bootstrap-based skin |
| 作者 | Garrett LeSage |
| MediaWiki | 1.39+ |
| 许可协议 | GNU通用公共协议2.0或更新版本 |
| 下载 | |
| 示例 | |
| 正在使用的公开wiki数 | 75 (Ranked 41st) |
| 作为默认皮肤使用的公开wiki数 | 23 |
| 翻譯Strapping皮肤如果它在translatewiki.net是可用的話 | |
| 问题: | 开启的任务 · 报告错误 |
Strapping is an open-source Bootstrap-based skin, originally developed for <oVirt.org>.
Installation
- 下载文件,并将其放置在您
skins/文件夹中的mediawiki-strapping目录内。 - 将下列代码放置在您的LocalSettings.php文件的底部:
wfLoadSkin( 'mediawiki-strapping' ); $wgDefaultSkin = 'strapping'; // sic! This line makes this skin the default skin.
完成 - 在您的wiki上打开Special:Version,以确认皮肤已成功安装。
Using the MediaWiki 1.41 branch is recommended for MediaWiki 1.39.x and 1.40.x.
参阅
其他与 Bootstrap 框架相关的皮肤和扩展:
- Skins based on Bootstrap – 基于 Bootstrap 框架的皮肤概览
- Extension:Bootstrap – 为 MediaWiki 提供 Bootstrap 框架
- Extension:BootstrapComponents – Provides further components to the Bootstrap framework for MediaWiki
- Other
- Bootstrap for MediaWiki wiki — Examples and Demos
- Enhance Your MediaWiki with Bootstrap — Blog post about improving your wiki by integrating it with Bootstrap and its components; published January 20, 2024
