Module:Adjacent stations/WESTbahn
Appearance
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[WESTbahn]]",
-- ["system icon"] = "[[File:Westbahn-logo-pantone.svg|18px|link=WESTbahn]]",
["system color"] = "008fc8",
["lang"] = "en-US",
["station format"] = {
"%1 railway station",
["Innsbruck"] = hbf,
["Linz"] = hbf,
["München"] = hbf,
["Salzburg"] = hbf,
["St. Pölten"] = hbf,
["Wels"] = hbf,
["Wien"] = hbf,
["Wörgl"] = hbf,
},
["lines"] = {
["_default"] = {
["color"] = "008BCB",
["title"] = "[[WESTbahn]]"
},
["WESTgreen"] = {
["color"] = "c0cf00",
["title"] = "[[WESTbahn|WESTgreen]]",
["left terminus"] = "München",
["right terminus"] = "Wien Westbahnhof"
},
["WESTblue"] = {
["color"] = "008fc8",
["title"] = "[[WESTbahn|WESTblue]]",
["left terminus"] = "Innsbruck",
["right terminus"] = "Wien Westbahnhof"
}
}
}
return p