MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=feedwatchlist

(main | feedwatchlist)
  • このモジュールは読み取りの権限を必要とします。
  • ソース: MediaWiki
  • ライセンス: GPL-2.0-or-later

ウォッチリストのフィードを返します。

パラメーター:
feedformat

フィードの形式。

値 (次の値のいずれか1つ): atom、rss
既定: rss
hours

List pages modified within this many hours from now.

型: 整数
値は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

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.

値 (| または別の文字列で区切る): !anon、!autopatrolled、!bot、!minor、!patrolled、!unread、anon、autopatrolled、bot、minor、patrolled、unread
wltype

Which types of changes to show:

edit
Regular page edits.
new
Page creations.
log
Log entries.
external
External changes.
categorize
Category membership changes.
値 (| または別の文字列で区切る): categorize、edit、external、log、new
既定: edit|new|log|categorize
wlexcludeuser

この利用者による変更を一覧表示しない。

型: 利用者名、IP、インターウィキの名前(例: "prefix>ExampleName") および 利用者ID(例: #12345)のいずれかを使った利用者
例:
ウォッチリストのフィードを表示する。
api.php?action=feedwatchlist [サンドボックスで開く]
ウォッチ中のページに対する過去6時間の更新をすべて表示する。
api.php?action=feedwatchlist&allrev=&hours=6 [サンドボックスで開く]