Module:Adjacent stations/S-Bahn Mittelelbe
local hbf = "%1 Hbf"
local p = {
["system title"] = "Mittelelbe S-Bahn",
["system icon"] = "File:S-Bahn-Logo.svg",
["station format"] = {
"%1 station",
["Magdeburg"] = hbf,
["Stendal"] = hbf,
},
["lines"] = {
["_default"] = {
["title"] = "S %1",
},
["1"] = {
["text color"] = "FFFFFF",
["color"] = "018243",
["icon format"] = "croute",
["short name"] = "S 1",
["left terminus"] = "Schönebeck-Bad Salzelmen",
["right terminus"] = "Wittenberge"
},
},
["aliases"] = {
["s1"] = "1",
}
}
return p