Template:Infobox Railway Station: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(making the basic outline of the template) |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": {}, | "params": { | ||
"name": { | |||
"label": "Station Name", | |||
"description": "used for the station name in English", | |||
"type": "wiki-page-name" | |||
}, | |||
"native_name": { | |||
"label": "Native Name", | |||
"description": "name of the station in national language", | |||
"type": "wiki-page-name" | |||
}, | |||
"station_image": { | |||
"label": "Station Photo", | |||
"description": "screenshot of the station", | |||
"type": "wiki-file-name" | |||
}, | |||
"caption": { | |||
"label": "Caption", | |||
"description": "caption of the image", | |||
"type": "line" | |||
}, | |||
"country": {} | |||
}, | |||
"description": "used for railway stations on cinder!", | "description": "used for railway stations on cinder!", | ||
" | "paramOrder": [ | ||
"name", | |||
"native_name", | |||
"station_image", | |||
"caption", | |||
"country" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 12:04, 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 | optional |
Native Name | native_name | name of the station in national language | Page name | optional |
Station Photo | station_image | screenshot of the station | File | optional |
Caption | caption | caption of the image | Line | optional |
country | country | no description | Unknown | optional |