Module:Adjacent stations/Rurtalbahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Rurtalbahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 21 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 28 |
|
|
local p = {
["system title"] = "[[Rurtalbahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
},
["lines"] = {
["RB"] = {
["title"] = "",
["color"] = "00519E",
["types"] = {
["21"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 20–29|RB 21]]",
["left terminus"] = "Heimbach",
["right terminus"] = "Düren",
},
["28"] = {
["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 20–29|RB 28]]",
["left terminus"] = "Düren",
["right terminus"] = "Euskirchen",
},
},
},
},
}
return p