Difference between revisions of "Template:Tournament infobox"
Jump to navigation
Jump to search
m |
m |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 24: | Line 24: | ||
--><div> | --><div> | ||
| − | <div class="infobox-header infobox-header-2"> | + | <div class="infobox-header infobox-header-2">Tournament Information</div> |
</div><!-- | </div><!-- | ||
| Line 134: | Line 134: | ||
</div> | </div> | ||
}}<!-- | }}<!-- | ||
| + | |||
| + | FINAL POSITIONS | ||
| + | |||
| + | -->{{#if:{{{first|}}}|<div> | ||
| + | <div class="infobox-header infobox-header-2">Final positions</div> | ||
| + | </div><!-- | ||
| + | |||
| + | Champions | ||
| + | |||
| + | -->{{#if:{{{first|}}}| | ||
| + | <div> | ||
| + | <div class="infobox-cell-2 infobox-description">{{Medal|1}} Champions:</div> | ||
| + | <div class="infobox-cell-2">{{{first|}}}</div> | ||
| + | </div> | ||
| + | }}<!-- | ||
| + | |||
| + | Runners-up | ||
| + | |||
| + | -->{{#if:{{{second|}}}| | ||
| + | <div> | ||
| + | <div class="infobox-cell-2 infobox-description">{{Medal|2}} Runners-up:</div> | ||
| + | <div class="infobox-cell-2">{{{second|}}}</div> | ||
| + | </div> | ||
| + | }}<!-- | ||
| + | |||
| + | Third place | ||
| + | |||
| + | -->{{#if:{{{third|}}}| | ||
| + | <div> | ||
| + | <div class="infobox-cell-2 infobox-description">{{Medal|3}} Third place:</div> | ||
| + | <div class="infobox-cell-2">{{{third|}}}</div> | ||
| + | </div> | ||
| + | }}<!-- | ||
| + | |||
| + | Fourth place | ||
| + | |||
| + | -->{{#if:{{{fourth|}}}| | ||
| + | <div> | ||
| + | <div class="infobox-cell-2 infobox-description">{{Medal|4}} Fourth place:</div> | ||
| + | <div class="infobox-cell-2">{{{fourth|}}}</div> | ||
| + | </div> | ||
| + | }}}}<!-- | ||
LINKS | LINKS | ||