Module:Adjacent stations/Metronom
Appearance
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Metronom Eisenbahngesellschaft|Metronom]]",
["system icon"] = "",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Braunschweig"] = hbf,
["Bremen"] = hbf,
["Hamburg"] = hbf,
["Hannover"] = hbf,
["Hildesheim"] = hbf,
["Wolfsburg"] = hbf,
},
["lines"] = {
["_default"] = {
["title"] = "[[Metronom Eisenbahngesellschaft#Metronom|%1]]",
},
-- RB
["RB 31"] = {
["color"] = "00519E",
["left terminus"] = "Hamburg-Harburg",
["right terminus"] = "Lüneburg",
},
["RB 41"] = {
["color"] = "00519E",
["left terminus"] = "Bremen",
["right terminus"] = "Hamburg",
},
-- RE
["RE 2"] = {
["color"] = "E2001A",
["left terminus"] = "Göttingen",
["right terminus"] = "Uelzen",
},
["RE 3"] = {
["color"] = "E2001A",
["left terminus"] = "Hamburg",
["right terminus"] = "Hannover",
},
["RE 4"] = {
["color"] = "E2001A",
["left terminus"] = "Bremen",
["right terminus"] = "Hamburg",
},
["RE 30"] = {
["color"] = "E2001A",
["left terminus"] = "Hannover",
["right terminus"] = "Wolfsburg",
},
["RE 50"] = {
["color"] = "E2001A",
["left terminus"] = "Hildesheim",
["right terminus"] = "Wolfsburg",
},
},
}
return p