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)

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 trong các giá trị: rss, atom
Mặc định: rss
namespace

Namespace to limit the results to.

Một trong các giá trị: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 2300, 2301, 2302, 2303
invert

All namespaces but the selected one.

Type: boolean (details)
associated

Include associated (talk or main) namespace.

Type: boolean (details)
days

Ngày để giới hạn kết quả.

The value must be no less than 1.
Type: integer
Mặc định: 7
limit

Số kết quả lớn nhất để cho ra.

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)
hidecategorization

Hide category membership changes.

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 [open in sandbox]
Hiển thị các thay đổi trong 30 ngày gần đây.
api.php?action=feedrecentchanges&days=30 [open in sandbox]