মিডিয়াউইকি এপিআই সাহায্য

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)

Check syntax of an AbuseFilter filter.

Specific parameter:
Other general parameters are available.
filter

The full filter text to check syntax on.

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]