More actions
No edit summary |
No edit summary |
||
| Line 94: | Line 94: | ||
"description": "Any nicknames or abbreviations for the city.", | "description": "Any nicknames or abbreviations for the city.", | ||
"example": "New Orleans/NOLA", | "example": "New Orleans/NOLA", | ||
"type": "string" | |||
}, | |||
"established": { | |||
"aliases": [ | |||
"established" | |||
], | |||
"label": "Date Established", | |||
"description": "The date which this city was established (format is Month Day, Year)", | |||
"example": "December 30, 3017", | |||
"type": "string" | |||
}, | |||
"mayor": { | |||
"aliases": [ | |||
"mayor" | |||
], | |||
"label": "Mayor", | |||
"description": "The mayor/chief executive of the city.", | |||
"type": "string" | |||
}, | |||
"government": { | |||
"aliases": [ | |||
"government" | |||
], | |||
"label": "Government", | |||
"description": "The government classification of the city.", | |||
"example": "parliamentary republic", | |||
"type": "string" | |||
}, | |||
"anthem": { | |||
"aliases": [ | |||
"anthem" | |||
], | |||
"label": "Anthem", | |||
"description": "The city's national anthem. Link to an MP3 file.", | |||
"type": "wiki-file-name" | |||
}, | |||
"population": { | |||
"aliases": [ | |||
"population" | |||
], | |||
"label": "Population", | |||
"description": "The city's population. Refer to the google sheet. Leave blank if unsure.", | |||
"example": "5,270,333", | |||
"type": "number" | |||
}, | |||
"demonym": { | |||
"aliases": [ | |||
"demonym" | |||
], | |||
"label": "Demonym", | |||
"description": "What are people from this city called?", | |||
"example": "Filipino/Filipina", | |||
"type": "string" | |||
}, | |||
"ethnicities": { | |||
"aliases": [ | |||
"ethnicities" | |||
], | |||
"label": "Ethnicities", | |||
"description": "List of the city's ethnic groups, by percentage of the population.", | |||
"example": "60% Apples, 38% Oranges, 2% Milk", | |||
"type": "string" | |||
}, | |||
"religions": { | |||
"aliases": [ | |||
"religions" | |||
], | |||
"label": "Religions", | |||
"description": "The city's major religions, by percentage of the population.", | |||
"example": "80% Buddhism, 20% Taoism", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Revision as of 21:51, 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 |
| Nicknames | nickname(s) nicknames | Any nicknames or abbreviations for the city.
| String | optional |
| Date Established | established established | The date which this city was established (format is Month Day, Year)
| String | optional |
| Mayor | mayor mayor | The mayor/chief executive of the city. | String | optional |
| Government | government government | The government classification of the city.
| String | optional |
| Anthem | anthem anthem | The city's national anthem. Link to an MP3 file. | File | optional |
| Population | population population | The city's population. Refer to the google sheet. Leave blank if unsure.
| Number | optional |
| Demonym | demonym demonym | What are people from this city called?
| String | optional |
| Ethnicities | ethnicities ethnicities | List of the city's ethnic groups, by percentage of the population.
| String | optional |
| Religions | religions religions | The city's major religions, by percentage of the population.
| String | optional |