Template:Infobox city: Difference between revisions

No edit summary
No edit summary
Line 15: Line 15:
|labelstyle  = text-align:right;
|labelstyle  = text-align:right;
|datastyle    =  
|datastyle    =  
|header1 =  
|header1   =  
|label1   = Appearance(s):
|label1   = Official name:
|data1   = {{#if: {{{games|}}}|{{{games|}}}|}}
|data1     = {{#if: {{{official name|}}}|{{{official name|}}}|}}
|header2 =  
|header2   =  
|label2   = Mayor:
|label2   = Appearance(s):
|data2   = {{#if: {{{mayor|}}}|{{{mayor|}}}|}}
|data2     = {{#if: {{{games|}}}|{{{games|}}}|}}
|header3 =  
|header3   =  
|label3   = Population:
|label3   = Country:
|data3   = {{#if: {{{pop|}}}|{{{pop|}}}|}}
|data3     = {{#if: {{{country|}}}|{{{country|}}}|}}
|header4 =  
|header4   =  
|label4   = Size:
|label4   = State:
|data4   = {{#if: {{{size|}}}|{{{size|}}}|}}
|data4     = {{#if: {{{state|}}}|{{{state|}}}|}}
|header5 =  
|header5   =  
|label5   = Established:
|label5   = Established:
|data5   = {{#if: {{{established|}}}|{{{established|}}}|}}
|data5     = {{#if: {{{established|}}}|{{{established|}}}|}}
|header6 =  
|header6   =  
|label6   = State:
|label6   = Size:
|data6   = {{#if: {{{state|}}}|{{{state|}}}|}}
|data6     = {{#if: {{{size|}}}|{{{size|}}}|}}
|header7 =  
|header7   =  
|label7  = Area code (s)
|label7   = Mayor:
|data7    = {{#if: {{{Area code (s)|}}}|{{{Area code (s)|}}}|}}
|data7    = {{#if: {{{mayor|}}}|{{{mayor|}}}|}}
|header8  =
|label8    = Population:
|data8    = {{#if: {{{pop|}}}|{{{pop|}}}|}}
|header9  =
|label9    = Motto:
|data9    = {{#if: {{{motto)|}}}|{{{motto|}}}|}}
|header10   =
|label10    = Area code (s)
|data10    = {{#if: {{{area code (s)|}}}|{{{area code (s)|}}}|}}
}}
}}
<noinclude>
<noinclude>
Line 41: Line 50:
<pre style="overflow:auto;">
<pre style="overflow:auto;">
{{infobox city|
{{infobox city|
|motto =
|image =
|image =
|official name =
|games =  
|games =  
|country =
|state =
|established =
|size =
|name =  
|name =  
|mayor =
|mayor =
|pop =
|pop =
|size =
|motto =
|established =
|state =
|area code (s) =
|area code (s) =
}}
}}

Revision as of 01:06, 8 January 2011

CITY
Infobox city
ADVERTISEMENT

The following code produces the fake infobox shown on the right:

{{infobox city|
|image =
|official name =
|games = 
|country =
|state =
|established =
|size =
|name = 
|mayor =
|pop =
|motto =
|area code (s) =
}}