Module:Adjacent stations/Grand Central
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Grand Central.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
North Eastern | North Eastern |
1d1d1b |
| |
West Riding | 2 |
1d1d1b |
|
local p = {
["lang"] = "en-GB",
["system title"] = "[[Grand Central (train operating company)|Grand Central]]",
["system color"] = "1d1d1b",
["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; background-color: #1d1d1b; padding: 0.4em 4px;",
["station format"] = {
"%1 railway station",
["Hartlepool"] = "Hartlepool railway station"
},
["lines"] = {
["North Eastern"] = {
["title"] = "North Eastern",
["color"] = "1d1d1b",
["left terminus"] = "London King's Cross",
["right terminus"] = "Sunderland",
},
["2"] = {
["title"] = "West Riding",
["color"] = "1d1d1b",
["left terminus"] = "London King's Cross",
["right terminus"] = "Bradford Interchange",
},
},
}
return p