This is a data module for Module:Adjacent stations. It supports services operated by Pressnitztalbahn.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 26 | RB 26 |
00844A |
| |
RB 32 | RB 32 |
fdd205 |
|
local p = {
["system title"] = "[[Pressnitztalbahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
},
["lines"] = {
["RB 26"] = {
["title"] = "[[List of railway routes in Mecklenburg-Vorpommern|RB 26]]",
["color"] = "00844A",
["left terminus"] = "Bergen auf Rügen",
["right terminus"] = "Lauterbach Mole",
},
["RB 32"] = {
["title"] = "[[List of railway routes in Mecklenburg-Vorpommern|RB 32]]",
["color"] = "fdd205",
["text color"] = "000000",
["left terminus"] = "Lauterbach",
["right terminus"] = "Göhren",
},
},
}
return p