Template:Infobox Railway Station: Difference between revisions

From CinderCivs Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
"label": "Station Name",
"label": "Station Name",
"description": "used for the station name in English",
"description": "used for the station name in English",
"type": "wiki-page-name",
"type": "string",
"required": true
"required": true
},
},
Line 13: Line 13:
"label": "Native Name",
"label": "Native Name",
"description": "name of the station in national language",
"description": "name of the station in national language",
"type": "wiki-page-name",
"type": "string",
"suggested": true
"suggested": true
},
},
Line 19: Line 19:
"label": "Station Photo",
"label": "Station Photo",
"description": "screenshot of the station",
"description": "screenshot of the station",
"type": "wiki-file-name",
"type": "string",
"required": true
"required": true
},
},
Line 25: Line 25:
"label": "Caption",
"label": "Caption",
"description": "caption of the image",
"description": "caption of the image",
"type": "line",
"type": "string",
"suggested": true
"suggested": true
},
},
Line 31: Line 31:
"label": "Country",
"label": "Country",
"description": "country where the station is located",
"description": "country where the station is located",
"type": "line",
"type": "string",
"required": true
"required": true
}
}

Revision as of 13:09, 27 May 2024


used for railway stations on cinder!

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Station Namename

used for the station name in English

Stringrequired
Native Namenative_name

name of the station in national language

Stringsuggested
Station Photostation_image

screenshot of the station

Stringrequired
Captioncaption

caption of the image

Stringsuggested
Countrycountry

country where the station is located

Stringrequired