Jump to content

Template:Infobox civilization: Difference between revisions

No edit summary
m fix little details
 
(One intermediate revision by the same user not shown)
Line 148: Line 148:
<templatedata>
<templatedata>
{
{
"description": "A comprehensive infobox template for displaying information about civilizations, organizations, or similar entities.",
"params": {
"params": {
"name": {
"name": {
"description": "Civilization name. Displays at top of infobox"
"label": "Official Name",
"description": "The primary name of the civilization or entity. Defaults to the page name if not provided.",
"type": "string",
"required": true,
"suggested": true
},
},
"subheader": {
"subheader": {
"description": "Displays beneath civilization name. May be used for longer or alternate civilization name"
"label": "Alternative Name",
"description": "An alternate or longer version of the name, displayed below the primary name.",
"type": "string",
"example": "Full official designation"
},
},
"image": {
"image": {
"description": "Write the name of the flag only",
"label": "Primary Image",
"description": "Name of the main representative image file (without File: prefix)",
"type": "string",
"example": "Flag.png",
"example": "Flag.png",
"suggested": true
"suggested": true
},
},
"alt": {},
"alt": {
"caption": {},
"label": "Image Description",
"image2": {},
"description": "Alt text for accessibility and image description purposes",
"caption2": {},
"type": "string"
},
"caption": {
"label": "Image Caption",
"description": "Brief description of the image content",
"type": "string",
"example": "Official flag of the civilization"
},
"image2": {
"label": "Secondary Image",
"description": "Name of an additional representative image file",
"type": "string",
"example": "Coat_of_arms.png"
},
"caption2": {
"label": "Secondary Image Caption",
"description": "Description of the secondary image",
"type": "string",
"example": "Historical coat of arms"
},
"image3": {
"label": "Tertiary Image",
"description": "Name of an additional representative image file",
"type": "string",
"example": "Symbol.png"
},
"caption3": {
"label": "Tertiary Image Caption",
"description": "Description of the tertiary image",
"type": "string",
"example": "National symbol"
},
"location": {
"location": {
"description": "Coordinates in format `{{Coord|X|Z|R}}` where R is radius of ccmap view"
"label": "Geographic Location",
"description": "Coordinates in format {{Coord|X|Y|R}} where R is radius of ccmap view",
"type": "string",
"example": "{{Coord|1234|5678|100}}"
},
"demonym": {
"label": "Demonym",
"description": "Term used to describe members or inhabitants of the civilization",
"type": "string",
"example": "Icenian"
},
},
"demonym": {},
"activity_level": {
"activity_level": {
"description": "Inactive/Low/Medium/High (as of MONTH DAY YEAR)"
"label": "Activity Status",
"description": "Current activity level of the civilization (Inactive/Low/Medium/High)",
"type": "string",
"example": "Medium (as of January 2025)"
},
"alliance": {
"label": "Alliances",
"description": "List of major alliances or affiliations",
"type": "content",
"example": "Northern Coalition<br/>Regional Pact"
},
"capital_city": {
"label": "Capital City",
"description": "Primary administrative center of the civilization",
"type": "string",
"example": "New Alexandria"
},
"settlements": {
"label": "Settlements",
"description": "List of major settlements or population centers",
"type": "content",
"example": "Main City<br/>Port Town<br/>Mountain Outpost"
},
"currency": {
"label": "Currency",
"description": "Official currency or medium of exchange",
"type": "string",
"example": "Gold Pieces (GP)"
},
"territories": {
"label": "Territories",
"description": "List of controlled territories or regions",
"type": "content",
"example": "Northern Plains<br/>Coastal Region"
},
"government_type": {
"label": "Government Type",
"description": "Form of governance or political structure",
"type": "string",
"example": "Constitutional Monarchy"
},
"governing_document": {
"label": "Founding Document",
"description": "Name of the primary governing document or constitution",
"type": "string",
"example": "The Charter of Unity"
},
"position_title1": {
"label": "Leadership Title 1",
"description": "Title of the first leadership position",
"type": "string",
"example": "Supreme Leader"
},
"position_title2": {
"label": "Leadership Title 2",
"description": "Title of the second leadership position",
"type": "string",
"example": "Prime Minister"
},
"position_title3": {
"label": "Leadership Title 3",
"description": "Title of the third leadership position",
"type": "string",
"example": "Foreign Secretary"
},
"position_title4": {
"label": "Leadership Title 4",
"description": "Title of the fourth leadership position",
"type": "string",
"example": "Defense Minister"
},
"position_title5": {
"label": "Leadership Title 5",
"description": "Title of the fifth leadership position",
"type": "string",
"example": "Interior Minister"
},
"position_title6": {
"label": "Leadership Title 6",
"description": "Title of the sixth leadership position",
"type": "string",
"example": "Finance Minister"
},
"position_name1": {
"label": "Leader Name 1",
"description": "Name of person holding position_title1",
"type": "string",
"example": "John Smith"
},
"position_name2": {
"label": "Leader Name 2",
"description": "Name of person holding position_title2",
"type": "string",
"example": "Sarah Johnson"
},
"position_name3": {
"label": "Leader Name 3",
"description": "Name of person holding position_title3",
"type": "string",
"example": "Michael Brown"
},
"position_name4": {
"label": "Leader Name 4",
"description": "Name of person holding position_title4",
"type": "string",
"example": "Emma Wilson"
},
"position_name5": {
"label": "Leader Name 5",
"description": "Name of person holding position_title5",
"type": "string",
"example": "David Lee"
},
"position_name6": {
"label": "Leader Name 6",
"description": "Name of person holding position_title6",
"type": "string",
"example": "Lisa Chen"
},
"foundation_date": {
"label": "Foundation Date",
"description": "Date when the civilization was established",
"type": "string",
"example": "15 March 2020"
},
"foundation_document": {
"label": "Founding Document",
"description": "Original document establishing the civilization",
"type": "string",
"example": "Declaration of Independence"
},
},
"alliance": {},
"capital_city": {},
"settlements": {},
"currency": {},
"territories": {},
"government_type": {},
"governing_document": {},
"position_title1": {},
"position_title2": {},
"position_title3": {},
"position_title4": {},
"position_title5": {},
"position_title6": {},
"position_name1": {},
"position_name2": {},
"position_name3": {},
"position_name4": {},
"position_name5": {},
"position_name6": {},
"foundation_date": {},
"foundation_document": {},
"foundation_custom_title1": {
"foundation_custom_title1": {
"description": "Use for custom foundation titles such as annexed, invented, created, etc",
"label": "Custom Foundation Title",
"example": "Annexed",
"description": "Alternative title describing the foundation event",
"type": "string"
"type": "string",
"example": "Annexation Date"
},
},
"foundation_custom_value1": {
"foundation_custom_value1": {
"description": "the date or document of when it was founded",
"label": "Custom Foundation Value",
"description": "Value associated with the custom foundation title",
"type": "string",
"example": "10 December 2019"
"example": "10 December 2019"
},
},
"preceded_by": {},
"preceded_by": {
"succeeded_by": {},
"label": "Predecessor",
"description": "Entity or civilization that preceded this one",
"type": "string",
"example": "Ancient Kingdom"
},
"succeeded_by": {
"label": "Successor",
"description": "Entity or civilization that succeeded this one",
"type": "string",
"example": "Modern State"
},
"language": {
"language": {
"label": "Spoken Languages",
"label": "Official Languages",
"description": "Languages that are spoken in this civ",
"description": "List of officially recognized languages",
"example": "English<br/>Spanish",
"type": "content",
"type": "content",
"suggested": true
"example": "English<br/>Spanish"
},
"religion": {
"label": "Official Religion",
"description": "Recognized religious affiliation or beliefs",
"type": "string",
"example": "Secular"
},
"ideology": {
"label": "Core Ideology",
"description": "Primary philosophical or political ideology",
"type": "string",
"example": "Democratic Socialism"
},
},
"religion": {},
"ideology": {},
"motto": {
"motto": {
"description": "\"MOTTO TEXT\""
"label": "National Motto",
"description": "Official motto or guiding phrase",
"type": "string",
"example": "\"Unity Through Diversity\""
},
"national_anthem": {
"label": "National Anthem",
"description": "Official song or musical composition",
"type": "string",
"example": "The People's Hymn"
},
"mascot": {
"label": "National Symbol",
"description": "Official mascot or representative symbol",
"type": "string",
"example": "Golden Eagle"
},
"culture_custom_title1": {
"label": "Custom Cultural Title 1",
"description": "First custom cultural aspect title",
"type": "string",
"example": "Traditional Dress"
},
"culture_custom_title2": {
"label": "Custom Cultural Title 2",
"description": "Second custom cultural aspect title",
"type": "string",
"example": "Folk Music"
},
"culture_custom_value1": {
"label": "Custom Cultural Value 1",
"description": "Value associated with culture_custom_title1",
"type": "string",
"example": "Formal attire worn on special occasions"
},
"culture_custom_value2": {
"label": "Custom Cultural Value 2",
"description": "Value associated with culture_custom_title2",
"type": "string",
"example": "Traditional folk songs passed down generations"
},
"website": {
"label": "Official Website",
"description": "Main website URL",
"type": "url",
"example": "https://example.gov"
},
},
"national_anthem": {},
"mascot": {},
"culture_custom_title1": {},
"culture_custom_title2": {},
"culture_custom_value1": {},
"culture_custom_value2": {},
"website": {},
"subreddit": {
"subreddit": {
"description": "[https://reddit.com/r/SUBREDDIT/ /r/SUBREDDIT]"
"label": "Community Forum",
"description": "Link to community discussion forum ([https://reddit.com/r/SUBREDDIT/ /r/SUBREDDIT])",
"type": "string",
"example": "/r/Icenia"
},
},
"discord": {
"discord": {
"description": "[https://discord.gg/INVITECODE INVITECODE]"
"label": "Discord Server",
"description": "Community Discord server invite link ([https://discord.gg/INVITECODE INVITECODE])",
"type": "string",
"example": "discord.gg/icenia"
},
},
"matrix": {
"matrix": {
"description": "https://matrix.to/#/#GROUPNAME:HOST"
"label": "Matrix Channel",
"description": "Matrix room address (https://matrix.to/#/#ROOMNAME:SERVER)",
"type": "string",
"example": "#icenia:matrix.org"
},
},
"area": {
"area": {
"label": "Area (preferably in km²)",
"label": "Territory Area",
"description": "ask on civwiki for more info",
"description": "Total area under control (preferably in km²)",
"example": "1 km² (as of 20 May 2020)"
"type": "string",
"example": "500 km² (as of January 2025)"
},
"general_custom_title1": {
"label": "Custom General Title 1",
"description": "First custom general information title",
"type": "string",
"example": "Population Density"
},
"general_custom_title2": {
"label": "Custom General Title 2",
"description": "Second custom general information title",
"type": "string",
"example": "Climate Type"
},
"general_custom_value1": {
"label": "Custom General Value 1",
"description": "Value associated with general_custom_title1",
"type": "string",
"example": "50 people/km²"
},
"general_custom_value2": {
"label": "Custom General Value 2",
"description": "Value associated with general_custom_title2",
"type": "string",
"example": "Temperate"
},
},
"general_custom_title1": {},
"general_custom_title2": {},
"general_custom_value1": {},
"general_custom_value2": {},
"national_color": {
"national_color": {
"label": "National Color",
"label": "Primary National Color",
"description": "The national color of the country",
"description": "Main color representing the civilization (#XXXXXX or color name)",
"example": "#cf0000 or red or black",
"type": "string",
"type": "string"
"example": "#cf0000 or red"
},
},
"nat_color_desc": {
"nat_color_desc": {
"label": "National Color Description",
"label": "Color Description",
"description": "Used to describe the specific name of the national color",
"description": "Descriptive name for the national color",
"example": "Icenian Blue",
"type": "string",
"type": "string"
"example": "Icenian Red"
},
},
"categories": {
"categories": {
"description": "set to no if Civilization category is not desired",
"label": "Category Setting",
"description": "Set to 'no' if Civilization category should not be applied",
"type": "string",
"example": "no"
"example": "no"
},
},
"national_color_2": {},
"national_color_2": {
"nat_color_desc_2": {},
"label": "Secondary National Color",
"national_color_3": {},
"description": "Second representative color (#XXXXXX or color name)",
"nat_color_desc_3": {},
"type": "string",
"national_color_4": {},
"example": "#0066cc"
"nat_color_desc_4": {},
},
"national_color_5": {},
"nat_color_desc_2": {
"nat_color_desc_5": {},
"label": "Secondary Color Description",
"image3": {},
"description": "Descriptive name for the secondary national color",
"caption3": {}
"type": "string",
"example": "Ocean Blue"
},
"national_color_3": {
"label": "Tertiary National Color",
"description": "Third representative color (#XXXXXX or color name)",
"type": "string",
"example": "#009933"
},
"nat_color_desc_3": {
"label": "Tertiary Color Description",
"description": "Descriptive name for the tertiary national color",
"type": "string",
"example": "Forest Green"
},
"national_color_4": {
"label": "Quaternary National Color",
"description": "Fourth representative color (#XXXXXX or color name)",
"type": "string",
"example": "#cc6600"
},
"nat_color_desc_4": {
"label": "Quaternary Color Description",
"description": "Descriptive name for the quaternary national color",
"type": "string",
"example": "Earth Brown"
},
"national_color_5": {
"label": "Quinary National Color",
"description": "Fifth representative color (#XXXXXX or color name)",
"type": "string",
"example": "#993366"
},
"nat_color_desc_5": {
"label": "Quinary Color Description",
"description": "Descriptive name for the quinary national color",
"type": "string",
"example": "Royal Purple"
}
},
},
"description": "Summarize information about a civilization.",
"paramOrder": [
"paramOrder": [
"name",
"name",
Line 336: Line 622:
"national_color_5",
"national_color_5",
"nat_color_desc_5"
"nat_color_desc_5"
]
],
"format": "block"
}
}
</templatedata>
</templatedata>
[[Category:Civ infobox templates]]
[[Category:Civ infobox templates]]
</noinclude>
</noinclude>

