This is a data module for Module:Adjacent stations. It supports services operated by WSW mobil.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Wuppertal Schwebebahn | Wuppertal Schwebebahn |
4896d2 |
|
local p = {
["system title"] = "[[WSW mobil]]",
["system icon"] = "[[File:WSW mobil logo.svg|20px|link=WSW mobil]]",
["station format"] = {
"%1 station",
["Vohwinkel Schwebebahn"] = "%1",
},
["lines"] = {
["Wuppertal Schwebebahn"] = {
["title"] = "[[Wuppertal Schwebebahn]]",
["color"] = "4896d2",
["left terminus"] = "Vohwinkel Schwebebahn",
["right terminus"] = "Oberbarmen",
["icon"] = "[[File:Schwebebahn.svg|18px|link=Wuppertal Schwebebahn]]",
},
},
}
return p