Template:IfAndEq

From Epic Paths
Revision as of 09:20, 26 June 2022 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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