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=blocks (bk)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
List all blocked users and IP addresses.
- bkstart
ตราเวลาที่จะใช้เป็นจุดเริ่มต้นของการแจกแจง
- Type: timestamp (allowed formats)
- bkend
ตราเวลาที่จะใช้เป็นจุดสิ้นสุดของการแจกแจง
- Type: timestamp (allowed formats)
- bkdir
In which direction to enumerate:
- newer
- List oldest first. Note: bkstart has to be before bkend.
- older
- List newest first (default). Note: bkstart has to be later than bkend.
- ค่าใดค่าหนึ่งต่อไปนี้: newer, older
- Default: older
- bkids
List of block IDs to list (optional).
- Type: list of integers
- คั่นค่าต่าง ๆ ด้วย | หรือข้อความทดแทน
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- bkusers
List of users to search for (optional).
- ชนิด: รายชื่อผู้ใช้ โดย ชื่อผู้ใช้, ไอพี, ผู้ใช้ชั่วคราว และ ช่วงไอพี
- คั่นค่าต่าง ๆ ด้วย | หรือข้อความทดแทน
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- bkip
Get all blocks applying to this IP address or CIDR range, including range blocks. Cannot be used together with bkusers. CIDR ranges broader than IPv4/16 or IPv6/19 are not accepted.
- bklimit
The maximum number of blocks to list.
- ชนิด: จำนวนเต็มหรือ max
- The value must be between 1 and 500.
- Default: 10
- bkprop
คุณสมบัติที่จะรับข้อมูล:
- id
- เพิ่มไอดีของการบล็อก
- user
- เพิ่มชื่อผู้ใช้ของผู้ใช้ที่ถูกบล็อก
- userid
- เพิ่มไอดีผู้ใช้ของผู้ใช้ที่ถูกบล็อก
- by
- เพิ่มชื่อผู้ใช้ของผู้ใช้ที่ทำการบล็อก
- byid
- เพิ่มไอดีผู้ใช้ของผู้ใช้ที่ทำการบล็อก
- timestamp
- Adds the timestamp of when the block was given.
- expiry
- Adds the timestamp of when the block expires.
- reason
- Adds the reason given for the block.
- range
- Adds the range of IP addresses affected by the block.
- flags
- Tags the ban with (autoblock, anononly, etc.).
- restrictions
- Adds the partial block restrictions if the block is not sitewide.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): by, byid, expiry, flags, id, range, reason, restrictions, timestamp, user, userid
- Default: id|user|by|timestamp|expiry|reason|flags
- bkshow
Show only items that meet these criteria. For example, to see only indefinite blocks on IP addresses, set bkshow=ip|!temp.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): !account, !ip, !range, !temp, account, ip, range, temp
- bkcontinue
เมื่อมีผลลัพธ์เพิ่มเติมพร้อมใช้งาน ใช้ตัวเลือกนี้เพื่อดำเนินการต่อ
- List blocks.
- api.php?action=query&list=blocks [เปิดในกระบะทราย]
- List blocks of users Alice and Bob.
- api.php?action=query&list=blocks&bkusers=Alice|Bob [เปิดในกระบะทราย]