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