More actions
No edit summary |
No edit summary |
||
| Line 69: | Line 69: | ||
"example": "Wiltshire Sixth Republic", | "example": "Wiltshire Sixth Republic", | ||
"type": "string" | "type": "string" | ||
} | }, | ||
} | "image1": { | ||
"aliases": [ | |||
"image1" | |||
], | |||
"label": "Flag", | |||
"description": "The nation's flag.", | |||
"type": "wiki-file-name" | |||
}, | |||
"image2": { | |||
"aliases": [ | |||
"image2" | |||
], | |||
"label": "Map", | |||
"description": "Map of the region that the nation is in, with the nation itself clearly highlighted.", | |||
"type": "wiki-file-name" | |||
}, | |||
"caption1": { | |||
"aliases": [ | |||
"caption1" | |||
], | |||
"label": "Flag Caption", | |||
"type": "string" | |||
}, | |||
"caption2": { | |||
"aliases": [ | |||
"caption2" | |||
], | |||
"label": "Map Caption" | |||
}, | |||
"image3": {}, | |||
"caption3": {} | |||
}, | |||
"paramOrder": [ | |||
"title1", | |||
"image1", | |||
"caption1", | |||
"image2", | |||
"caption2", | |||
"image3", | |||
"caption3" | |||
] | |||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||
Revision as of 15:33, 23 July 2023
Example usage:
{{Nation infobox
|title1=Example
|image1= Flag
|caption1= flag desc
|image2 = Map
|caption2 = Map Desc. and Legend
|capital=Example
|official_languages=Example
|government=Example
|head_of_state=Example
|formation=Example
|population=Example
}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Nation's Formal Name | title1 title1 | no description
| String | optional |
| Flag | image1 image1 | The nation's flag. | File | optional |
| Flag Caption | caption1 caption1 | no description | String | optional |
| Map | image2 image2 | Map of the region that the nation is in, with the nation itself clearly highlighted. | File | optional |
| Map Caption | caption2 caption2 | no description | Unknown | optional |
| image3 | image3 | no description | Unknown | optional |
| caption3 | caption3 | no description | Unknown | optional |