79
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{| | {{Infobox | ||
|bodystyle = width:22em; font-size:90%; text-align:left; border-color:#000000; background-color: #FFFFFF; | |||
|title = | |||
{{#if:{{{image|}}}| | |titlestyle = | ||
|above = <small>STATE</small><br /><span class="fn" style="font-size:18px;">{{{name|{{PAGENAME}}}}}</span> | |||
{{ | |abovestyle = text-align: center; | ||
{{#if: {{{ | |imagestyle = | ||
{{ | |captionstyle = | ||
{{ | |image = {{#if:{{{image|}}}|{{{image}}}{{#if:{{{caption|}}}|<div style="line-height:1.25em;">{{{caption}}}</div>|}}|}} | ||
{{ | |caption = | ||
|image2 = | |||
|caption2 = | |||
|headerstyle = | |||
|labelstyle = | |||
|datastyle = | |||
|header1 = | |||
|label1 = Appearance(s): | |||
|data1 = {{#if:{{{games|}}}|{{{games|}}}|}} | |||
|header2 = | |||
|label2 = Name: | |||
|data2 = {{#if:{{{name|}}}|{{{name|}}}|}} | |||
|header3 = | |||
|label3 = Capital: | |||
|data3 = {{#if:{{{capital|}}}|{{{capital|}}}|}} | |||
|header4 = | |||
|label4 = Governor: | |||
|data4 = {{#if:{{{governor|}}}|{{{governor|}}}|}} | |||
|header5 = | |||
|label5 = Population: | |||
|data5 = {{#if:{{{pop|}}}|{{{pop|}}}|}} | |||
|header6 = | |||
|label6 = Size: | |||
|data6 = {{#if:{{{size|}}}|{{{size|}}}|}} | |||
|header7 = | |||
|label7 = Established: | |||
|data7 = {{#if:{{{established|}}}|{{{established|}}}|}} | |||
|header8 = | |||
|label8 = Motto: | |||
|data8 = {{#if:{{{motto|}}}|{{{motto|}}}|}} | |||
|header9 = | |||
|belowstyle = | |||
|below = | |||
}} | }} | ||
<noinclude> | <noinclude> | ||
The following code produces the fake infobox shown on the right: | The following code produces the fake infobox shown on the right: | ||
<pre>{{infobox state| | <pre style="overflow:auto;"> | ||
{{infobox state| | |||
|image = | |image = | ||
|games = | |games = | ||
Line 68: | Line 61: | ||
|established = | |established = | ||
|motto = | |motto = | ||
}}</pre> | }} | ||
</pre> | |||
[[category:infoboxes]] | [[category:infoboxes]] | ||
[[Category:Templates|{{PAGENAME}}]]</noinclude> | [[Category:Templates|{{PAGENAME}}]]</noinclude> |
edits