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

list=checkuserlog (cul)

(main | query | checkuserlog)

Get entries from the CheckUser log.

Các tham số:
Other general parameters are available.
culuser

Tên đăng nhập của kiểm định viên.

cultarget

Thành viên, địa chỉ IP, hoặc dãy CIDR để kiểm tra.

culreason

Reason given for the check.

cullimit

Số hàng tối đa.

Type: integer or max
The value must be between 1 and 500.
Default: 10
culdir

In which direction to enumerate:

newer
List oldest first. Note: culfrom has to be before culto.
older
List newest first (default). Note: culfrom has to be later than culto.
Một trong các giá trị: newer, older
Default: older
culfrom

Dấu thời gian đầu tiên trong danh sách.

Type: timestamp (allowed formats)
culto

Dấu thời gian cuối cùng trong danh sách.

Type: timestamp (allowed formats)
culcontinue

When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.