This is a data module for Module:Adjacent stations. It supports services operated by S-Bahn Mittelelbe.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
S 1 | 1 |
018243 |
S 1 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[S-Bahn Mittelelbe]]",
["system icon"] = "[[File:S-Bahn-Logo.svg|16px|alt=]]",
["station format"] = {
"%1 station",
["Magdeburg"] = hbf,
["Stendal"] = hbf,
},
["lines"] = {
["_default"] = {
["title"] = "[[S-Bahn Mittelelbe|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