More actions
No edit summary |
No edit summary |
||
| Line 65: | Line 65: | ||
"image1": { | "image1": { | ||
"aliases": [ | "aliases": [ | ||
" | "flag" | ||
], | ], | ||
"label": "City's flag.", | "label": "City's flag.", | ||
"description": "Flag of the city or independent nation.", | "description": "Flag of the city or independent nation.", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | |||
"image2": { | |||
"aliases": [ | |||
"map" | |||
], | |||
"label": "Map of the city.", | |||
"description": "A map of the city's territory clearly outlined.", | |||
"type": "wiki-file-name" | |||
}, | |||
"country": { | |||
"aliases": [ | |||
"country" | |||
], | |||
"label": "Country/Sovereign State", | |||
"description": "Name of the country which the city currently belongs to, if any.", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Revision as of 21:38, 22 July 2023
Example usage:
{{City-Infobox
|title1=Example
|image1= Flag
|image2 = Map
|caption1=Example
|country=Example
|established=Example
|mayor=Example
|population=Example
|demonym=Example
}}
Infobox for a city in the RP.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| City's flag. | image1 flag | Flag of the city or independent nation. | File | optional |
| Map of the city. | image2 map | A map of the city's territory clearly outlined. | File | optional |
| Country/Sovereign State | country country | Name of the country which the city currently belongs to, if any. | String | optional |