Module:Adjacent stations/EVB
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Eisenbahnen und Verkehrsbetriebe Elbe-Weser.
Lines
[edit]RB
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 33 | RB 33 |
00519E |
|
Heritage railways
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Moor Express | Moor Express |
0057a3 |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Eisenbahnen und Verkehrsbetriebe Elbe-Weser|EVB]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Bremen"] = hbf,
["Bremerhaven"] = hbf,
},
["lines"] = {
["Moor Express"] = {
["title"] = "[[Moor Express]]",
["color"] = "0057a3",
["left terminus"] = "Bremen",
["right terminus"] = "Stade",
["types"] = {
-- For reversing the termini
["Bremen–Bremerhaven"] = {
["title"] = "",
["left terminus"] = "Stade",
["right terminus"] = "Bremen",
},
},
},
["RB 33"] = {
["title"] = "[[List of railway routes in Lower Saxony|RB 33]]",
["color"] = "00519E",
["left terminus"] = "Cuxhaven",
["right terminus"] = "Buxtehude",
},
},
}
return p