Template:Country: Difference between revisions
AlexChillOut (talk | contribs) (Redirected page to Template:Infobox country) Tag: New redirect |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | |||
{{infobox | |||
|templatestyles = Template:Infobox country/styles.css | |||
| bodyclass = ib-country vcard | |||
| aboveclass = adr | |||
| subheader = {{#if:{{{life_span|}}} | {{{life_span}}} | {{#if:{{{year_start|}}}|{{{year_start}}}{{#if:{{{year_end|}}}|–{{{year_end}}} }} }} }} | |||
| above = {{{name|<includeonly>{{PAGENAME}}</includeonly>}}} | |||
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image1|}}}|size={{#ifeq:{{lc:{{{landscape|}}}}}|yes|{{min|300|{{#if:{{#ifexpr:{{{image size|{{{image_size|{{{imagesize|}}}}}}}}}}}|300|{{{image size|{{{image_size|{{{imagesize|}}}}}}}}}}}}}x200px|{{{image size|{{{image_size|{{{imagesize|}}}}}}}}}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|}}}|suppressplaceholder=yes}}{{#invoke:InfoboxImage|InfoboxImage|image={{{image2|}}}|size={{#ifeq:{{lc:{{{landscape|}}}}}|yes|{{min|300|{{#if:{{#ifexpr:{{{image size|{{{image_size|{{{imagesize|}}}}}}}}}}}|300|{{{image size|{{{image_size|{{{imagesize|}}}}}}}}}}}}}x200px|{{{image size|{{{image_size|{{{imagesize|}}}}}}}}}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|}}}|suppressplaceholder=yes}} | |||
| header2 = General Info | |||
| label3 = Official Name | |||
| data3 = {{{official name|}}} | |||
| label4 = Common Name | |||
| data4 = {{{common name|}}} | |||
| label5 = Motto | |||
| data5 = {{{motto|}}} | |||
| label6 = Capital City | |||
| data6 = {{{capital|}}} | |||
| label7 = Capital World | |||
| data7 = {{{capital world|}}} | |||
| label8 = Demonym | |||
| data8 = {{{demonym|}}} | |||
| label9 = Anthem | |||
| data9 = {{{anthem|}}} | |||
| header10 = Politics | |||
| label11 = Government | |||
| data11 = {{{government|}}} | |||
| label12 = Ideology | |||
| data12 = {{{ideology|}}} | |||
| label13 = Head of State | |||
| data13 = {{{head of state|}}} | |||
| label14 = Head of Government | |||
| data14 = {{{head of government|}}} | |||
| label15 = Legislature | |||
| data15 = {{{legislature|}}} | |||
| label16 = Ruling Party | |||
| data16 = {{{ruling party|}}} | |||
| label17 = Official Language(s) | |||
| data17 = {{{official languages|}}} | |||
| label18 = State Religion | |||
| data18 = {{{state religion|}}} | |||
| label19 = Currency | |||
| data19 = {{{currency|}}} | |||
| header20 = Demographics | |||
| label21 = Population | |||
| data21 = {{{population|}}} | |||
| label22 = Species | |||
| data22 = {{{species|}}} | |||
| label23 = Ethnic Groups | |||
| data23 = {{{ethnic groups|}}} | |||
| label24 = Major Languages | |||
| data24 = {{{major languages|}}} | |||
| label25 = Minority Languages | |||
| data25 = {{{minority languages|}}} | |||
| label26 = Major Religions | |||
| data26 = {{{major religions|}}} | |||
| label27 = Major Cities | |||
| data27 = {{{major cities|}}} | |||
| header28 = Assets | |||
| label29 = GDP | |||
| data29 = {{{gdp|}}} | |||
| label30 = Soldier Count | |||
| data30 = {{{soldier count|}}} | |||
| label31 = Spacefleet | |||
| data31 = {{{spacefleet|}}} | |||
| label32 = Maritime fleet | |||
| data32 = {{{maritime fleet|}}} | |||
| label33 = Airforces | |||
| data33 = {{{airforces|}}} | |||
| label34 = Nuclear Arsenal | |||
| data34 = {{{nuclear arsenal|}}} | |||
| label35 = Other Assets | |||
| data35 = {{{other assets|}}} | |||
| header36 = Geography/Astrography | |||
| label37 = Planet | |||
| data37 = {{{planet|}}} | |||
| label38 = Continent | |||
| data38 = {{{continent|}}} | |||
| label39 = Region | |||
| data39 = {{{region|}}} | |||
| label40 = Real-Life Location | |||
| data40 = {{{irl location|}}} | |||
| label41 = Rim | |||
| data41 = {{{rim|}}} | |||
| label42 = Quadrant | |||
| data42 = {{{quadrant|}}} | |||
| label43 = Grid Coordinate(s) | |||
| data43 = {{{grid coordinate|}}} | |||
| label44 = Galaxy | |||
| data44 = {{{galaxy|}}} | |||
| header45 = Historical Info | |||
| label46 = Founded | |||
| data46 = {{{founded|}}} | |||
| label47 = Dissolved | |||
| data47 = {{{dissolved|}}} | |||
| label48 = Preceded by | |||
| data48 = {{{preceded by|}}} | |||
| label49 = Succeeded by | |||
| data49 = {{{succeeded by|}}} | |||
| header50 = Other | |||
| label51 = Created by | |||
| data51 = {{{created by|}}} | |||
| label52 = Controlled by | |||
| data52 = {{{controlled by|}}} | |||
| belowclass = mergedtoprow noprint | |||
| below = {{#if:{{{navbar|}}}| {{navbar|{{{navbar|}}}}} }} | |||
}} | |||
</includeonly> | |||
<noinclude> | |||
{{documentation}} | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"type": "string", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"image1": { | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"image2": { | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"official name": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"common name": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"motto": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"capital": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"capital world": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"demonym": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"anthem": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"government": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"ideology": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"head of state": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"head of government": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"legislature": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"ruling party": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"official languages": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"state religion": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"currency": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"population": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"species": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"ethnic groups": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"major languages": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"minority languages": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"major cities": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"gdp": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"soldier count": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"spacefleet": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"maritime fleet": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"airforces": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"nuclear arsenal": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"other assets": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"planet": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"continent": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"region": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"irl location": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"rim": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"quadrant": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"grid coordinate": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"galaxy": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"founded": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"dissolved": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"preceded by": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"succeeded by": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"major religions": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"created by": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"controlled by": { | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image1", | |||
"image2", | |||
"official name", | |||
"common name", | |||
"motto", | |||
"capital", | |||
"capital world", | |||
"demonym", | |||
"anthem", | |||
"government", | |||
"ideology", | |||
"head of state", | |||
"head of government", | |||
"legislature", | |||
"ruling party", | |||
"official languages", | |||
"state religion", | |||
"currency", | |||
"population", | |||
"species", | |||
"ethnic groups", | |||
"major languages", | |||
"minority languages", | |||
"major religions", | |||
"major cities", | |||
"gdp", | |||
"soldier count", | |||
"spacefleet", | |||
"maritime fleet", | |||
"airforces", | |||
"nuclear arsenal", | |||
"other assets", | |||
"planet", | |||
"continent", | |||
"region", | |||
"irl location", | |||
"rim", | |||
"quadrant", | |||
"grid coordinate", | |||
"galaxy", | |||
"founded", | |||
"dissolved", | |||
"preceded by", | |||
"succeeded by", | |||
"created by", | |||
"controlled by" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 21:37, 20 July 2025
}}} | image =
| header2 = General Info
| label3 = Official Name | data3 =
| label4 = Common Name | data4 =
| label5 = Motto | data5 =
| label6 = Capital City | data6 =
| label7 = Capital World | data7 =
| label8 = Demonym | data8 =
| label9 = Anthem | data9 =
| header10 = Politics
| label11 = Government | data11 =
| label12 = Ideology | data12 =
| label13 = Head of State | data13 =
| label14 = Head of Government | data14 =
| label15 = Legislature | data15 =
| label16 = Ruling Party | data16 =
| label17 = Official Language(s) | data17 =
| label18 = State Religion | data18 =
| label19 = Currency | data19 =
| header20 = Demographics
| label21 = Population | data21 =
| label22 = Species | data22 =
| label23 = Ethnic Groups | data23 =
| label24 = Major Languages | data24 =
| label25 = Minority Languages | data25 =
| label26 = Major Religions | data26 =
| label27 = Major Cities | data27 =
| header28 = Assets
| label29 = GDP | data29 =
| label30 = Soldier Count | data30 =
| label31 = Spacefleet | data31 =
| label32 = Maritime fleet | data32 =
| label33 = Airforces | data33 =
| label34 = Nuclear Arsenal | data34 =
| label35 = Other Assets | data35 =
| header36 = Geography/Astrography
| label37 = Planet | data37 =
| label38 = Continent | data38 =
| label39 = Region | data39 =
| label40 = Real-Life Location | data40 =
| label41 = Rim | data41 =
| label42 = Quadrant | data42 =
| label43 = Grid Coordinate(s) | data43 =
| label44 = Galaxy | data44 =
| header45 = Historical Info
| label46 = Founded | data46 =
| label47 = Dissolved | data47 =
| label48 = Preceded by | data48 =
| label49 = Succeeded by | data49 =
| header50 = Other
| label51 = Created by | data51 =
| label52 = Controlled by | data52 =
| belowclass = mergedtoprow noprint | below = }} </includeonly>
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | String | required |
| image1 | image1 | no description | File | suggested |
| image2 | image2 | no description | File | suggested |
| official name | official name | no description | String | suggested |
| common name | common name | no description | String | suggested |
| motto | motto | no description | String | suggested |
| capital | capital | no description | String | suggested |
| capital world | capital world | no description | String | suggested |
| demonym | demonym | no description | String | suggested |
| anthem | anthem | no description | String | suggested |
| government | government | no description | String | suggested |
| ideology | ideology | no description | String | suggested |
| head of state | head of state | no description | String | suggested |
| head of government | head of government | no description | String | suggested |
| legislature | legislature | no description | String | suggested |
| ruling party | ruling party | no description | String | suggested |
| official languages | official languages | no description | String | suggested |
| state religion | state religion | no description | String | suggested |
| currency | currency | no description | String | suggested |
| population | population | no description | String | suggested |
| species | species | no description | String | suggested |
| ethnic groups | ethnic groups | no description | String | suggested |
| major languages | major languages | no description | String | suggested |
| minority languages | minority languages | no description | String | suggested |
| major religions | major religions | no description | String | suggested |
| major cities | major cities | no description | String | suggested |
| gdp | gdp | no description | String | suggested |
| soldier count | soldier count | no description | String | suggested |
| spacefleet | spacefleet | no description | String | suggested |
| maritime fleet | maritime fleet | no description | String | suggested |
| airforces | airforces | no description | String | suggested |
| nuclear arsenal | nuclear arsenal | no description | String | suggested |
| other assets | other assets | no description | String | suggested |
| planet | planet | no description | String | suggested |
| continent | continent | no description | String | suggested |
| region | region | no description | String | suggested |
| irl location | irl location | no description | String | suggested |
| rim | rim | no description | String | suggested |
| quadrant | quadrant | no description | String | suggested |
| grid coordinate | grid coordinate | no description | String | suggested |
| galaxy | galaxy | no description | String | suggested |
| founded | founded | no description | String | suggested |
| dissolved | dissolved | no description | String | suggested |
| preceded by | preceded by | no description | String | suggested |
| succeeded by | succeeded by | no description | String | suggested |
| created by | created by | no description | String | suggested |
| controlled by | controlled by | no description | String | suggested |