This is a data module for Module:Adjacent stations. It supports services operated by Dessau-Wörlitzer Eisenbahn.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Dessau–Wörlitz | Dessau–Wörlitz |
6d6e70 |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Dessau-Wörlitzer Eisenbahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Dessau"] = hbf,
},
["lines"] = {
["Dessau–Wörlitz"] = {
["title"] = "Dessau–Wörlitz",
["color"] = "6d6e70",
["left terminus"] = "Dessau",
["right terminus"] = "Wörlitz",
},
},
}
return p