Template:Infobox Railway Station: Difference between revisions

From CinderCivs Wiki
Jump to navigation Jump to search
(making the basic outline of the template)
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": "wiki-page-name",
"required": true
},
},
"native_name": {
"native_name": {
"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": "wiki-page-name",
"suggested": true
},
},
"station_image": {
"station_image": {
"label": "Station Photo",
"label": "Station Photo",
"description": "screenshot of the station",
"description": "screenshot of the station",
"type": "wiki-file-name"
"type": "wiki-file-name",
"required": true
},
},
"caption": {
"caption": {
"label": "Caption",
"label": "Caption",
"description": "caption of the image",
"description": "caption of the image",
"type": "line"
"type": "line",
"suggested": true
},
},
"country": {}
"country": {
"label": "Country",
"description": "country where the station is located",
"type": "line",
"required": true
}
},
},
"description": "used for railway stations on cinder!",
"description": "used for railway stations on cinder!",

Revision as of 13:06, 27 May 2024


used for railway stations on cinder!

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Station Namename

used for the station name in English

Page namerequired
Native Namenative_name

name of the station in national language

Page namesuggested
Station Photostation_image

screenshot of the station

Filerequired
Captioncaption

caption of the image

Linesuggested
Countrycountry

country where the station is located

Linerequired