Latest revision as of 12:03, 24 February 2025

Infobox civilization


Template documentation[view] [edit] [history] [purge]

Usage

To use this template in an article, copy the template below, then paste the template into an article. All parameters are optional. Only include pertinent parameters in your Infobox - it is rare that an infobox should use most parameters. If you have parameter suggestions use Template talk:Infobox civilization/doc. Use item<br/>item<br/>item for parameters that should span multiple lines in infobox (e.g. listing multiple settlements).

Full

{{{name}}}
{{{subheader}}}
[[File:{{{image}}}|frameless|alt={{{alt}}}|border|upright=.6|]]
{{{caption}}}
[[File:{{{image2}}}|frameless|alt={{{alt}}}|border|upright=.6|]]
{{{caption2}}}
[[File:{{{image3}}}|frameless|alt={{{alt}}}|border|upright=.6|]]
{{{caption3}}}
General
Location{{{location}}}
Demonym{{{demonym}}}
Activity level{{{activity_level}}}
Alliance{{{alliance}}}
Capital city{{{capital_city}}}
Settlements{{{settlements}}}
Territories{{{territories}}}
Currency{{{currency}}}
Area{{{area}}}
National Colors
  {{{nat_color_desc}}}
  {{{nat_color_desc_2}}}
  {{{nat_color_desc_3}}}
  {{{nat_color_desc_4}}}
