Template:CountryBox: Difference between revisions
No edit summary |
No edit summary |
||
| Line 37: | Line 37: | ||
</table> | </table> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "An infobox for countries, displaying details about governance, geography, culture, and trade.", | |||
"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> | |||
Revision as of 16:24, 16 July 2026
An infobox for countries, displaying details about governance, geography, culture, and trade.
| 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 |