MediaWiki API 說明

此頁為自動產生的 MediaWiki API 說明文件頁面。

說明文件與範例:https://www.mediawiki.org/wiki/API

action=feedwatchlist

(main | feedwatchlist)
  • 此模組需要讀取權限。

返回監視清單 feed。

參數:
feedformat

Feed 的格式。

單值: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