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
RB
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 33 |
|
|
Heritage railways
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Moor Express | Moor Express |
0057a3 |
|
local p = {
["system title"] = "[[Eisenbahnen und Verkehrsbetriebe Elbe-Weser|EVB]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Bremen Hbf"] = "Bremen Hauptbahnhof",
["Bremerhaven Hbf"] = "Bremerhaven Hauptbahnhof",
},
["lines"] = {
["Moor Express"] = {
["title"] = "[[Moor Express]]",
["color"] = "0057a3",
["left terminus"] = "Bremen Hbf",
["right terminus"] = "Stade",
},
["RB"] = {
["title"] = "",
["color"] = "00519E",
["types"] = {
["33"] = {
["title"] = "[[List of railway routes in Lower Saxony|RB 33]]",
["left terminus"] = "Cuxhaven",
["right terminus"] = "Buxtehude",
},
},
},
},
}
return p