9,072
回編集
(ページの白紙化) タグ: 白紙化 |
編集の要約なし |
||
1行目: | 1行目: | ||
{{#ifexpr:4 >= 2|a|b}} | |||
{{#ifexpr:4 <= 2|a|b}} | |||
{{#ifexpr:(4 <= 2) and (4 >= 2)|a|b}} | |||
{{#ifexpr:(4 <= 2) or (4 >= 2)|a|b}} | |||
{{#expr:4 >= 2}} | |||
{{#expr:4 <= 2}} | |||
{{#expr:(4 <= 2) and (4 >= 2)}} | |||
{{#expr:(4 <= 2) or (4 >= 2)}} | |||
{{#expr:1 and 1}} | |||
{{#expr:1 or 0}} | |||
{{#ifexpr:{{#expr:4 <= 2}} and {{#expr:4 >= 2}}|a|b}} | |||
{{#ifexpr:{{#expr:4 <= 2}} or {{#expr:4 >= 2}}|a|b}} |
回編集