皮肤:Splash
![]() 發行狀態: 穩定版 |
|
---|---|
![]() |
|
描述 | 用于zaori.org的飞溅皮肤 |
作者 | Isarra |
許可協議 | GNU通用公眾授權條款2.0或更新版本 |
下載 | |
範例 | The Garden, Wikimedia Skins Lab |
Quarterly downloads | 52 (Ranked 19th) |
Public wikis using | 4 (Ranked 84th) |
Public wikis using as default skin | 2 |
翻譯Splash外觀(如在translatewiki.net可用) | |
問題 : | 進行中的工作 · 回報錯誤 |
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' );
- 完成 - 在您的wiki上打开Special:Version,以确认皮肤已成功安装。
致使用MediaWiki 1.24或更早版本的用户:
上面的说明介绍的是自MediaWiki 1.25以来,使用wfLoadSkin()
安装皮肤的新方法。 如果您需要在早期版本中安装此皮肤,您需要使用这样的代码(而不是 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