MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=abusefilterchecksyntax

(main | abusefilterchecksyntax)

تحقق من بناء جملة مرشح الإساءة.

Parameters:
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]