Template:Infobox Nation: Difference between revisions

From aquila
Jump to navigation Jump to search
No edit summary
No edit summary
Line 76: Line 76:
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#EDF2F7}}}; border-bottom: 1px solid #e2e8f0;" | Founded (IRL)
! style="text-align: left; padding: 0.4em 0.6em; background-color: {{{LabelColour|#EDF2F7}}}; border-bottom: 1px solid #e2e8f0;" | Founded (IRL)


| {{#if: {{{FoundedIRL|}}} | {{{FoundedIRL}}} - ({{#expr: floor( ({{#time: U}} - {{#time: U | {{{FoundedIRL}}} }}) / 86400 )}} days old) | TBA }}
| {{#if: {{{FoundedIRL|}}} | {{{FoundedIRL}}} - ({{#expr: floor( ({{#time: U}} - {{#time: U | 20{{#titleparts:{{{FoundedIRL}}}|1|3}}-{{#titleparts:{{{FoundedIRL}}}|1|2}}-{{#titleparts:{{{FoundedIRL}}}|1|1}} }}) / 86400 )}} days old) | TBA }}
|-
|-



Revision as of 15:57, 19 August 2026


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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Banner Background ColourColour

Hex code for the top header background (e.g. #1A365D). Defaults to theme blue.

Stringsuggested
Banner Text ColourTextColour

Colour code for the nation's name text (e.g. #ffffff or white).

Stringsuggested
Banner Underline ColourBorderColour

Hex code for the thick accent bar directly below the main header.

Stringoptional
Label Background ColourLabelColour

Hex code for the background tint on the left labels (e.g. #EDF2F7).

Stringsuggested
Nation NameName

The official name of the nation or kingdom.

Stringsuggested
Flag / Crest ImageImage

Filename of the national flag or emblem file.

Default
Image.png
Fileoptional
Capital CityCapital

no description

Stringsuggested
Primary CultureCulture

no description

Stringoptional
Territory LocationLocation

Geographical region or coordinates on the server map.

Stringsuggested
Government TypeGovernment

e.g., Feudal Monarchy, Technocracy, Republic, Democracy, Anarchy

Stringsuggested
Head of State / RulerLeader

no description

Stringsuggested
State ReligionReligion

no description

Stringoptional
Governing BodyLegislature

e.g., Parliament, High Council, Senate

Stringoptional
Official LanguagesOfficial Languages

no description

Stringoptional
DemonymDemonym

What citizens of this nation are called (e.g., Koperdamer).

Stringoptional
Major Cities / TownsMajor Settlements

no description

Stringoptional
Population SizePopulation

no description

Stringoptional
Allied NationsAllies

no description

Stringoptional
Rival / Enemy FactionsEnemies

no description

Stringoptional
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).

Numbersuggested
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.

Stringsuggested
StatusStatus

Type 'Active', 'Inactive', or 'Collapsed'.

Default
Active
Stringsuggested