Module:Adjacent stations/Transdev Germany
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Transdev Germany.
Lines
RE
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 37 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 85 |
|
|
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"] = {
["RB"] = {
["title"] = "",
["color"] = "00519E",
["types"] = {
["37"] = {
["title"] = "[[List of rail services in Rhineland-Palatinate|RB 37]]",
["left terminus"] = "Boppard Süd",
["right terminus"] = "Emmelshausen"
},
["85"] = {
["title"] = "[[List of rail services in Rhineland-Palatinate|RB 85]]",
["left terminus"] = "Bullay",
["right terminus"] = "Traben-Trarbach"
},
}
},
}
}
return p