Difference between revisions of "Template:IfAndEq"
Jump to navigation
Jump to search
(Created page with "<noinclude> Requires up to 4 variables to match the first variable <hr> <nowiki>{{</nowiki>IfAndEq|matchvar|matchvar|matchvar|matchvar|matchvar|is true}} '''Result:''' {{IfA...") |
|||
Line 3: | Line 3: | ||
<hr> | <hr> | ||
<nowiki>{{</nowiki>IfAndEq|matchvar|matchvar|matchvar|matchvar|matchvar|is true}} | <nowiki>{{</nowiki>IfAndEq|matchvar|matchvar|matchvar|matchvar|matchvar|is true}} <- 1 match, 4 comparisons, 1 result | ||
'''Result:''' {{IfAndEq | '''Result:''' {{IfAndEq|matchvar|matchvar|matchvar|matchvar|matchvar|is true}} | ||
<nowiki>{{</nowiki>IfAndEq|matchvar|matchvar|matchvar|is true}} | <nowiki>{{</nowiki>IfAndEq|matchvar|matchvar|matchvar|matchvar|is true}} <- 1 match, 3 comparisons, 1 result | ||
'''Result:''' {{IfAndEq|matchvar|matchvar|matchvar|matchvar|matchvar|is true}} | |||
<nowiki>{{</nowiki>IfAndEq|matchvar|matchvar|matchvar|is true}} <- 1 match, 2 comparisons, 1 result | |||
'''Result:''' {{IfAndEq|matchvar|matchvar|matchvar|is true}} | '''Result:''' {{IfAndEq|matchvar|matchvar|matchvar|is true}} | ||
<nowiki>{{</nowiki>IfAndEq|matchvar||matchvar||is | <nowiki>{{</nowiki>IfAndEq|matchvar|nonmatchvar|matchvar|is true|else=is false}}<- 1 match, 2 comparisons, 1 result, 1 else | ||
'''Result:''' {{IfAndEq|matchvar||matchvar||is | '''Result:''' {{IfAndEq|matchvar|nonmatchvar|matchvar|is true|else=is false}} | ||
</noinclude><!-- | |||
< | --><includeonly><!-- | ||
-->{{#if:{{{6|}}}|<!-- | |||
-->{{#ifeq:|{{{2}}}|{{{1}}}|<!-- | |||
-->{{#ifeq:|{{{3}}}|{{{1}}}|<!-- | |||
-->{{#ifeq:|{{{4}}}|{{{1}}}|<!-- | |||
-->{{#ifeq:{{{5}}}|{{{1}}}|{{{6}}}|{{{else|}}}}}<!-- | |||
-->|{{{else|}}}}}<!-- | |||
-->|{{{else|}}}}}<!-- | |||
-->|{{{else|}}}}}<!-- | |||
-->|<!-- | |||
-->{{#if:{{{5|}}}|<!-- | |||
< | -->{{#ifeq:|{{{2}}}|{{{1}}}|<!-- | ||
-->{{#ifeq:|{{{3}}}|{{{1}}}|<!-- | |||
-->{{#ifeq:{{{4}}}|{{{1}}}|{{{5}}}|{{{else|}}}}}<!-- | |||
-->|{{{else|}}}}}<!-- | |||
-->|{{{else|}}}}}<!-- | |||
-->|<!-- | |||
-- | -->{{#if:{{{4|}}}|<!-- | ||
-->{{#ifeq:{{{ | -->{{#ifeq:{{{2}}}|{{{1}}}|<!-- | ||
-->{{#ifeq:{{{ | -->{{#ifeq:{{{3}}}|{{{1}}}|{{{4}}}|{{{else|}}}}}<!-- | ||
-->|{{{else|}}}}}<!-- | |||
-->}}}}}} <!-- Stops all three ifs (6,5,4) above --> | |||
</includeonly> | |||
--> | |||
Latest revision as of 09:20, 26 June 2022
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