Module:Adjacent stations/WESTbahn

local hbf = "%1 Hbf"

local p = {

["system title"] = "",

["system icon"] = "File:Westbahn-logo-pantone.svg",

["system color"] = "008fc8",

["lang"] = "en-US",

["station format"] = {

"%1 railway station",

["Innsbruck"] = hbf,

["Linz"] = hbf,

["München"] = hbf,

["Stuttgart"] = hbf,

["Augsburg"] = hbf,

["Salzburg"] = hbf,

["St. Pölten"] = hbf,

["Wels"] = hbf,

["Wien"] = hbf,

["Wörgl"] = hbf,

["Ulm"] = hbf,

},

["lines"] = {

["green"] = {

["title"] = "WESTbahn",

["color"] = "BACB30",

["left terminus"] = "Lindau-Insel",

["right terminus"] = "Wien Westbahnhof",

},

["blue"] = {

["title"] = "WESTbahn",

["color"] = "008CC6",

["left terminus"] = "Stuttgart",

["right terminus"] = "Wien Westbahnhof",

},

["darkblue"] = {

["title"] = "WESTbahn",

["color"] = "313A80",

["left terminus"] = "St. Johann im Pongau",

["right terminus"] = "Wien Westbahnhof",

},

["WESTgreen"] = {

["color"] = "c0cf00",

["title"] = "WESTgreen",

["left terminus"] = "München",

["right terminus"] = "Wien Westbahnhof"

},

["WESTblue"] = {

["color"] = "008fc8",

["title"] = "WESTblue",

["left terminus"] = "Innsbruck",

["right terminus"] = "Wien Westbahnhof"

}

}

}

return p