Template:Infobox Nation: Difference between revisions
From Knightspire Wiki
Jump to navigationJump to search
Content deleted Content added
Created page with "<includeonly> {| class="infobox" |- ! colspan="2" class="infobox-header" style="background: {{{color|#d8d8d8}}};" | {{{name|{{PAGENAME}}}}} |- {{#if: {{{image|}}} | | colspan="2" class="infobox-image" | [[File:{{{image}}}|250px]] {{#if: {{{caption|}}}| <div class="infobox-caption">{{{caption}}}</div> }} }} |- {{#if: {{{flag|}}} | ! Flag | [[File:{{{flag}}}|120px]] }} |- {{#if: {{{capital|}}} | ! Capital | {{{capital}}} }} |- {{#if: {{{culture|}}} | ! Culture | {{{cul..." |
No edit summary |
||
| Line 91: | Line 91: | ||
}} |
}} |
||
</pre> |
</pre> |
||
{{Infobox Nation |
|||
| name = Furstenmark |
|||
| color = #7d7d7d |
|||
| image = FurstenmarkMap.png |
|||
| caption = Territorial extent of Furstenmark. |
|||
| flag = FurstenmarkFlag.png |
|||
| capital = Furstenburg |
|||
| culture = Furstenlander |
|||
| location = Volkdorf Plains |
|||
| government = Stratocracy |
|||
| leader = Martin von Lindenblute |
|||
| religion = Gottspellitism |
|||
| founded = 2026-05-14 |
|||
}} |
|||
== Notes == |
== Notes == |
||
Revision as of 05:48, 9 May 2026
Usage
{{Infobox Nation
| name = Furstenmark
| color = #7d7d7d
| image = FurstenmarkMap.png
| caption = Territorial extent of Furstenmark.
| flag = FurstenmarkFlag.png
| capital = Furstenburg
| culture = Furstenlander
| location = Volkdorf Plains
| government = Stratocracy
| leader = Martin von Lindenblute
| religion = Gottspellitism
| founded = 2026-05-14
}}
|
Furstenmark |
|---|
Notes
- The
foundedparameter must use ISO date format:
YYYY-MM-DD
Example:
2026-05-14
- Lore Year is automatically calculated using Module:KnightspireDate.
TemplateData
Infobox for nations and sovereign states.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | required |
| Header Color | color | no description
| String | optional |
| Main Image | image | no description | File | optional |
| Image Caption | caption | no description | String | optional |
| Flag | flag | no description | File | optional |
| Capital | capital | no description | String | optional |
| Culture | culture | no description | String | optional |
| Location | location | no description | String | optional |
| Government | government | no description | String | optional |
| Leader | leader | no description | String | optional |
| Religion | religion | no description | String | optional |
| Legislature | legislature | no description | String | optional |
| Population | population | no description | String | optional |
| Founded | founded | Must use YYYY-MM-DD format. | Date | optional |