Module:Adjacent stations/NordWestBahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by NordWestBahn. For the Bremen S-Bahn, see Module:Adjacent stations/Bremen S-Bahn.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RE 10 | RE 10 |
E66CAF |
RE 10 | |
RE 14 | RE 14 |
003328 |
RE 14 | |
RE 18 | RE 18 |
10B3B4 |
RE 18 | |
RE 44 | RE 44 |
6294b0 |
RE 44 | |
RB 31 | RB 31 |
7A7C80 |
RB 31 | |
RB 36 | RB 36 |
7A7C80 |
RB 36 | |
RB 45 | RB 45 |
7A7C80 |
RB 45 | |
RB 58 | RB 58 |
7A7C80 |
RB 58 | |
RB 59 | RB 59 |
7A7C80 |
RB 59 | |
RB 74 | RB 74 |
7A7C80 |
RB 74 | |
RB 75 | RB 75 |
7A7C80 |
RB 75 | |
RB 84 | RB 84 |
7A7C80 |
RB 84 | |
RB 85 | RB 85 |
7A7C80 |
RB 85 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[NordWestBahn]]",
["system icon"] = "",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Bielefeld"] = hbf,
["Bottrop"] = hbf,
["Bremen"] = hbf,
["Duisburg"] = hbf,
["Düsseldorf"] = hbf,
["Essen"] = hbf,
["Hildesheim"] = hbf,
["Krefeld"] = hbf,
["Oberhausen"] = hbf,
["Oldenburg"] = hbf,
["Osnabrück"] = hbf,
["Paderborn"] = hbf,
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
},
["RB 31"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 30–39|RB 31]]",
["color"] = "7A7C80",
["left terminus"] = "Xanten",
["right terminus"] = "Duisburg",
},
["RB 36"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 30–39|RB 36]]",
["color"] = "7A7C80",
["left terminus"] = "Duisburg-Ruhrort",
["right terminus"] = "Oberhausen",
},
["RB 45"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 40–49|RB 45]]",
["color"] = "7A7C80",
["left terminus"] = "Dorsten",
["right terminus"] = "Coesfeld (Westf)",
},
["RB 58"] = {
["title"] = "[[List of railway routes in Lower Saxony#Lines 50–59|RB 58]]",
["color"] = "7A7C80",
["left terminus"] = "Osnabrück",
["right terminus"] = "Bremen",
},
["RB 59"] = {
["title"] = "[[List of railway routes in Lower Saxony#Lines 50–59|RB 59]]",
["color"] = "7A7C80",
["left terminus"] = "Esens",
["right terminus"] = "Wilhelmshaven",
},
["RB 74"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 74]]",
["color"] = "7A7C80",
["left terminus"] = "Bielefeld",
["right terminus"] = "Paderborn",
},
["RB 75"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 75]]",
["color"] = "7A7C80",
["left terminus"] = "Osnabrück",
["right terminus"] = "Bielefeld",
},
["RB 84"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 80–89|RB 84]]",
["color"] = "7A7C80",
["left terminus"] = "Paderborn",
["right terminus"] = "Kreiensen",
},
["RB 85"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 80–89|RB 85]]",
["color"] = "7A7C80",
["left terminus"] = "Höxter-Ottbergen",
["right terminus"] = "Göttingen",
},
["RE 10"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 10–19|RE 10]]",
["color"] = "E66CAF",
["left terminus"] = "Kleve",
["right terminus"] = "Düsseldorf",
},
["RE 14"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 10–19|RE 14]]",
["color"] = "003328",
["left terminus"] = {"Borken (Westf)","Coesfeld (Westf)"},
["right terminus"] = "Essen",
},
["RE 18"] = {
["title"] = "[[List of railway routes in Lower Saxony#Lines 10–19|RE 18]]",
["color"] = "10B3B4",
["left terminus"] = "Wilhelmshaven",
["right terminus"] = "Osnabrück",
},
["RE 44"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 40–49|RE 44]]",
["color"] = "6294b0",
["left terminus"] = "Moers",
["right terminus"] = "Bottrop",
},
},
}
return p