Template:Infobox civilization: Difference between revisions

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