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