local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Breisgau S-Bahn]]",
["system icon"] = "",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Freiburg"] = hbf,
},
["lines"] = {
["_default"] = {
["title"] = "[[Breisgau S-Bahn#Lines|%1]]",
["text color"] = "FFFFFF",
},
["S1"] = {
["color"] = "d30630",
["left terminus"] = "Breisach",
["right terminus"] = "Seebrugg",
},
["S2"] = {
["color"] = "afca0b",
["left terminus"] = "Elzach",
["right terminus"] = "Freiburg",
},
["S3"] = {
["color"] = "b15a9e",
["left terminus"] = "Bad Krozingen",
["right terminus"] = "Münstertal",
},
["S5"] = {
["color"] = "0069b4",
["left terminus"] = "Breisach",
["right terminus"] = "Riegel-Malterdingen",
},
["S10"] = {
["color"] = "d30630",
["left terminus"] = "Freiburg",
["right terminus"] = "Villingen (Schwarzwald)",
},
["S11"] = {
["color"] = "f69795",
["text color"] = "000000",
["left terminus"] = "Endingen am Kaiserstuhl",
["right terminus"] = "Neustadt (Schwarzw)",
},
},
["aliases"] = {
["1"] = "S1",
["2"] = "S2",
["3"] = "S3",
["5"] = "S5",
["10"] = "S10",
["11"] = "S11",
}
}
return p