Module:Adjacent stations/Vorarlberg S-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Vorarlberg S-Bahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
SS1 | S1 or 1 |
|
Lua error in Module:Adjacent_stations at line 534: attempt to concatenate local 'border_color' (a nil value). | |
SS2 | S2 or 2 |
|
Lua error in Module:Adjacent_stations at line 534: attempt to concatenate local 'border_color' (a nil value). | |
SS3 | S3 or 3 |
|
Lua error in Module:Adjacent_stations at line 534: attempt to concatenate local 'border_color' (a nil value). | |
SS4 | S4 or 4 |
|
Lua error in Module:Adjacent_stations at line 534: attempt to concatenate local 'border_color' (a nil value). | |
SR5 | R5 or 5 |
|
Lua error in Module:Adjacent_stations at line 534: attempt to concatenate local 'border_color' (a nil value). |
local p = {
["system title"] = "[[Vorarlberg S-Bahn]]",
["system icon"] = "",
["system icon format"] = "croute",
["station format"] = {
"%1 railway station",
["Lindau-Insel"] = "Lindau-Insel station",
["Lindau-Reutin"] = "%1 station",
},
["lines"] = {
["_default"] = {
["title"] = "[[Vorarlberg S-Bahn#Lines|S%1]]",
},
["1"] = {
["short name"] = "S1",
["text color"] = "FFFFFF",
["color"] = "DC0530",
["left terminus"] = "Bludenz",
["right terminus"] = "Lindau-Insel",
},
["3"] = {
["short name"] = "S3",
["text color"] = "FFFFFF",
["color"] = "DC0530",
["left terminus"] = "St. Margrethen",
["right terminus"] = "Bregenz",
},
["4"] = {
["short name"] = "S4",
["text color"] = "FFFFFF",
["color"] = "DC0530",
["left terminus"] = "Bludenz",
["right terminus"] = "Schruns",
},
},
}
return p