模板:If either/doc
跳转到导航
跳转到搜索
| File:Edit-copy green.svg | 此页面是Template:If either的模板文档。 此页面可能包含了模板的使用说明、分类和其他内容。 |
{{#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>