Template:Infobox Railway Station: Difference between revisions
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 12:06, 27 May 2024
used for railway stations on cinder!
Parameter | Description | Type | Status | |
---|---|---|---|---|
Station Name | name | used for the station name in English | Page name | required |
Native Name | native_name | name of the station in national language | Page name | suggested |
Station Photo | station_image | screenshot of the station | File | required |
Caption | caption | caption of the image | Line | suggested |
Country | country | country where the station is located | Line | required |