Difference between revisions of "Module:Adjacent stations/Indian Railways"
Jump to navigation
Jump to search
blackwiki>Timbaaa m (system color) |
blackwiki>Timbaaa (making types default for all lines) |
||
| Line 9: | Line 9: | ||
["lines"] = { | ["lines"] = { | ||
["_default"] = { | ["_default"] = { | ||
| − | ["title"] = "[[%1 line]] | + | ["title"] = "[[%1 line]]", |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
["types"] = { | ["types"] = { | ||
["Express"] = { | ["Express"] = { | ||
| Line 23: | Line 18: | ||
}, | }, | ||
}, | }, | ||
| + | }, | ||
| + | ["Bangalore–Chennai"] = { | ||
| + | ["title"] = "[[Chennai Central–Bangalore City line]]", | ||
| + | ["left terminus"] = "Bangalore City", | ||
| + | ["right terminus"] = "Chennai Central", | ||
}, | }, | ||
["Delhi–Chennai"] = { | ["Delhi–Chennai"] = { | ||
Revision as of 10:46, 8 September 2020
This is a data module for Module:Adjacent stations. It supports services operated by the Indian Railways.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
Line types
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local p = {
["system title"] = "Indian Railways",
["system icon"] = "[[File:Indian Railways Suburban Railway Logo.svg|x15px|link=Indian Railways]]",
["system color"] = "000075",
["station format"] = {
"%1 railway station",
["Mumbai CST"] = "Chhatrapati Shivaji Terminus",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 line]]",
["types"] = {
["Express"] = {
["title"] = "Express",
},
["Passenger"] = {
["title"] = "Passenger",
},
},
},
["Bangalore–Chennai"] = {
["title"] = "[[Chennai Central–Bangalore City line]]",
["left terminus"] = "Bangalore City",
["right terminus"] = "Chennai Central",
},
["Delhi–Chennai"] = {
["title"] = "[[New Delhi–Chennai main line]]",
["left terminus"] = "New Delhi",
["right terminus"] = "Chennai Central",
},
["Delhi–Mumbai"] = {
["title"] = "[[New Delhi–Mumbai main line]]",
["left terminus"] = "New Delhi",
["right terminus"] = "Mumbai",
},
["Howrah–Chennai"] = {
["title"] = "[[Howrah–Chennai main line]]",
["left terminus"] = "Howrah",
["right terminus"] = "Chennai Central",
},
["Howrah–Delhi"] = {
["title"] = "[[Howrah–Delhi main line]]",
["left terminus"] = "Howrah",
["right terminus"] = "New Delhi",
},
["Howrah–Mumbai"] = {
["title"] = "[[Howrah–Nagpur–Mumbai line]]",
["left terminus"] = "Howrah",
["right terminus"] = "Mumbai CST",
},
["Mumbai–Chennai"] = {
["title"] = "[[Mumbai–Chennai line]]",
["left terminus"] = "Mumbai CST",
["right terminus"] = "Chennai Central",
},
},
}
return p