MediaWiki API help

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)

برگرداندن فهرست پیگیری‌های خوراک.

Parameters:
feedformat

فرمت خوراک.

One of the following values: atom، rss
پیش‌فرض: rss
hours

List pages modified within this many hours from now.

Type: integer
The value must be between ۱ and ۷۲.
پیش‌فرض: 24
linktosections

اگر ممکن است به طور مستقیم به بخش‌های تغییریافته پیوند دهید.

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, by نام کاربری
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.

Values (separate with | or alternative): !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
مدخل‌های سیاهه.
external
External changes.
categorize
Category membership changes.
Values (separate with | or alternative): categorize، edit، external، log، new
پیش‌فرض: edit|new|log|categorize
wlexcludeuser

Don't list changes by this user.

Type: user, by any of نام کاربری، آی‌پی، interwiki name (e.g. "prefix>ExampleName") و شناسهٔ کاربر (مثلاً «#12345»)
Examples:
نمایش خوراک فهرست پی‌گیری
api.php?action=feedwatchlist [open in sandbox]
همهٔ تغییرات ۶ ساعت گذشته در صفحه‌های پی‌گیری را نمایش دهید
api.php?action=feedwatchlist&allrev=&hours=6 [open in sandbox]