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