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)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
Returns a watchlist feed.
Specific parameters:
Other general parameters are available.
- feedformat
รูปแบบของฟีด
- ค่าใดค่าหนึ่งต่อไปนี้: 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.
- ชนิด: ผู้ใช้ โดย ชื่อผู้ใช้
- 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
- ปูมบันทึก
- external
- External changes.
- categorize
- Category membership changes.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): categorize, edit, external, log, new
- Default: edit|new|log|categorize
- wlexcludeuser
Don't list changes by this user.
- ชนิด: ผู้ใช้ โดย ชื่อผู้ใช้, ไอพี, ผู้ใช้ชั่วคราว, ชื่อข้ามวิกิ (เช่น "prefix>ตัวอย่าง") และ ไอดีผู้ใช้ (เช่น "#12345")
ตัวอย่าง:
- Show the watchlist feed.
- api.php?action=feedwatchlist [เปิดในกระบะทราย]
- Show all changes to watched pages in the past 6 hours.
- api.php?action=feedwatchlist&allrev=&hours=6 [เปิดในกระบะทราย]