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
list=checkuserlog (cul)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- แหล่งที่มา: CheckUser
- สัญญาอนุญาต: GPL-2.0-or-later
Get entries from the CheckUser log.
Specific parameters:
Other general parameters are available.
- culuser
Username of the CheckUser.
- cultarget
Checked user, IP address, or CIDR range.
- culreason
Reason given for the check.
- cullimit
Limit of rows.
- ชนิด: จำนวนเต็มหรือ 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.
- ค่าใดค่าหนึ่งต่อไปนี้: newer, older
- Default: older
- culfrom
The timestamp to start enumerating from.
- Type: timestamp (allowed formats)
- culto
The timestamp to end enumerating.
- Type: timestamp (allowed formats)
- culcontinue
เมื่อมีผลลัพธ์เพิ่มเติมพร้อมใช้งาน ใช้ตัวเลือกนี้เพื่อดำเนินการต่อ
ตัวอย่าง:
- Show checks of User:Example
- api.php?action=query&list=checkuserlog&culuser=Example&cullimit=25 [เปิดในกระบะทราย]
- Show checks of 192.0.2.0/24 after 2011-10-15T23:00:00Z
- api.php?action=query&list=checkuserlog&cultarget=192.0.2.0/24&culfrom=2011-10-15T23:00:00Z [เปิดในกระบะทราย]