Trợ giúp về API MediaWiki

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=feedwatchlist

(main | feedwatchlist)

Trả về nguồn cấp danh sách theo dõi.

Các tham số:
feedformat

Định dạng nguồn cấp.

Một trong các giá trị: atom, rss
Default: rss
hours

List pages modified within this many hours from now.

Type: integer
The value must be between 1 and 72.
Default: 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.

Kiểu: người dùng, bằng tên người dùng
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.

Các giá trị (phân tách bằng |): !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.
Các giá trị (phân tách bằng |): categorize, edit, external, log, new
Default: edit|new|log|categorize
wlexcludeuser

Don't list changes by this user.

Kiểu: người dùng, bằng một giá trị bất kỳ trong tên người dùng, địa chỉ IP, tên người dùng liên wiki (ví dụ “tiền tố>TênVíDụ”) và số người dùng (ví dụ “#12345”)
Các ví dụ:
Xem nguồn cấp danh sách theo dõi.
api.php?action=feedwatchlist [open in sandbox]
Show all changes to watched pages in the past 6 hours.
api.php?action=feedwatchlist&allrev=&hours=6 [open in sandbox]