判断输入的布尔值,如果输入为:1、true、真、yes、是、on、开,则输出true;否则输出false。
{{boolean|1}}
true
{{boolean|true}}
true
{{boolean|True}}
true
{{boolean|tRUE}}
true
{{boolean|0000000001}}
true
{{boolean|{{#expr:1*1}}}}
true
常见用法:{{#ifeq:{{boolean|{{{1|}}}}}|true|A|B}}
| ||||||||||||||||||||||