Template:Boolean
(重定向自Template:Bool)
这个文档是内联文档。
简介
判断输入的布尔值,如果输入为: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}}
重定向
| ||||||||||||||||||||||