Template:Infobox civilization: Difference between revisions
Metriximor (talk | contribs) m 1 revision imported |
Metriximor (talk | contribs) m fix little details |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 142: | Line 142: | ||
| label84 = Matrix | | label84 = Matrix | ||
| data84 = {{{matrix|}}} | | data84 = {{{matrix|}}} | ||
}}<noinclude> | }} | ||
<includeonly>[[Category:Civilizations]]</includeonly> | |||
<noinclude> | |||
{{documentation}}<!-- Please add category and language links to the bottom of the /doc sub-page, not here --> | {{documentation}}<!-- Please add category and language links to the bottom of the /doc sub-page, not here --> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "A comprehensive infobox template for displaying information about civilizations, organizations, or similar entities.", | |||
"params": { | "params": { | ||
"name": { | "name": { | ||
"description": " | "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": " | "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": " | "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 | "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" | |||
}, | }, | ||
"activity_level": { | "activity_level": { | ||
"description": "Inactive/Low/Medium/High (as of | "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" | |||
}, | }, | ||
"foundation_custom_title1": { | "foundation_custom_title1": { | ||
"description": " | "label": "Custom Foundation Title", | ||
" | "description": "Alternative title describing the foundation event", | ||
" | "type": "string", | ||
"example": "Annexation Date" | |||
}, | }, | ||
"foundation_custom_value1": { | "foundation_custom_value1": { | ||
"description": "the | "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": " | "label": "Official Languages", | ||
"description": " | "description": "List of officially recognized languages", | ||
"type": "content", | "type": "content", | ||
" | "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" | |||
}, | }, | ||
"motto": { | "motto": { | ||
"description": "\" | "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" | |||
}, | }, | ||
"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/#/# | "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": "Total area under control (preferably in km²)", | ||
"example": " | "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" | |||
}, | }, | ||
"national_color": { | "national_color": { | ||
"label": "National Color", | "label": "Primary National Color", | ||
"description": " | "description": "Main color representing the civilization (#XXXXXX or color name)", | ||
" | "type": "string", | ||
" | "example": "#cf0000 or red" | ||
}, | }, | ||
"nat_color_desc": { | "nat_color_desc": { | ||
"label": " | "label": "Color Description", | ||
"description": " | "description": "Descriptive name for the national color", | ||
" | "type": "string", | ||
" | "example": "Icenian Red" | ||
}, | }, | ||
"categories": { | "categories": { | ||
"description": " | "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", | ||
"description": "Descriptive name for the secondary national color", | |||
"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" | |||
} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
| Line 334: | 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> | ||