This is a data module for Module:Adjacent stations. It supports services operated by Northern.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
East Coast Main Line | 1 |
0f0d78 |
| |
Durham Coast Line | 2 |
0f0d78 |
| |
Tees Valley Line | 3 |
0f0d78 |
| |
Tyne Valley Line | 4 |
0f0d78 |
| |
Esk Valley Line | 5 |
0f0d78 |
| |
Settle and Carlisle Line | 6A |
0f0d78 |
| |
Bentham Line | 6B |
0f0d78 |
| |
Ribble Valley Line | 12 |
0f0d78 |
| |
Harrogate Line | 29 |
0f0d78 |
|
local p = {
["lang"] = "en-GB",
["system title"] = "[[Northern Trains|Northern]]",
["system icon"] = "[[File:Northern Trains.svg|20px|link=Northern Trains]]",
["system color"] = "0f0d78",
["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; background-color: #0f0d78; padding: 0.4em 4px;",
["station format"] = {
"%1 railway station",
["Hexham"] = "Hexham railway station",
["Marton"] = "Marton railway station (North Yorkshire)",
["Stockton"] = "Stockton railway station (County Durham)",
},
["lines"] = {
["1"] = {
["title"] = "[[East Coast Main Line]]",
["color"] = "0f0d78",
["left terminus"] = "Newcastle",
["right terminus"] = {"Morpeth", "Chathill"},
},
["2"] = {
["title"] = "[[Durham Coast Line]]",
["color"] = "0f0d78",
["left terminus"] = "Middlesbrough",
["right terminus"] = "Newcastle",
},
["3"] = {
["title"] = "[[Tees Valley Line]]",
["color"] = "0f0d78",
["left terminus"] = {"Darlington", "Bishop Auckland"},
["right terminus"] = "Saltburn",
},
["4"] = {
["title"] = "[[Tyne Valley Line]]",
["color"] = "0f0d78",
["left terminus"] = "Newcastle",
["right terminus"] = {"Hexham", "Carlisle"},
},
["5"] = {
["title"] = "[[Esk Valley Line]]",
["color"] = "0f0d78",
["left terminus"] = "Middlesbrough",
["right terminus"] = {"Nunthorpe", "Whitby"},
},
["6A"] = {
["title"] = "[[Settle and Carlisle Line]]",
["color"] = "0f0d78",
["left terminus"] = "Leeds",
["right terminus"] = "Carlisle",
},
["6B"] = {
["title"] = "[[Bentham Line]]",
["color"] = "0f0d78",
["left terminus"] = "Leeds",
["right terminus"] = {"Morecambe", "Heysham Port"},
},
["12"] = {
["title"] = "[[Ribble Valley Line]]",
["color"] = "0f0d78",
["left terminus"] = {"Clitheroe", "Hellifield"},
["right terminus"] = "Manchester Victoria",
},
["29"] = {
["title"] = "[[Harrogate Line]]",
["color"] = "0f0d78",
["left terminus"] = "Leeds",
["right terminus"] = "York",
},
},
}
return p