Extension:NewsBox
Appearance
リリースの状態: 安定 |
|
|---|---|
| 実装 | 外装 |
| 説明 | Adds a news box below the toolbox [sic] |
| 作者 | Jack Phoenix |
| 最新バージョン | 2.3 |
| MediaWiki | >= 1.40.0 |
| ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
| ダウンロード | バージョン履歴 |
| 例 | Any ShoutWiki site |
| translatewiki.net で翻訳を利用できる場合は、NewsBox 拡張機能の翻訳にご協力ください | |
| 問題点 | 未解決のタスク · バグを報告 |
The NewsBox extension adds a news box to the left-hand sidebar, normally below the toolbox.
It works on all skins which call the SkinBuildSidebar hook — this includes all core skins (Cologne Blue, Modern, MonoBook and Vector) — as well as certain custom skins (Monaco, for example). NewsBox does not currently support the Nimbus skin.
インストール
- ダウンロードして、ファイルを
extensions/フォルダー内のNewsBoxという名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NewsBox
- 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'NewsBox' );
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
