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=abusefilters (abf)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- แหล่งที่มา: Abuse Filter
- สัญญาอนุญาต: GPL-2.0-or-later
แสดงรายละเอียดของตัวกรองการละเมิดกฎ
Specific parameters:
Other general parameters are available.
- abfstartid
ไอดีตัวกรองที่ต้องการใช้เป็นจุดเริ่มต้นของการแจงนับ
- Type: integer
- abfendid
ไอดีตัวกรองที่ต้องการใช้เป็นจุดสิ้นสุดของการแจงนับ
- Type: integer
- abfdir
In which direction to enumerate:
- ค่าใดค่าหนึ่งต่อไปนี้: newer, older
- Default: newer
- abfshow
แสดงเฉพาะตัวกรองที่ตรงตามเกณฑ์เหล่านี้เท่านั้น
- ค่า (คั่นด้วย | หรือข้อความทดแทน): !deleted, !enabled, !private, !protected, deleted, enabled, private, protected
- abflimit
จำนวนตัวกรองสูงสุดที่ต้องการแสดง
- ชนิด: จำนวนเต็มหรือ max
- The value must be between 1 and 500.
- Default: 10
- abfprop
คุณสมบัติที่ต้องการรับข้อมูล
- ค่า (คั่นด้วย | หรือข้อความทดแทน): actions, comments, description, hits, id, lasteditor, lastedittime, pattern, private, protected, status
- Default: id|description|actions|status
ตัวอย่าง:
- แสดงรายการตัวกรองสาธราณะที่ถูกเปิดใช้งาน
- api.php?action=query&list=abusefilters&abfshow=enabled|!private [เปิดในกระบะทราย]
- แสดงรายละเอียดบางส่วนเกี่ยวกับตัวกรอง
- api.php?action=query&list=abusefilters&abfprop=id|description|pattern [เปิดในกระบะทราย]