Template:CountryBox: Difference between revisions
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<templatestyles src="InfoBox/styles.css" /> | |||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title ib-country">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title ib-country">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{{image}}}| | <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
<table>{{#if:{{{Government|}}}|<tr> | <table> | ||
{{#if:{{{Government|}}}|<tr> | |||
<th>Government</th></tr> | <th>Government</th></tr> | ||
<tr><td>{{{Government}}}</td> | <tr><td>{{{Government}}}</td> | ||
</tr>}}{{#if:{{{Capital|}}}|<tr> | </tr>}} | ||
{{#if:{{{Capital|}}}|<tr> | |||
<th>Capital</th></tr> | <th>Capital</th></tr> | ||
<tr><td>{{{Capital}}}</td> | <tr><td>{{{Capital}}}</td> | ||
</tr>}}{{#if:{{{Cities|}}}|<tr> | </tr>}} | ||
{{#if:{{{Cities|}}}|<tr> | |||
<th>Cities</th></tr> | <th>Cities</th></tr> | ||
<tr><td>{{{Cities}}}</td> | <tr><td>{{{Cities}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}} | ||
<th> | {{#if:{{{Major Worship|}}}|<tr> | ||
<tr><td>{{{ | <th>Major Worship</th></tr> | ||
</tr>}}</table> | <tr><td>{{{Major Worship}}}</td> | ||
</tr>}} | |||
</table> | |||
<hr> | <hr> | ||
<table>{{#if:{{{Climate|}}}|<tr> | <table> | ||
{{#if:{{{Climate|}}}|<tr> | |||
<th>Climate</th></tr> | <th>Climate</th></tr> | ||
<tr><td>{{{Climate}}}</td> | <tr><td>{{{Climate}}}</td> | ||
</tr>}}{{#if:{{{Exports|}}}|<tr> | </tr>}} | ||
{{#if:{{{Exports|}}}|<tr> | |||
<th>Exports</th></tr> | <th>Exports</th></tr> | ||
<tr><td>{{{Exports}}}</td> | <tr><td>{{{Exports}}}</td> | ||
</tr>}}{{#if:{{{Imports|}}}|<tr> | </tr>}} | ||
{{#if:{{{Imports|}}}|<tr> | |||
<th>Imports</th></tr> | <th>Imports</th></tr> | ||
<tr><td>{{{Imports}}}</td> | <tr><td>{{{Imports}}}</td> | ||
</tr>}}</table> | </tr>}} | ||
</table> | |||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "An infobox for countries, displaying details about governance, geography, culture, and trade, shown at the top right of the page.", | |||
"format": "block", | |||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"description": "The name of the country or region. Defaults to the current page title if omitted.", | |||
"type": "string", | |||
"default": "{{PAGENAME}}", | |||
"suggested": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "The filename of a regional image (e.g., Country.jpg). Do not include the 'File:' prefix.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"Government": { | |||
"label": "Government", | |||
"description": "The type of system of governance; see https://5e.tools/book.html#dmg,1,forms%20of%20government,0.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"Capital": { | |||
"label": "Capital", | |||
"description": "The capital city or seat of power.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"Cities": { | |||
"label": "Major Cities", | |||
"description": "Other major, notable cities or settlements within the country.", | |||
"type": "content" | |||
}, | |||
"Major Worship": { | |||
"label": "Major Worship", | |||
"description": "Dominant religions within the nation.", | |||
"type": "content" | |||
}, | |||
"Climate": { | |||
"label": "Climate", | |||
"description": "The general weather patterns, biomes, or climate zones (e.g., temperate, arid).", | |||
"type": "content" | |||
}, | |||
"Exports": { | |||
"label": "Exports", | |||
"description": "Primary goods, resources, or materials exported by this nation.", | |||
"type": "content" | |||
}, | |||
"Imports": { | |||
"label": "Imports", | |||
"description": "Primary goods, resources, or materials imported by this nation.", | |||
"type": "content" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 16:33, 16 July 2026
An infobox for countries, displaying details about governance, geography, culture, and trade, shown at the top right of the page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | The name of the country or region. Defaults to the current page title if omitted.
| String | suggested |
| Image | image | The filename of a regional image (e.g., Country.jpg). Do not include the 'File:' prefix. | File | suggested |
| Government | Government | The type of system of governance; see https://5e.tools/book.html#dmg,1,forms%20of%20government,0. | Content | suggested |
| Capital | Capital | The capital city or seat of power. | Content | suggested |
| Major Cities | Cities | Other major, notable cities or settlements within the country. | Content | optional |
| Major Worship | Major Worship | Dominant religions within the nation. | Content | optional |
| Climate | Climate | The general weather patterns, biomes, or climate zones (e.g., temperate, arid). | Content | optional |
| Exports | Exports | Primary goods, resources, or materials exported by this nation. | Content | optional |
| Imports | Imports | Primary goods, resources, or materials imported by this nation. | Content | optional |