|
|
| Ligne 1 : |
Ligne 1 : |
| − | {| class="infobox" style="width: 20em; font-size: 90%;"
| + | |
| − | |-
| + | |
| − | ! colspan="2" style="font-size: larger; text-align: center;" | {{{stadium_name}}}
| + | |
| − | {{#if:{{{nickname|}}}|<tr><td colspan="2" style="text-align: center;">{{{nickname}}}</td></tr>}}<!--
| + | |
| − | -->{{#if:{{{image|}}}|<tr><td colspan="2" style="text-align: center;">{{{image}}}</td></tr>}}
| + | |
| − | |-
| + | |
| − | ! style="background: #efefef;" colspan="2" | Facility statistics
| + | |
| − | |-
| + | |
| − | | '''Location''' || {{{location}}}
| + | |
| − | {{#if:{{{broke_ground|}}}|<tr><td>'''Broke ground'''</td><td>{{{broke_ground}}}</td></tr>}}
| + | |
| − | |-
| + | |
| − | | '''Opened''' || {{{opened}}}
| + | |
| − | {{#if:{{{renovated|}}}|<tr style="vertical-align: top;"><td>'''Renovated'''</td><td>{{{renovated}}}</td></tr>}}<!--
| + | |
| − | -->{{#if:{{{expanded|}}}|<tr style="vertical-align: top;"><td>'''Expanded'''</td><td>{{{expanded}}}</td></tr>}}<!--
| + | |
| − | -->{{#if:{{{closed|}}}|<tr><td>'''Closed'''</td><td>{{{closed}}}</td></tr>}}<!--
| + | |
| − | -->{{#if:{{{demolished|}}}|<tr><td>'''Demolished'''</td><td>{{{demolished}}}</td></tr>}}
| + | |
| − | |-
| + | |
| − | | '''Owner''' || {{{owner}}}
| + | |
| − | {{#if:{{{operator|}}}|<tr><td>'''Operator'''</td><td>{{{operator}}}</td></tr>}}<!--
| + | |
| − | -->{{#if:{{{surface|}}}|<tr><td>'''Surface'''</td><td>{{{surface}}}</td></tr>}}<!--
| + | |
| − | -->{{#if:{{{construction_cost|}}}|<tr><td>'''Construction cost'''</td><td>{{{construction_cost}}}</td></tr>}}<!--
| + | |
| − | -->{{#if:{{{architect|}}}|<tr><td>'''Architect'''</td><td>{{{architect}}}</td></tr>}}<!--
| + | |
| − | -->{{#if:{{{former_names|}}}|<tr><th style="background: #efefef;" colspan="2">Former names</th></tr><tr><td colspan="2">{{{former_names}}}</td></tr>}}
| + | |
| − | |-
| + | |
| − | ! style="background: #efefef;" colspan="2" | Tenants
| + | |
| − | |-
| + | |
| − | | colspan="2" | {{{tenants}}}
| + | |
| − | |-
| + | |
| − | ! style="background: #efefef;" colspan="2" | Seating capacity
| + | |
| − | |-
| + | |
| − | | colspan="2" | {{{seating_capacity}}}
| + | |
| − | {{#if:{{{dimensions|}}}|<tr><th style="background: #efefef;" colspan="2"> Dimensions</th></tr><tr><td colspan="2">{{{dimensions}}}</td></tr>}}
| + | |
| − | |}<noinclude>
| + | |
| − | [[Category:geography infobox templates|Stadium]]
| + | |
| − | [[Category:Templates using ParserFunctions|{{PAGENAME}}]]
| + | |
| − | <pre>
| + | |
| − | {{Infobox Stadium|
| + | |
| − | stadium_name = |
| + | |
| − | nickname = |
| + | |
| − | image = |
| + | |
| − | location = |
| + | |
| − | broke_ground = |
| + | |
| − | opened = |
| + | |
| − | renovated = |
| + | |
| − | expanded = |
| + | |
| − | closed = |
| + | |
| − | demolished = |
| + | |
| − | owner = |
| + | |
| − | operator = |
| + | |
| − | surface = |
| + | |
| − | construction_cost = |
| + | |
| − | architect = |
| + | |
| − | former_names = |
| + | |
| − | tenants = |
| + | |
| − | seating_capacity = |
| + | |
| − | dimensions = |
| + | |
| − | }}
| + | |
| − | </pre>
| + | |
| − | </noinclude>
| + | |