Module:Adjacent stations/Erixx
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Erixx.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RE 10 | RE 10 |
E2001A |
RE 10 | |
RE 83 | RE 83 |
02387D |
RE 83 | |
RB 32 | RB 32 |
00519E |
RB 32 | |
RB 42 | RB 42 |
00519E |
RB 42 | |
RB 43 | RB 43 |
00519E |
RB 43 | |
RB 47 | RB 47 |
00519E |
RB 47 | |
RB 76 | RB 76 |
FED101 |
RB 76 | |
RB 84 | RB 84 |
CA81AE |
RB 84 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Erixx]]",
["system icon"] = "",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Braunschweig"] = hbf,
["Bremen"] = hbf,
["Hannover"] = hbf,
["Hildesheim"] = hbf,
["Kiel"] = hbf,
["Lübeck"] = hbf,
},
["lines"] = {
["_default"] = {
["color"] = "00519E",
["text color"] = "FFFFFF",
["title"] = "[[Erixx|%1]]",
},
-- RB
["RB 32"] = {
["color"] = "00519E",
["left terminus"] = "Lüneburg",
["right terminus"] = "Dannenberg Ost",
},
["RB 42"] = {
["color"] = "00519E",
["left terminus"] = "Bad Harzburg",
["right terminus"] = "Braunschweig",
},
["RB 43"] = {
["color"] = "00519E",
["left terminus"] = "Goslar",
["right terminus"] = "Braunschweig",
},
["RB 47"] = {
["color"] = "00519E",
["left terminus"] = "Uelzen",
["right terminus"] = "Braunschweig",
},
["RB 76"] = {
["color"] = "FED101",
["text color"] = "000000",
["left terminus"] = "Kiel",
["right terminus"] = "Kiel-Oppendorf",
},
["RB 84"] = {
["color"] = "CA81AE",
["text color"] = "000000",
["left terminus"] = "Kiel",
["right terminus"] = "Lübeck",
},
-- RE
["RE 10"] = {
["color"] = "E2001A",
["left terminus"] = "Hannover",
["right terminus"] = "Bad Harzburg",
},
["RE 83"] = {
["color"] = "02387D",
["left terminus"] = "Kiel",
["right terminus"] = "Lüneburg",
},
},
}
return p