Skin:Splash
Jump to navigation
Jump to search
Splash リリースの状態: 安定 |
|
---|---|
![]() |
|
説明 | zaori.org 向けの Splash 外装。 |
作者 | Isarra |
ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
ダウンロード | |
例 | http://wiki.zaori.org/ |
translatewiki.net で翻訳を利用できる場合は、Splash 外装の翻訳にご協力ください | |
使用状況とバージョン マトリクスを確認してください。 | |
問題点 : | 未解決のタスク · バグを報告 |
Splash is a fixed-width fantasy-style skin with splattery stuff all over the place, and some rather odd spikey fonts for the banners.
インストール
- ダウンロードして、ファイルを
skins/
フォルダー内のSplash
という名前のディレクトリ内に配置します。 - LocalSettings.php の末尾に以下のコードを追加してください:
wfLoadSkin( 'Splash' );
完了 - 自分のウィキの Special:Version に移動して、外装が正しくインストールされたことを確認してください。
MediaWiki 1.24 以前を稼働させている利用者へ:
上記の手順では、wfLoadSkin()
を使用して外装をインストールする MediaWiki 1.25 以降の新しい方法を記載しています。 この外装を過去のバージョンにインストールする必要がある場合は、wfLoadSkin( 'Splash' );
の代わりに以下を使用する必要があります:
require_once "$IP/skins/Splash/Splash.php";
(過去のリリースで外装を動作させるには、Special:SkinDistributor より、そのリリース向けのタグが付けられたバージョンをダウンロードする必要があるかもしれません。)
設定
特に設定に必要な箇所はなく、他の外装と同様にサイドバーを使用します。
メッセージ
- 'site-banner' - Displayed banner for the site; defaults to the sitename
- 'global-links-menu' - Menu that can be set using similar syntax to the sidebar, and appears in the top-left above the banner if set
- 'content-footer' - Can be set to add a footer to the bottom of the content block, below the category links and whatnot