扩展:全域监视列表
GlobalWatchlist 发行状态: 稳定版 |
|
---|---|
实现 | 特殊页面 |
描述 | 建立一个“全域”监视列表 |
作者 | DannyS712留言 |
兼容性政策 | 快照跟随MediaWiki发布。 master分支不向后兼容。 |
MediaWiki | 1.36+ |
许可协议 | GNU通用公眾授權條款2.0或更新版本 |
下載 | README |
|
|
季度下載量 | 3 (Ranked 128th) |
正在使用的公开wiki数 | 5,392 (Ranked 51st) |
前往translatewiki.net翻譯GlobalWatchlist扩展 | |
問題 | 开启的任务 · 报告错误 |
全域监视列表扩展允许用户一次性查看多个站点的页面更改。
安裝
- 下载文件,并将解压后的
GlobalWatchlist
文件夹移动到extensions/
目录中。
开发者和代码贡献人员应从Git安装扩展,输入:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GlobalWatchlist - 将下列代码放置在您的LocalSettings.php 的底部:
wfLoadExtension( 'GlobalWatchlist' );
- 完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。
配置
值名 | 默认值 | 描述 |
---|---|---|
$wgGlobalWatchlistWikibaseSite |
false |
The site that should be treated as a Wikibase Repository and should have labels fetched for items that are changed. If false, the extra handling for Wikibase items is not applied. |
$wgGlobalWatchlistUseVue |
false |
Whether to use the experimental Vue.js version of the display |
$wgGlobalWatchlistDevMode |
false |
Whether to send debug log entries to the console |
$wgGlobalWatchlistEnableGuidedTour |
false |
Whether to enable the GuidedTour for the settings page, if the GuidedTour extension is installed |
$wgGlobalWatchlistSiteLimit |
5 |
The maximum number of sites that a user can save to their watchlist. Set to 0 to disable the limit. |
使用
To view the global watchlist, visit Special:GlobalWatchlist on the wiki where the extension is installed. By default, only the local wiki's changes are shown, but by changing the configuration at Special:GlobalWatchlistSettings the user can choose other sites to show, up to the maximum if configured.
整合其他擴充功能
- When CentralAuth is installed, only wikis where the user has an attached account are allowed in their global watchlist
- When one of the sites included in the global watchlist has the Wikibase Repository extension installed, labels for items and properties can be fetched and displayed. If WikibaseLexeme is installed labels for lexemes are retrieved too.
- When GuidedTour is installed, and
$wgGlobalWatchlistEnableGuidedTour
is enabled, a tour is available at Special:GlobalWatchlistSettings the first time you visit the page
参见
此扩展用于一个或多个维基媒体项目。 这可能意味着扩展足够稳定、运作足够良好,可以用在这样的高流量的网站上。 请在维基媒体的CommonSettings.php和InitialiseSettings.php配置文件中查找此扩展的名称以查看哪些网站安装了该扩展。 特定wiki上的已安装的扩展的完整列表位于Special:Version页面。 |
此扩展在以下wiki农场/托管网站和/或软件包中提供: 這不是一份權威名單。 即使某些wiki农场/托管网站和/或软件包未在这里列出,它们也可能提供此扩展。 请检查你的wiki农场/托管网站或软件包以确认提供情况。 |