Template:Infobox/Nation/doc
Template page
More actions
Description
This template creates an infobox for nations on the wiki.
---
Usage
Copy and paste this into a page:
{{Infobox/Nation
| name =
| flag =
| motto =
| capital =
| leader =
| founded =
| government =
| population =
| demonym =
| alliances =
| enemies =
| territory =
| status =
}}
---
Parameters
Infobox fields
| Parameter | Description | Default |
|---|---|---|
| name | Name of the nation | Page name |
| flag | Image file (e.g. Example.png) | NoFlag.png |
| motto | Nation motto | — |
| capital | Capital city | Unknown |
| leader | Leader(s) | Unknown |
| founded | Founding date/season | Unknown |
| government | Government type | Unknown |
| population | Number of members | Unknown |
| demonym | Name for citizens | Unknown |
| alliances | Allied nations | None |
| enemies | Enemy nations | None |
| territory | Land description | Unspecified |
| status | Active/Inactive | Active |
Example
{{Infobox/Nation
| name = test
| flag = test.png
| motto = test
| capital = test
| leader = test
| founded = test
| government = test
| population = test
| demonym = test
| alliances = test
| enemies = test
| territory = test
| status = test
}}
To see:
| test | |
|---|---|
| test.png | |
| Motto | test |
| Capital | test |
| Leader(s) | test |
| Founded | test |
| Government | test |
| Population | test |
| Demonym | test |
| Alliances | test |
| Enemies | test |
| Territory | test |
| Status | test |