MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh
list=watchlistraw (wr)
- 此模块需要读取权限。
- 此模块可作为发生器使用。
获得当前用户的监视列表上的所有页面。
参数:
- wrcontinue
当更多结果可用时,使用这个继续。
- wrnamespace
只列出指定名字空间的页面。
- 值(以|分隔):0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- wrlimit
根据结果返回的结果总数。
- 不允许超过500个(对于机器人则是5,000个)。
- 默认:10
- wrprop
Which additional properties to get:
- changed
- Adds timestamp of when the user was last notified about the edit.
- 值(以|分隔):changed
- wrshow
Only list items that meet these criteria.
- 值(以|分隔):changed、!changed
- wrowner
Used along with wrtoken to access a different user's watchlist.
- wrtoken
允许访问其他用户监视列表的安全密钥(可通过用户的参数设置找到)。
- wrdir
列举的方向:
- newer
- 最早的优先。注意:wrstart应早于wrend。
- older
- 最新的优先(默认)。注意:wrstart应晚于wrend。
- 一个值:ascending、descending
- 默认:ascending
例子:
- 列出当前用户的监视列表中的页面。
- api.php?action=query&list=watchlistraw
- Fetch page info for pages on the current user's watchlist.
- api.php?action=query&generator=watchlistraw&gwrshow=changed&prop=info