Module:Adjacent stations/Toronto, Hamilton and Buffalo Railway
This is a data module for Module:Adjacent stations. It supports services operated by Toronto, Hamilton and Buffalo Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main |
e1000a |
| |
Waterford– Hamilton | Waterford-Hamilton |
e1000a |
|
local thb = "%1 station (Toronto, Hamilton and Buffalo Railway)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Toronto, Hamilton and Buffalo Railway]]",
["station format"] = {
"%1 station",
["Dundas"] = thb,
["Hamilton"] = "Hamilton GO Centre",
["Mount Pleasant"] = thb,
},
["lines"] = {
["_default"] = {
["color"] = "e1000a",
},
["Main"] = {
["title"] = "Main Line",
["color"] = "e1000a",
["left terminus"] = "Hamilton",
["right terminus"] = "Welland",
},
["Waterford-Hamilton"] = {
["title"] = "[[Waterford, Ontario|Waterford]]– [[Hamilton, Ontario|Hamilton]]",
["color"] = "e1000a",
["left terminus"] = "Waterford",
["right terminus"] = "Hamilton",
},
},
}
return p