Template:Infobox Railway Station: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
{| style="float: right; margin: 0 0 0 0.5em; text-align: center; background-color: light-gray; font-size: 85%; border: | {| style="float: right; margin: 0 0 0 0.5em; text-align: center; background-color: light-gray; font-size: 85%; border: 2px solid gray; padding: 0.2em; width: 250px;" | ||
|- {{#if: {{{ | |- {{#if: {{{nation_name|}}} | | style="display: none;" }} | ||
! scope="col" colspan="2" style="width: 250px; background-color: | ! scope="col" colspan="2" style="width: 250px; background-color: {{{hexcode}}}; font-size:125%" | {{{nation_name|}}} | ||
|- | |- | ||
|- {{#if: {{{ | |- style="text-align: center;" | ||
! | |- {{#if: {{{image1|}}} | | style="display: none;" }} | ||
| colspan="2" |[[file:{{{image1|}}}|240px]] {{{caption-image1|}}}. | |||
|- | |||
|- {{#if: {{{capital|}}} | | style="display: none;" }} | |||
! '''Capital''' | |||
| {{{capital}}} | |||
|- style="text-align: left;" | |||
|- {{#if: {{{location|}}} | | style="display: none;" }}|- {{#if: {{{culture|}}} | | style="display: none;" }} | |||
! '''Culture''' | |||
| {{{culture}}} | |||
|- style="text-align: left;" | |||
|- {{#if: {{{location|}}} | | style="display: none;" }} | |||
! '''Location''' | |||
| {{{location}}} | |||
|- style="text-align: left;" | |||
|- {{#if: {{{form_of_government|}}} | | style="display: none;" }} | |||
! '''Government''' | |||
| {{{form_of_government}}} | |||
|- style="text-align: left;" | |||
|- {{#if: {{{leader_name|}}} | | style="display: none;" }} | |||
! '''Leader''' | |||
| {{{leader_name}}} | |||
|- {{#if: {{{religion|}}} | | style="display: none;" }} | |||
! '''Religion''' | |||
| {{{religion}}} | |||
|- style="text-align: left;" | |||
|- {{#if: {{{constitution|}}} | | style="display: none;" }} | |||
! '''Legislature''' | |||
| {{{constitution}}} | |||
|} | |} | ||
</onlyinclude> | </onlyinclude> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "", | |||
"params": { | |||
"nation_name": { | |||
"label": "Name", | |||
"description": "Full name of the nation.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"population": { | |||
"label": "Population", | |||
"description": "The total population of the nation.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"culture": { | |||
"label": "Culture", | |||
"description": "The cultures of the nation.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"location": { | |||
"label": "Location", | |||
"description": "Location where the nation is primarily situated.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"form_of_government": { | |||
"label": "Government Form", | |||
"description": "The form of government of the nation.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"leader_name": { | |||
"label": "Leader", | |||
"description": "The nation leader's full name and title.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"religion": { | |||
"label": "religion", | |||
"description": "The primary or state religion of the nation. If no state religion exists, put Secular.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"constitution": { | |||
"label": "Legislature", | |||
"description": "The nation's primary code of law.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"image1": { | |||
"label": "Flag", | |||
"description": "The nation's flag image. Please use the correct case-sensitive filename and don't forget the file extension (.png or .jpg).", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"hexcode": { | |||
"label": "Hexcode", | |||
"description": "The hexcode for the bar where your nation name is written keep at default or write your whole hexcode. Example: #fbca69.", | |||
"type": "string", | |||
"required": true, | |||
"default": "#f0f0f0" | |||
}, | |||
"capital": { | |||
"label": "Capital", | |||
"description": "The capital city of the nation.", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 12:43, 27 May 2024
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | nation_name | Full name of the nation. | String | required |
Population | population | The total population of the nation. | String | suggested |
Culture | culture | The cultures of the nation. | String | suggested |
Location | location | Location where the nation is primarily situated. | String | suggested |
Government Form | form_of_government | The form of government of the nation. | String | suggested |
Leader | leader_name | The nation leader's full name and title. | String | suggested |
religion | religion | The primary or state religion of the nation. If no state religion exists, put Secular. | String | suggested |
Legislature | constitution | The nation's primary code of law. | String | suggested |
Flag | image1 | The nation's flag image. Please use the correct case-sensitive filename and don't forget the file extension (.png or .jpg). | String | suggested |
Hexcode | hexcode | The hexcode for the bar where your nation name is written keep at default or write your whole hexcode. Example: #fbca69.
| String | required |
Capital | capital | The capital city of the nation. | String | suggested |