MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
action=feedwatchlist
(main | feedwatchlist)
- このモジュールは読み取りの権限を必要とします。
- Source: MediaWiki
- License: GPL-2.0+
ウォッチリストのフィードを返します。
パラメーター:
- feedformat
フィードの形式。
- 値 (次の値のいずれか1つ): rss、atom
- 既定値: rss
- hours
List pages modified within this many hours from now.
- 値は 1 以上 72 以下にしてください。
- Type: integer
- 既定値: 24
- linktosections
Link directly to changed sections if possible.
- Type: boolean (details)
- allrev
Include multiple revisions of the same page within given timeframe.
- Type: boolean (details)
- wlowner
Used along with token to access a different user's watchlist.
- Type: user name
- wltoken
A security token (available in the user's preferences) to allow access to another user's watchlist.
- 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
この利用者による変更を一覧表示しない。
- Type: user name
例:
- ウォッチリストのフィードを表示する。
- api.php?action=feedwatchlist
- ウォッチ中のページに対する過去6時間の更新をすべて表示する。
- api.php?action=feedwatchlist&allrev=&hours=6