Module:Adjacent stations/Schwäbische Alb-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Schwäbische Alb-Bahn.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 58 | RB 58 |
999999 |
RB 58 | |
RB 59 | RB 59 |
999999 |
RB 59 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Schwäbische Alb-Bahn]]",
["system icon"] = "",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Ulm"] = hbf,
["Aalen"] = hbf,
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
},
["RB 58"] = {
["title"] = "[[List of railway routes in Baden-Württemberg|RB 58]]",
["color"] = "999999",
["left terminus"] = "Amstetten (Württ.)",
["right terminus"] = "Gerstetten",
},
["RB 59"] = {
["title"] = "[[List of railway routes in Baden-Württemberg|RB 59]]",
["color"] = "999999",
["left terminus"] = {"Ulm", "Schelklingen"},
["right terminus"] = "Gammertingen",
},
},
}
return p