Template:BracketBasedNumber: Difference between revisions

From Hattrick
Jump to navigationJump to search
Crazycompgeek (talk | contribs)
Created page with '{{#switch: {{{key|}}} | base = 2 + {{#ifeq: {{{seeded|no}}}|yes|1|0}} + + {{#ifeq: {{{aggregated|no}}}|yes|2|0}} | 0 }} <noinclude>Category:Tournament bracket templates</noin…'
 
Crazycompgeek (talk | contribs)
No edit summary
Line 1: Line 1:
{{#switch: {{{key|}}}
{{#switch: {{{key|}}}
| base = 2 + {{#ifeq: {{{seeded|no}}}|yes|1|0}} + + {{#ifeq: {{{aggregated|no}}}|yes|2|0}}
| base = {{#expr: 2 + {{#ifeq: {{{seeded|no}}}|yes|1|0}} + {{#ifeq: {{{aggregated|no}}}|yes|2|0}}}}
| 0 }}
| 0 }}
<noinclude>[[Category:Tournament bracket templates]]</noinclude>
<noinclude>[[Category:Tournament bracket templates]]</noinclude>

Revision as of 22:04, 22 March 2013

0