Template:Infobox Railway Station: Difference between revisions

From CinderCivs Wiki
Jump to navigation Jump to search
(created template for railway stations)
 
m (different shade of gray)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox station
<onlyinclude>
| name                =  
{| style="float: right; margin: 0 0 0 0.5em; text-align: left; background-color: light-gray; font-size: 85%; border: 2px solid gray; padding: 0.2em; width: 250px;"
| name_lang          =  
|- {{#if: {{{station_name|}}} | | style="display: none;" }}
| native_name        =
! scope="col" colspan="2" style="width: 250px; text-align: center; background-color: {{{hexcode}}}; font-size:125%" | {{{station_name|}}}
| native_name_lang    =
|- {{#if: {{{image1|}}} | | style="display: none;" }}
| symbol              =  
| colspan="2" style="text-align: center;" |[[file:{{{image1|}}}|240px]] {{{caption-image1|}}}.
| symbol_location    =  
|- {{#if: {{{gen_info|}}} | | style="display: none;" }}.
| type                =  
! scope="col" colspan="2" style="text-align: center; width: 250px; background-color: #e6e6e6; font-size:105%" | {{{gen_info|}}}
| image              =
|- {{#if: {{{location|}}} | | style="display: none;" }}
| alt                =
! '''Location'''
| caption             =
| {{{location}}}
| other_name          =  
|- {{#if: {{{operator|}}} | | style="display: none;" }}
| address            =
! '''Operated by'''
| borough            =  
| {{{operator}}}
| country            =
|- {{#if: {{{lines|}}} | | style="display: none;" }}
| coordinates        = <!-- {{coord|display=inline,title}} -->
! '''Line(s)'''
| operator           =
| {{{lines}}}
| manager            =  
|- {{#if: {{{platforms|}}} | | style="display: none;" }}
| line                =
! '''Platforms'''
| platforms           =  
| {{{platforms}}}
| tracks              =
|- {{#if: {{{other_info|}}} | | style="display: none;" }}.
| train_operators    =
! scope="col" colspan="2" style="text-align: center; width: 250px; background-color: #e6e6e6; font-size:105%" | {{{other_info|}}}
| connections        =
|- {{#if: {{{date_opened_IRL|}}} | | style="display: none;" }}
| architect          =  
! '''Opened (IRL)'''
| architectural_style =  
| {{{date_opened_IRL}}}
| status              =  
|- {{#if: {{{date_opened_LORE|}}} | | style="display: none;" }}
| opened              = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
! '''Opened (Lore)'''
| opening            =
| {{{date_opened_LORE}}}
| closed              = <!-- {{End date|YYYY|MM|DD|df=y}} -->
|}
}}
</onlyinclude>
 
 
<noinclude>
<noinclude>
<templatedata>
<templatedata>
{
{
"params": {},
"params": {
"description": "used for railway stations on cinder!"
"image1": {
"label": "photo of the station",
"description": "Station photo. Please use the correct case-sensitive filename and don't forget the file extension (.png or .jpg).",
"type": "string",
"required": 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"
},
"station_name": {
"label": "Name",
"description": "Full Station Name",
"type": "string",
"required": true
},
"colour_1": {
"label": "Colour 1",
"description": "Do NOT add any text here. this will be for whatever hexcode you wish to add for the station.",
"type": "string",
"suggested": true
},
"location": {
"label": "Location",
"description": "Location of the station. State the city name.",
"type": "string",
"suggested": true
},
"operator": {
"label": "Operated by",
"description": "Name of the company that operates the train station. Can also just state the country.",
"type": "string",
"suggested": true
},
"lines": {
"label": "Lines",
"description": "The railway lines that serve the station.",
"type": "string",
"suggested": true
},
"platforms": {
"label": "Platforms",
"description": "The # of platforms on the station. (Island/side/end, if similar design to southrail)",
"type": "string",
"suggested": true
},
"gen_info": {
"label": "General Information",
"description": "Just put \"General Information\".",
"type": "string",
"required": true
},
"caption-image1": {},
"other_info": {
"label": "Other Information",
"description": "Just put \"Other Information\""
},
"date_opened_IRL": {
"label": "Date Opened (IRL)",
"description": "Put the date of the station's opening in OORP time here."
},
"date_opened_LORE": {
"label": "Date Opened (Lore)",
"description": "Put the date of opening, but using the in-universe calendar as found in #rp-discussion on the Discord."
}
},
"paramOrder": [
"station_name",
"operator",
"lines",
"platforms",
"gen_info",
"image1",
"hexcode",
"location",
"colour_1",
"other_info",
"caption-image1",
"date_opened_IRL",
"date_opened_LORE"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 16:31, 27 May 2024

[[file:|240px]] .
Location {{{location}}}
Operated by {{{operator}}}
Line(s) {{{lines}}}
Platforms {{{platforms}}}
Opened (IRL) {{{date_opened_IRL}}}
Opened (Lore) {{{date_opened_LORE}}}



No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namestation_name

Full Station Name

Stringrequired
Operated byoperator

Name of the company that operates the train station. Can also just state the country.

Stringsuggested
Lineslines

The railway lines that serve the station.

Stringsuggested
Platformsplatforms

The # of platforms on the station. (Island/side/end, if similar design to southrail)

Stringsuggested
General Informationgen_info

Just put "General Information".

Stringrequired
photo of the stationimage1

Station photo. Please use the correct case-sensitive filename and don't forget the file extension (.png or .jpg).

Stringrequired
Hexcodehexcode

The hexcode for the bar where your nation name is written keep at default or write your whole hexcode. Example: #fbca69.

Default
#f0f0f0
Stringrequired
Locationlocation

Location of the station. State the city name.

Stringsuggested
Colour 1colour_1

Do NOT add any text here. this will be for whatever hexcode you wish to add for the station.

Stringsuggested
Other Informationother_info

Just put "Other Information"

Unknownoptional
caption-image1caption-image1

no description

Unknownoptional
Date Opened (IRL)date_opened_IRL

Put the date of the station's opening in OORP time here.

Unknownoptional
Date Opened (Lore)date_opened_LORE

Put the date of opening, but using the in-universe calendar as found in #rp-discussion on the Discord.

Unknownoptional