This is a data module for Module:Adjacent stations. It supports services operated by Transdev Germany.
Lines
editRE
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 37 | RB 37 |
00519E |
| |
RB 85 | RB 85 |
00519E |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local rws = "%1 railway station"
local p = {
["system title"] = "[[Transdev Germany]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Boppard"] = hbf,
},
["lines"] = {
["title"] = "",
["RB 37"] = {
["title"] = "[[List of rail services in Rhineland-Palatinate|RB 37]]",
["color"] = "00519E",
["left terminus"] = "Boppard Süd",
["right terminus"] = "Emmelshausen"
},
["RB 85"] = {
["title"] = "[[List of rail services in Rhineland-Palatinate|RB 85]]",
["color"] = "00519E",
["left terminus"] = "Bullay",
["right terminus"] = "Traben-Trarbach"
},
}
}
return p