This is a data module for Module:Adjacent stations. It supports services operated by SVG Stuttgart.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
FEX | FEX |
FE7000 |
FEX |
local de = "[[% station (Germany)|%1]]"
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "SVG Stuttgart",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Ulm"] = hbf,
["Salem"] = de,
["Stuttgart"] = hbf,
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
["title"] = "[[List of railway routes in Bavaria|%1]]",
},
-- Freizeitexpress
["FEX"] = {
["title"] = "[[List of railway routes in Bayern|FEX]]",
["color"] = "FE7000",
["types"] = {
["Südbahn"] = {
["title"] = "",
["left terminus"] = "Singen (Hohentwiel)",
["right terminus"] = "Stuttgart",
},
["Bodensee II"] = {
["title"] = "",
["left terminus"] = "Radolfzell",
["right terminus"] = "Stuttgart",
},
},
},
},
}
return p