Template:IfAndEq
Jump to navigation
Jump to search
Requires up to 4 variables to match the first variable
{{IfAndEq|matchvar|matchvar|matchvar|matchvar|matchvar|is true}} <- 1 match, 4 comparisons, 1 result
Result: is true
{{IfAndEq|matchvar|matchvar|matchvar|matchvar|is true}} <- 1 match, 3 comparisons, 1 result
Result: is true
{{IfAndEq|matchvar|matchvar|matchvar|is true}} <- 1 match, 2 comparisons, 1 result
Result: is true
{{IfAndEq|matchvar|nonmatchvar|matchvar|is true|else=is false}}<- 1 match, 2 comparisons, 1 result, 1 else
Result: is false