Module:Adjacent stations/Upper Austria S-Bahn

local hbf = "%1 Hbf"

local p = {

["system title"] = "Upper Austria S-Bahn",

["system icon"] = "File:S-Bahn Austria.svg",

["station format"] = {

"%1 railway station",

["Linz"] = hbf,

["Wels"] = hbf,

},

["lines"] = {

["_default"] = {

["title"] = "%1",

["icon"] = "File:%1 OÖ.svg",

},

["S1"] = {

["color"] = "f58220",

["left terminus"] = "Linz",

["right terminus"] = "Garsten",

},

["S2"] = {

["color"] = "00aaad",

["left terminus"] = "Wels",

["right terminus"] = "Linz",

},

["S3"] = {

["color"] = "3f318e",

["left terminus"] = "Linz",

["right terminus"] = "Pregarten",

},

["S4"] = {

["color"] = "96bc33",

["left terminus"] = "Linz",

["right terminus"] = "Kirchdorf",

},

["S5"] = {

["color"] = "ec008c",

["left terminus"] = "Eferding",

["right terminus"] = "Linz",

},

},

}

return p