Template:Infobox State: Difference between revisions
Appearance
Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} {{#if:{{{capital|}}}|<div class="infobox-marker">CAPITAL</div>}} <table class="infobox-table">{{#if:{{{country|}}}|<tr> <th>Country</th> <td>{{{country}}}</td> </tr>}}{{#if:{{{capital|}}}|<tr> <th>Capital</th> <td>{{{capital}}}</td> </tr>}}{{#if:{{{population|}}}|<tr> <th>Populati..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{flag|}}}| | ||
<div class="infobox-image">[[File:{{PAGENAME:{{{flag}}}}}|200px]]</div>}} | |||
<div style="text-align: center">Flag</div>{{#if:{{{image|}}}| | |||
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | ||
<table class="infobox-table">{{#if:{{{country|}}}|<tr> | <table class="infobox-table">{{#if:{{{country|}}}|<tr> | ||
<th>Country</th> | <th>Country</th> | ||
| Line 46: | Line 47: | ||
"label": "Language", | "label": "Language", | ||
"description": "The state language(s), most people will at least be able to speak one." | "description": "The state language(s), most people will at least be able to speak one." | ||
}, | |||
"flag": { | |||
"label": "Flag", | |||
"description": "The flag of this state", | |||
"type": "wiki-file-name" | |||
} | } | ||
}, | }, | ||
"description": "Use this Infobox for states of countries." | "description": "Use this Infobox for states of countries.", | ||
"paramOrder": [ | |||
"title", | |||
"flag", | |||
"image", | |||
"capital", | |||
"country", | |||
"population", | |||
"language" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 05:28, 5 April 2025
Infobox State
Flag
Use this Infobox for states of countries.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | Name of State | Unknown | required |
| Flag | flag | The flag of this state | File | optional |
| Image | image | Image of the state | File | optional |
| Capital City | capital | The Capital City of this state | Unknown | optional |
| Country | country | The country this state is part of | Unknown | optional |
| Population | population | The amount of people who live in this state | Unknown | optional |
| Language | language | The state language(s), most people will at least be able to speak one. | Unknown | optional |