Module:Adjacent stations/Regionalverkehre Start Deutschland
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Regionalverkehre Start Deutschland.
Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
HBX |
00519E |
| |||
RE 4 |
00519E |
| |||
RE 5 | RE 5 |
E2001A |
| ||
RE 6 |
00519E |
| |||
RE 10 |
00519E |
| |||
RE 11 |
00519E |
| |||
RE 21 |
00519E |
| |||
RE 24 |
00519E |
| |||
RE 31 |
00519E |
| |||
RB 11 | RB 11 |
007dc5 |
| ||
RB 12 | RB 12 |
945b37 |
| ||
RB 15 | RB 15 |
e4a024 |
| ||
RB 16 | RB 16 |
007dc5 |
| ||
RB 35 |
00519E |
| |||
RB 36 |
00519E |
| |||
RB 37 | RB 37 |
00519E |
| ||
RB 38 | RB 38 |
00519E |
| ||
RB 41 |
00519E |
| |||
RB 43 |
00519E |
| |||
RB 44 |
00519E |
| |||
RB 47 |
00519E |
| |||
RB 50 |
00519E |
| |||
RB 77 | RB 77 |
00519E |
| ||
RB 79 | RB 79 |
00519E |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Regionalverkehre Start Deutschland]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Bremen"] = hbf,
["Hamburg"] = hbf,
["Hannover"] = hbf,
},
["lines"] = {
["_default"] = {
["color"] = "00519E",
["text color"] = "FFFFFF",
["title"] = "",
},
["RB 11"] = {
["title"] = "RB 11",
["color"] = "007dc5",
["left terminus"] = "Bad Soden",
["right terminus"] = "Höchst",
},
["RB 12"] = {
["title"] = "RB 12",
["color"] = "945b37",
["left terminus"] = "Königstein",
["right terminus"] = "Frankfurt",
},
["RB 15"] = {
["title"] = "RB 15",
["color"] = "e4a024",
["left terminus"] = "Brandoberndorf",
["right terminus"] = {"Bad Homburg", "Frankfurt"},
},
["RB 16"] = {
["title"] = "RB 16",
["color"] = "007dc5",
["left terminus"] = "Friedberg",
["right terminus"] = {"Friedrichsdorf", "Bad Homburg"},
},
["RB 32"] = {
["title"] = "RB 37",
["color"] = "00519E",
["left terminus"] = "Bremen",
["right terminus"] = "Uelzen",
},
["RB 37"] = {
["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 37]]",
["left terminus"] = "Bremen",
["right terminus"] = "Uelzen",
},
["RB 38"] = {
["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 38]]",
["left terminus"] = "Buchholz (Nordheide)",
["right terminus"] = "Hannover",
},
["RB 77"] = {
["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 77]]",
["color"] = "00519E",
["left terminus"] = "Hildesheim",
["right terminus"] = {"Bünde", "Herford"},
},
["RB 79"] = {
["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 79]]",
["color"] = "00519E",
["left terminus"] = "Hildesheim",
["right terminus"] = "Bodenburg",
},
["RE 5"] = {
["title"] = "[[List of railway routes in Lower Saxony|RE 5]]",
["color"] = "E2001A",
["left terminus"] = "Cuxhaven",
["right terminus"] = "Hamburg",
},
},
}
return p