MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh
action=feedwatchlist
(main | feedwatchlist)
- 此模块需要读取权限。
返回监视列表纲要。
参数:
- feedformat
纲要的格式。
- 一个值:rss、atom
- 默认:rss
- hours
列出从现在起数小时内修改的页面。
- 值必须介于1和72之间。
- 默认:24
- linktosections
如果可能的话,直接链接到已变更的小节。
- allrev
Include multiple revisions of the same page within given timeframe.
- wlowner
Used along with token to access a different user's watchlist.
- wltoken
允许访问其他用户监视列表的安全密钥(可通过用户的参数设置找到)。
- wlshow
Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set show=minor|!anon.
- 值(以|分隔):minor、!minor、bot、!bot、anon、!anon、patrolled、!patrolled、unread、!unread
- wltype
Which types of changes to show:
- edit
- Regular page edits.
- external
- External changes.
- new
- Page creations.
- log
- Log entries.
- 值(以|分隔):edit、external、new、log
- 默认:edit|new|log
- wlexcludeuser
不要列出此用户的更改。
例子:
- 显示监视列表订阅
- api.php?action=feedwatchlist
- 显示过去6小时内受监视页面的所有更改。
- api.php?action=feedwatchlist&allrev=&hours=6