This is a data module for Module:Adjacent stations. It supports services operated by Bentheimer Eisenbahn.
Lines
edit| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| RB 56 | RB 56 |
00519E |
RB 56 |
local p = {
["system title"] = "",
["system icon"] = "[[File:Bentheimer Eisenbahn Logo.svg|90px]]",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
},
["lines"] = {
["RB 56"] = {
["title"] = "[[List of railway routes in Lower Saxony and Bremen|RB 56]]",
["color"] = "00519E",
["left terminus"] = "Bad Bentheim",
["right terminus"] = "Neuenhaus",
},
},
}
return p