Skin:Strapping
Appearance
リリースの状態: 安定 |
|
|---|---|
| 説明 | Open-source Bootstrap-based skin |
| 作者 | Garrett LeSage |
| MediaWiki | 1.39+ |
| ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
| ダウンロード | |
| 例 | |
| 使用している公開ウィキ | 75 (Ranked 41st) |
| 既定の外装として使用している公開ウィキ | 23 |
| translatewiki.net で翻訳を利用できる場合は、Strapping 外装の翻訳にご協力ください | |
| 問題点 | 未解決のタスク · バグを報告 |
Strapping is an open-source Bootstrap-based skin, originally developed for <oVirt.org>.
インストール
- ダウンロードして、ファイルを
skins/フォルダー内のmediawiki-strappingという名前のディレクトリ内に配置します。 - ファイル LocalSettings.php の末尾に以下のコードを追加してください:
wfLoadSkin( 'mediawiki-strapping' ); $wgDefaultSkin = 'strapping'; // sic! This line makes this skin the default skin.
完了 - 自分のウィキの 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 – Bootstrap フレームワークを MediaWiki に提供します
- Extension:BootstrapComponents – MediaWiki 用の Bootstrap フレームワークに追加のコンポーネントを提供します
- 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
