|
|
(195 intermediate revisions by 54 users not shown) |
Line 1: |
Line 1: |
| {| class="infobox" style="width:22em;"
| | <includeonly>{{#invoke:Infobox|infobox|_template=Infobox|__args| |
| ! colspan="2" style="font-size:larger;" | {{{name}}}
| | |
| |-
| | | name = {{{name|{{PAGENAME}}}}} |
| | colspan="2" style="text-align:center;" | {{{image}}}<br />{{{caption}}}
| | | image = {{{image|}}} |
| |- style="vertical-align:top;"
| | | caption1 = {{{caption|}}} |
| | '''Data 1:''' | | |
| | {{{data 1}}} | | | label1 = Former names |
| |- style="vertical-align:top;" | | | data1 = {{{former_names|}}} |
| | '''Data 2:''' | | |
| | {{{data 2}}}
| | | header2 = General information |
| |- class="hiddenStructure{{{data 3}}}" style="vertical-align:top;" | | |
| | '''Data 3 (hidden if empty):''' | | | label3 = Status |
| | {{{data 3}}}
| | | data3 = {{{status|}}} |
| |- style="vertical-align:top;"
| | |
| | colspan="2" style="font-size:smaller;" | {{footnote}}
| | }}</includeonly><noinclude> |
| |} | | {{doc}} |
| <br style="clear:both;" />
| | </noinclude> |
| <pre>
| |
| {| class="infobox" style="width:22em;"
| |
| ! colspan="2" style="font-size:larger;" | {{{name}}}
| |
| |- | |
| | colspan="2" style="text-align:center;" | {{{image}}}<br />{{{caption}}}
| |
| |- style="vertical-align:top;" | |
| | '''Data 1:'''
| |
| | {{{data 1}}} | |
| |- style="vertical-align:top;" | |
| | '''Data 2:'''
| |
| | {{{data 2}}} | |
| |- class="hiddenStructure{{{data 3}}}" style="vertical-align:top;" | |
| | '''Data 3 (hidden if empty):'''
| |
| | {{{data 3}}}
| |
| |- style="vertical-align:top;"
| |
| | colspan="2" style="font-size:smaller;" | {{footnote}}
| |
| |}
| |
| </pre> | |