Module:Adjacent stations/nordbahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Nordbahn Eisenbahngesellschaft.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 61 | RB 61 |
093969 |
RB 61 | |
RB 63 | RB 63 |
ECA800 |
RB 63 | |
RB 64 | RB 64 |
EC8797 |
RB 64 | |
RB 71 | RB 71 |
2B74BE |
RB 71 | |
RB 73 | RB 73 |
009763 |
RB 73 | |
RB 74 | RB 74 |
623A59 |
RB 74 | |
RB 75 | RB 75 |
B76E22 |
RB 75 | |
RB 82 | RB 82 |
888888 |
RB 82 | |
RE 6 | RE 6 |
00A54F |
RE 6 | |
RE 72 | RE 72-N |
A1D076 |
RE 72 | |
RE 72 | RE 72-S |
A1D076 |
RE 72 | |
RE 74 | RE 74 |
623A59 |
RE 74 |
local de = "%1 station (Germany)"
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "",
["system icon"] = "[[File:Logo Nordbahn NAH.SH Blau positiv final.png|90px|link=Nordbahn Eisenbahngesellschaft]]",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Hamburg"] = hbf,
["Husum"] = de,
["Kiel"] = hbf,
},
["lines"] = {
["_default"] = {
["title"] = "[[Nordbahn Eisenbahngesellschaft|%1]]",
},
["RB 61"] = {
["color"] = "093969",
["left terminus"] = "Itzehoe",
["right terminus"] = "Hamburg",
},
["RB 63"] = {
["color"] = "ECA800",
["text color"] = "FFFFFF",
["left terminus"] = "Büsum",
["right terminus"] = "Neumünster",
},
["RB 64"] = {
["color"] = "EC8797",
["text color"] = "FFFFFF",
["left terminus"] = "Bad St. Peter-Ording",
["right terminus"] = "Husum",
},
["RB 71"] = {
["color"] = "2B74BE",
["left terminus"] = {"Itzehoe", "Wrist"},
["right terminus"] = "Hamburg-Altona",
},
["RB 73"] = {
["color"] = "009763",
["text color"] = "FFFFFF",
["left terminus"] = "Rieseby Schleibrücke Süd",
["right terminus"] = "Kiel",
},
["RB 74"] = {
["color"] = "623A59",
["left terminus"] = "Husum",
["right terminus"] = "Kiel",
},
["RB 75"] = {
["color"] = "B76E22",
["left terminus"] = "Rendsburg",
["right terminus"] = "Kiel",
},
["RB 82"] = {
["color"] = "888888",
["text color"] = "FFFFFF",
["left terminus"] = "Neumünster",
["right terminus"] = "Bad Oldesloe",
},
["RE 6"] = {
["color"] = "00A54F",
["text color"] = "FFFFFF",
["left terminus"] = "Hamburg-Altona",
["right terminus"] = "Itzehoe",
},
["RE 72-N"] = {
["color"] = "A1D076",
["title"] = "RE 72",
["text color"] = "FFFFFF",
["short name"] = "RE 72",
["left terminus"] = "Flensburg",
["right terminus"] = "Boren-Lindaunis Schleibrücke Nord",
},
["RE 72-S"] = {
["title"] = "RE 72",
["color"] = "A1D076",
["text color"] = "FFFFFF",
["short name"] = "RE 72",
["left terminus"] = "Eckernförde",
["right terminus"] = "Kiel",
},
["RE 74"] = {
["color"] = "623A59",
["left terminus"] = "Husum",
["right terminus"] = "Kiel",
},
},
}
return p