Module:Adjacent stations/DB Regio
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by DB Regio. Do not use this module; instead, use one of the regional modules:
local p = {
["system title"] = "[[DB Regio]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Landshut Hbf"] = "Landshut (Bayern) Hauptbahnhof",
},
["lines"] = {
["RE"] = {
["title"] = "",
["color"] = "FF0000",
["types"] = {
["3"] = {
["title"] = "[[Regional-Express|RE 3]]",
["left terminus"] = "Stralsund",
["right terminus"] = "Falkenberg",
},
["5"] = {
["title"] = "[[Regional-Express|RE 5]]",
["left terminus"] = "Stralsund",
["right terminus"] = "Wünsdorf-Waldstadt",
},
},
},
},
}
return p