Template talk:Ifequal
From Wikipedia, the free encyclopedia
[edit] Tests of current
- {{ifequal|a|b|c|d|E|E|g|h|i|j|k|L|L|n|o|p}} -- [5-6]
- {{ifequal|a|b|c|E|E|f|g|h|i|j|k|L|m|n|o|p}} -- []
- {{ifequal|A|A|c|d|E|E|g|h|i|j|k|L|L|n|o|p}} -- [5-61-2]
- {{ifequal|a|b|c|d|e|f|g|h|i|j|L|L|m|n|o|p}} -- [B-C]
[edit] tests2, above failing to detect equality
- {{ifequal|1|2|3|4|6|6|7|8|9|A|B|C|D|E|F|G}} -- [5-6]
- the above subst'd
|
[edit] Post redesign as an OR test
- Current
- an equality: {{#if:{{ifequal|1|2|3|4|6|6}}|True|False}} -- [True]
- inequality: {{{{#if:ifequal|1|2|3|4|5|6}}|True|False}} -- [False]