Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox/Nation/doc: Difference between revisions

Template page
Created documentation page, correlates to Template:Infobox/Nation, removed everything below Overview to focus on infobox function only.
 
No edit summary
Line 1: Line 1:
<noinclude>
 
</noinclude>


== Description ==
== Description ==
Line 28: Line 27:
}}
}}
</pre>
</pre>
---
== Parameters ==
=== Infobox fields ===
{| class="wikitable"
! 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
|}




Line 87: Line 50:
</pre>
</pre>
To see:  
To see:  


{{Infobox/Nation
{{Infobox/Nation

Revision as of 15:15, 20 April 2026


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      = 
}}


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