Template talk:32SETeamBracket
From Guild Wars 2 Wiki
Jump to navigationJump to search
why would you add a parameter to determine the winner of each match + stage, when you could do #ifexpr: to compare the scores? e.g.
{{#ifexpr: {{{RD1-score02|1}}} > {{{RD1-score01|0}}} | '''{{{RD1-team02|}}}''' | {{{RD1-team02|}}} }} & {{#ifexpr: {{{RD1-score01|1}}} > {{{RD1-score02|0}}} | '''{{{RD1-team01|}}}''' | {{{RD1-team01|}}} }}
-Chieftain Alex 18:13, 4 August 2013 (UTC)
- Higher score does not necessarily indicate winner of the series, (i.e. when the brackets are being updated in real time during that series) also allows for special cases (such as walkovers etc.). --Sirrush 18:37, 4 August 2013 (UTC)