Government
Government{{{government_type}}}
Governing document{{{governing_document}}}
• {{{position_title1}}}
{{{position_name1}}}
• {{{position_title2}}}
{{{position_name2}}}
• {{{position_title3}}}
{{{position_name3}}}
• {{{position_title4}}}
{{{position_name4}}}
• {{{position_title5}}}
{{{position_name5}}}
• {{{position_title6}}}
{{{position_name6}}}
Formation
Foundation date{{{foundation_date}}}
Foundation document{{{foundation_document}}}
{{{foundation_custom_title1}}}{{{foundation_custom_value1}}}
Preceded by{{{preceded_by}}}
Succeeded by{{{succeeded_by}}}
Culture
Language{{{language}}}
Religion{{{religion}}}
Ideology{{{ideology}}}
Motto{{{motto}}}
National anthem{{{national_anthem}}}
Mascot{{{mascot}}}
{{{culture_custom_title1}}}{{{culture_custom_value1}}}
{{{culture_custom_title2}}}{{{culture_custom_value2}}}
Links
Website{{{website}}}
Subreddit{{{subreddit}}}
Discord{{{discord}}}
{{Infobox civilization
| name = 
| subheader = 
| image = 
| alt = 
| caption = 
| image2 = 
| caption2 = 
| image3 = 
| caption3 = 
| location = 
| part_of =
| demonym = 
| activity_level = 
| alliance = 
| capital_city = 
| settlements = 
| territories = 
| currency = 
| area = 
| general_custom_title1 = 
| general_custom_value1 = 
| general_custom_title2 = 
| general_custom_value2 = 
| national_color = 
| nat_color_desc = 
| national_color_2 = 
| nat_color_desc_2 = 
| national_color_3 = 
| nat_color_desc_3 = 
| national_color_4 = 
| nat_color_desc_4 = 
| government_type = 
| governing_document = 
| position_title1 = 
| position_name1 = 
| position_title2 = 
| position_name2 = 
| position_title3 = 
| position_name3 = 
| position_title4 = 
| position_name4 = 
| position_title5 = 
| position_name5 = 
| position_title6 = 
| position_name6 = 
| foundation_date = 
| foundation_document = 
| foundation_custom_title1 = 
| foundation_custom_value1 = 
| preceded_by = 
| succeeded_by = 
| language = 
| religion = 
| ideology = 
| motto = 
| national_anthem = 
| mascot = 
| culture_custom_title1 = 
| culture_custom_value1 = 
| culture_custom_title2 = 
| culture_custom_value2 = 
| website = 
| subreddit = 
| discord = 
| categories = 
}}

