手册:$wgSiteNotice
Appearance
输出: $wgSiteNotice | |
---|---|
在每个页面的顶部显示一条消息。 |
|
引进版本: | 1.2.0 |
移除版本: | 仍在使用 |
允许的值: | (字符串) |
默认值: | '' |
其他设置: 按首字母排序 | 按功能排序 |
细节
This string will be displayed at the top of each page if no sitenotice is defined at MediaWiki:Sitenotice. MediaWiki:Sitenotice takes precedence over this option.
In version 1.5 and version 1.9 onwards, $wgSiteNotice can contain Wiki markup code ("WikiCode").
In version 1.6 through 1.8, WikiCode in the SiteNotice was not rendered, the SiteNotice was treated as raw HTML. This had no effect on sitenotices added to MediaWiki:Sitenotice.
参见
- Manual:界面/网站公告 - also gives details about the precedence of the different site notice options
- Manual:Hooks/SiteNoticeBefore
- Manual:Hooks/SiteNoticeAfter