|
|
Line 1: |
Line 1: |
| <div style="float:right; padding-left: 30px;"> | | <infobox> |
| {| class="wikitable" style="float: right; width: 275px;"
| | <title source="title"> |
| ! colspan="2" style="text-align:center; font-size: 20px; font-weight: 600;" | {{{title|{{PAGENAME}}}}}
| | <default>{{PAGENAME}}</default> |
| |-
| | </title> |
| ! colspan="2" style="text-align: center;" | [[File:{{{image}}}|128x128px|link=]]
| | <image source="image"/> |
| |-
| | <data source="type"> |
| {{#if: {{{type|}}} | {{!}}-
| | <label>Game Type</label> |
| ! style="text-align: left; border-right: transparent;" scope="row" {{!}} Game Type
| | </data> |
| ! style="text-align: left; border-left: transparent;" {{!}} {{{type}}}
| | <data source="abbreviation"> |
| }}
| | <label>Abbreviation</label> |
| |-
| | </data> |
| {{#if: {{{abbreviation|}}} | {{!}}-
| | <data source="introduced"> |
| ! style="text-align: left; border-right: transparent;" scope="row" {{!}} Abbreviation
| | <label>Introduced</label> |
| ! style="text-align: left; border-left: transparent;" {{!}} {{{abbreviation}}}
| | </data> |
| }}
| | <data source="maps"> |
| |-
| | <label>Maps</label> |
| {{#if: {{{introduced|}}} | {{!}}-
| | </data> |
| ! style="text-align: left; border-right: transparent;" scope="row" {{!}} Introduced
| | <data source="rounds"> |
| ! style="text-align: left; border-left: transparent;" {{!}} {{{introduced}}}
| | <label>Rounds</label> |
| }}
| | </data> |
| |-
| | <data source="duration"> |
| {{#if: {{{maps|}}} | {{!}}-
| | <label>Round Duration</label> |
| ! style="text-align: left; border-right: transparent;" scope="row" {{!}} Maps
| | </data> |
| ! style="text-align: left; border-left: transparent;" {{!}} {{{maps}}}
| | <data source="players"> |
| }}
| | <label>Players</label> |
| |-
| | </data> |
| {{#if: {{{rounds|}}} | {{!}}-
| | </infobox> |
| ! style="text-align: left; border-right: transparent;" scope="row" {{!}} Rounds
| |
| ! style="text-align: left; border-left: transparent;" {{!}} {{{rounds}}}
| |
| }}
| |
| |-
| |
| {{#if: {{{round_duration|}}} | {{!}}-
| |
| ! style="text-align: left; border-right: transparent;" scope="row" {{!}} Round Duration
| |
| ! style="text-align: left; border-left: transparent;" {{!}} {{{round_duration}}}
| |
| }}
| |
| |-
| |
| {{#if: {{{players|}}} | {{!}}-
| |
| ! style="text-align: left; border-right: transparent;" scope="row" {{!}} Players
| |
| ! style="text-align: left; border-left: transparent;" {{!}} {{{players}}}
| |
| }}
| |
| | |
| |}
| |
| </div> | |