Simplified

{{{name}}}
[[File:{{{image}}}|frameless|alt=|border|upright=.6|]]
{{{caption}}}
[[File:{{{image2}}}|frameless|alt=|border|upright=.6|]]
{{{caption2}}}
[[File:{{{image3}}}|frameless|alt=|border|upright=.6|]]
{{{caption3}}}
General
Location{{{location}}}
Demonym{{{demonym}}}
Activity level{{{activity_level}}}
Alliance{{{alliance}}}
Capital city{{{capital_city}}}
Government
Government{{{government_type}}}
Governing document{{{governing_document}}}
• {{{position_title1}}}
{{{position_name1}}}
• {{{position_title2}}}
{{{position_name2}}}
• {{{position_title3}}}
{{{position_name3}}}
Formation
Foundation date{{{foundation_date}}}
Culture
Motto{{{motto}}}
Links
Subreddit{{{subreddit}}}
Discord{{{discord}}}


{{Infobox civilization
| name =
| image =
| caption =
| image2 =
| caption2 =
| image3 =
| caption3 =
| location = <!-- use {{Coord|X|Z|R}} --> 
| part_of =
| demonym =
| activity_level = <!-- Inactive/Low/Medium/High (as of DATE)--> 
| alliance =
| capital_city =
| government_type =
| governing_document =
| position_title1 =
| position_name1 =
| position_title2 =
| position_name2 =
| position_title3 =
| position_name3 =
| foundation_date =
| motto = <!-- "TEXT" -->
| subreddit = <!-- [https://reddit.com/r/SUBREDDIT/ /r/SUBREDDIT] -->
| discord = <!-- [https://discord.gg/INVITECODE INVITECODE] -->
}}

A comprehensive infobox template for displaying information about civilizations, organizations, or similar entities.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Official Namename

The primary name of the civilization or entity. Defaults to the page name if not provided.

Stringrequired
Alternative Namesubheader

An alternate or longer version of the name, displayed below the primary name.

Example
Full official designation
Stringoptional
Primary Imageimage

Name of the main representative image file (without File: prefix)

Example
Flag.png
Stringsuggested
Image Descriptionalt

Alt text for accessibility and image description purposes

Stringoptional
Image Captioncaption

Brief description of the image content

Example
Official flag of the civilization
Stringoptional
Secondary Imageimage2

Name of an additional representative image file

Example
Coat_of_arms.png
Stringoptional
Secondary Image Captioncaption2

Description of the secondary image

Example
Historical coat of arms
Stringoptional
Tertiary Imageimage3

Name of an additional representative image file

Example
Symbol.png
Stringoptional
Tertiary Image Captioncaption3

Description of the tertiary image

Example
National symbol
Stringoptional
Geographic Locationlocation

Coordinates in format {{Coord|X|Y|R}} where R is radius of ccmap view

Example
{{Coord|1234|5678|100}}
Stringoptional
Demonymdemonym

Term used to describe members or inhabitants of the civilization

Example
Icenian
Stringoptional
Activity Statusactivity_level

Current activity level of the civilization (Inactive/Low/Medium/High)

Example
Medium (as of January 2025)
Stringoptional
Alliancesalliance

List of major alliances or affiliations

Example
Northern Coalition<br/>Regional Pact
Contentoptional
Capital Citycapital_city

Primary administrative center of the civilization

Example
New Alexandria
Stringoptional
Settlementssettlements

List of major settlements or population centers

Example
Main City<br/>Port Town<br/>Mountain Outpost
Contentoptional
Currencycurrency

Official currency or medium of exchange

Example
Gold Pieces (GP)
Stringoptional
Territoriesterritories

List of controlled territories or regions

Example
Northern Plains<br/>Coastal Region
Contentoptional
Government Typegovernment_type

Form of governance or political structure

Example
Constitutional Monarchy
Stringoptional
Founding Documentgoverning_document

Name of the primary governing document or constitution

Example
The Charter of Unity
Stringoptional
Leadership Title 1position_title1

Title of the first leadership position

Example
Supreme Leader
Stringoptional
Leadership Title 2position_title2

Title of the second leadership position

Example
Prime Minister
Stringoptional
Leadership Title 3position_title3

Title of the third leadership position

Example
Foreign Secretary
Stringoptional
Leadership Title 4position_title4

Title of the fourth leadership position

Example
Defense Minister
Stringoptional
Leadership Title 5position_title5

Title of the fifth leadership position

Example
Interior Minister
Stringoptional
Leadership Title 6position_title6

Title of the sixth leadership position

Example
Finance Minister
Stringoptional
Leader Name 1position_name1

Name of person holding position_title1

Example
John Smith
Stringoptional
Leader Name 2position_name2

Name of person holding position_title2

Example
Sarah Johnson
Stringoptional
Leader Name 3position_name3

Name of person holding position_title3

Example
Michael Brown
Stringoptional
Leader Name 4position_name4

Name of person holding position_title4

Example
Emma Wilson
Stringoptional
Leader Name 5position_name5

Name of person holding position_title5

Example
David Lee
Stringoptional
Leader Name 6position_name6

Name of person holding position_title6

Example
Lisa Chen
Stringoptional
Foundation Datefoundation_date

Date when the civilization was established

Example
15 March 2020
Stringoptional
Founding Documentfoundation_document

Original document establishing the civilization

Example
Declaration of Independence
Stringoptional
Custom Foundation Titlefoundation_custom_title1

Alternative title describing the foundation event

Example
Annexation Date
Stringoptional
Custom Foundation Valuefoundation_custom_value1

Value associated with the custom foundation title

Example
10 December 2019
Stringoptional
Predecessorpreceded_by

Entity or civilization that preceded this one

Example
Ancient Kingdom
Stringoptional
Successorsucceeded_by

Entity or civilization that succeeded this one

Example
Modern State
Stringoptional
Official Languageslanguage

List of officially recognized languages

Example
English<br/>Spanish
Contentoptional
Official Religionreligion

Recognized religious affiliation or beliefs

Example
Secular
Stringoptional
Core Ideologyideology

Primary philosophical or political ideology

Example
Democratic Socialism
Stringoptional
National Mottomotto

Official motto or guiding phrase

Example
"Unity Through Diversity"
Stringoptional
National Anthemnational_anthem

Official song or musical composition

Example
The People's Hymn
Stringoptional
National Symbolmascot

Official mascot or representative symbol

Example
Golden Eagle
Stringoptional
Custom Cultural Title 1culture_custom_title1

First custom cultural aspect title

Example
Traditional Dress
Stringoptional
Custom Cultural Title 2culture_custom_title2

Second custom cultural aspect title

Example
Folk Music
Stringoptional
Custom Cultural Value 1culture_custom_value1

Value associated with culture_custom_title1

Example
Formal attire worn on special occasions
Stringoptional
Custom Cultural Value 2culture_custom_value2

Value associated with culture_custom_title2

Example
Traditional folk songs passed down generations
Stringoptional
Official Websitewebsite

Main website URL

Example
https://example.gov
URLoptional
Community Forumsubreddit

Link to community discussion forum ([https://reddit.com/r/SUBREDDIT/ /r/SUBREDDIT])

Example
/r/Icenia
Stringoptional
Discord Serverdiscord

Community Discord server invite link ([https://discord.gg/INVITECODE INVITECODE])

Example
discord.gg/icenia
Stringoptional
Matrix Channelmatrix

Matrix room address (https://matrix.to/#/#ROOMNAME:SERVER)

Example
#icenia:matrix.org
Stringoptional
Territory Areaarea

Total area under control (preferably in km²)

Example
500 km² (as of January 2025)
Stringoptional
Custom General Title 1general_custom_title1

First custom general information title

Example
Population Density
Stringoptional
Custom General Title 2general_custom_title2

Second custom general information title

Example
Climate Type
Stringoptional
Custom General Value 1general_custom_value1

Value associated with general_custom_title1

Example
50 people/km²
Stringoptional
Custom General Value 2general_custom_value2

Value associated with general_custom_title2

Example
Temperate
Stringoptional
Primary National Colornational_color

Main color representing the civilization (#XXXXXX or color name)

Example
#cf0000 or red
Stringoptional
Color Descriptionnat_color_desc

Descriptive name for the national color

Example
Icenian Red
Stringoptional
Category Settingcategories

Set to 'no' if Civilization category should not be applied

Example
no
Stringoptional
Secondary National Colornational_color_2

Second representative color (#XXXXXX or color name)

Example
#0066cc
Stringoptional
Secondary Color Descriptionnat_color_desc_2

Descriptive name for the secondary national color

Example
Ocean Blue
Stringoptional
Tertiary National Colornational_color_3

Third representative color (#XXXXXX or color name)

Example
#009933
Stringoptional
Tertiary Color Descriptionnat_color_desc_3

Descriptive name for the tertiary national color

Example
Forest Green
Stringoptional
Quaternary National Colornational_color_4

Fourth representative color (#XXXXXX or color name)

Example
#cc6600
Stringoptional
Quaternary Color Descriptionnat_color_desc_4

Descriptive name for the quaternary national color

Example
Earth Brown
Stringoptional
Quinary National Colornational_color_5

Fifth representative color (#XXXXXX or color name)

Example
#993366
Stringoptional
Quinary Color Descriptionnat_color_desc_5

Descriptive name for the quinary national color

Example
Royal Purple
Stringoptional