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

action=abusefilterchecksyntax

(main | abusefilterchecksyntax)

ตรวจสอบไวยากรณ์ของตัวกรอง AbuseFilter

Parameter:
filter

ข้อความตัวกรองแบบเต็มที่จะตรวจสอบไวยากรณ์

This parameter is required.
Examples:
ตรวจสอบไวยากรณ์ของตัวกรองที่ถูกต้อง
api.php?action=abusefilterchecksyntax&filter="foo" [open in sandbox]
ตรวจสอบไวยากรณ์ของตัวกรองที่ไม่ถูกต้อง
api.php?action=abusefilterchecksyntax&filter="bar"%20bad_variable [open in sandbox]