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=abusefilterevalexpression

(main | abusefilterevalexpression)

ประเมินนิพจน์ตัวกรองการละเมิดกฎ

Parameters:
expression

นิพจน์ที่ต้องการประเมิน

This parameter is required.
prettyprint

Whether the result should be pretty-printed.

Type: boolean (details)
Examples:
ประเมินนิพจน์อย่างง่าย
api.php?action=abusefilterevalexpression&expression=lcase("FOO") [open in sandbox]
Evaluate a simple expression, formatting the result
api.php?action=abusefilterevalexpression&expression=lcase("FOO")&prettyprint=1 [open in sandbox]