模板:If either
跳转到导航
跳转到搜索
File:Test Template Info-Icon - Version (2).svg 模板文档[查看] [编辑] [历史] [清除缓存]
{{#lsth:逻辑或}}
例子
| 代码 | 结果 |
|---|---|
| {{If either|a|b|true|false}} | true |
| {{If either|a| |true|false}} | true |
| {{If either| |b|true|false}} | true |
| {{If either| | |true|false}} | false |
参见
- {{或门}}
模板数据
<templatedata> { "params": { "1": { "label": "要运算的值1", "type": "string" }, "2": { "label": "要运算的值2", "type": "string" }, "3": { "label": "为真时", "description": "为真时显示的内容", "type": "content" }, "4": { "label": "为假时", "description": "为假时显示的内容" } }, "description": "计算两个逻辑值的逻辑或" } </templatedata>