Template:Infobox Nation
Infobox Nation
This template displays structured profile data for nations, kingdoms, and factions. It dynamically tracks the age of the nation both in roleplay years and real-world server days.
Usage
Copy and paste this clean code snippet straight onto nation wiki pages:
{{Infobox Nation
| Colour = #1A365D
| TextColour = #ffffff
| BorderColour = #0F172A
| LabelColour = #EDF2F7
| Name =
| Image = Image.png
| Capital =
| Culture =
| Location =
| Government =
| Leader =
| Religion =
| Legislature =
| Official Languages =
| Demonym =
| Major Settlements =
| Population =
| Allies =
| Enemies =
| FoundedYearLore =
| FoundedIRL =
| Status = Active
}}
TemplateData
Project Aquila's official automated Nation and Faction Infobox.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Banner Background Colour | Colour | Hex code for the top header background (e.g. #1A365D). Defaults to theme blue. | String | suggested |
| Banner Text Colour | TextColour | Colour code for the nation's name text (e.g. #ffffff or white). | String | suggested |
| Banner Underline Colour | BorderColour | Hex code for the thick accent bar directly below the main header. | String | optional |
| Label Background Colour | LabelColour | Hex code for the background tint on the left labels (e.g. #EDF2F7). | String | suggested |
| Nation Name | Name | The official name of the nation or kingdom. | String | suggested |
| Flag / Crest Image | Image | Filename of the national flag or emblem file.
| File | optional |
| Capital City | Capital | no description | String | suggested |
| Primary Culture | Culture | no description | String | optional |
| Territory Location | Location | Geographical region or coordinates on the server map. | String | suggested |
| Government Type | Government | e.g., Feudal Monarchy, Technocracy, Republic, Democracy, Anarchy | String | suggested |
| Head of State / Ruler | Leader | no description | String | suggested |
| State Religion | Religion | no description | String | optional |
| Governing Body | Legislature | e.g., Parliament, High Council, Senate | String | optional |
| Official Languages | Official Languages | no description | String | optional |
| Demonym | Demonym | What citizens of this nation are called (e.g., Koperdamer). | String | optional |
| Major Cities / Towns | Major Settlements | no description | String | optional |
| Population Size | Population | no description | String | optional |
| Allied Nations | Allies | no description | String | optional |
| Rival / Enemy Factions | Enemies | no description | String | optional |
| Founded Year (Lore) | FoundedYearLore | The in-game calendar year this nation was established. Use negative numbers for Era Vetus (e.g. -19) and positive numbers for Era Nova (e.g. 2). | Number | suggested |
| Founded (Real Date) | FoundedIRL | CRITICAL: You MUST write this strictly in DD/MM/YY format (e.g., 28/07/26). This calculates the real-world days active automatically. | String | suggested |
| Status | Status | Type 'Active', 'Inactive', or 'Collapsed'.
| String | suggested |