Trợ giúp về API MediaWiki
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=feedrecentchanges
(main | feedrecentchanges)
- Mô đun này cần quyền đọc.
- Source: MediaWiki
- License: GPL-2.0+
Trả về nguồn cấp thay đổi gần đây.
Các tham số:
- feedformat
Định dạng nguồn cấp.
- Một giá trị: rss, atom
- Mặc định: rss
- namespace
Namespace to limit the results to.
- Một giá trị: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 1198, 1199
- invert
All namespaces but the selected one.
- Type: boolean (details)
- associated
Include associated (talk or main) namespace.
- Type: boolean (details)
- days
Days to limit the results to.
- The value must be no less than 1.
- Type: integer
- Mặc định: 7
- limit
Maximum number of results to return.
- The value must be between 1 and 50.
- Type: integer
- Mặc định: 50
- from
Show changes since then.
- Type: timestamp (allowed formats)
- hideminor
Ẩn thay đổi nhỏ.
- Type: boolean (details)
- hidebots
Ẩn thay đổi do bot thực hiện.
- Type: boolean (details)
- hideanons
Ẩn thay đổi do người dùng vô danh thực hiện.
- Type: boolean (details)
- hideliu
Ẩn thay đổi do người dùng đăng nhập thực hiện.
- Type: boolean (details)
- hidepatrolled
Ẩn thay đổi đã tuần tra.
- Type: boolean (details)
- hidemyself
Ẩn thay đổi do người dùng hiện tại thực hiện.
- Type: boolean (details)
- tagfilter
Lọc theo thẻ.
- target
Show only changes on pages linked from this page.
- showlinkedto
Show changes on pages linked to the selected page instead.
- Type: boolean (details)
Các ví dụ:
- Xem thay đổi gần đây.
- api.php?action=feedrecentchanges
- Show recent changes for 30 days.
- api.php?action=feedrecentchanges&days=30