This is a data module for Module:Adjacent stations. It supports services operated by S-Bahn Mitteldeutschland.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
S 1 | 1 |
FFFF00 |
S 1 | |
S 2 | 2 |
009BD4 |
S 2 | |
S 3 | 3 |
E10000 |
S 3 | |
S 4 | 4 |
018243 |
S 4 | |
S 5 | 5 |
FF8000 |
S 5 | |
S 5x | 5x |
EBBD00 |
S 5X | |
S 6 | 6 |
772233 |
S 6 | |
S 7 | 7 |
7A67EE |
S 7 | |
S 8 | 8 |
5E6DB3 |
S 8 | |
S 9 | 9 |
A3238E |
S 9 | |
S 10 | 10 |
0000EE |
S 10 | |
S 47 | 47 |
50AF47 |
S 47 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[S-Bahn Mitteldeutschland]]",
["line icon format"] = "croute",
["station format"] = {
"%1 station",
["Delitzsch ob Bf"] = "Delitzsch oberer Bahnhof",
["Dessau"] = hbf,
["Halle (Saale)"] = hbf,
["Halle"] = "[[Halle (Saale) Hauptbahnhof|Halle (Saale) Hbf]]",
["Leipzig"] = hbf,
["Leipzig Bayerischer Bahnhof"] = "%1",
["Lutherstadt Wittenberg"] = hbf,
["Zwickau"] = hbf
},
["lines"] = {
["_default"] = {
["title"] = "[[S-Bahn Mitteldeutschland#Network of the S-Bahn Mitteldeutschland|S %1]]",
},
["1"] = {
["text color"] = "000000",
["color"] = "FFFF00",
["short name"] = "S 1",
["left terminus"] = "Leipzig Miltitzer Allee",
["right terminus"] = "Leipzig-Stötteritz"
},
["2"] = {
["text color"] = "FFFFFF",
["color"] = "009BD4",
["short name"] = "S 2",
["left terminus"] = {"Dessau", "Lutherstadt Wittenberg"},
["right terminus"] = "Leipzig-Stötteritz"
},
["3"] = {
["text color"] = "FFFFFF",
["color"] = "E10000",
["short name"] = "S 3",
["left terminus"] = "Halle-Nietleben",
["right terminus"] = {"Wurzen", "Oschatz"}
},
["4"] = {
["text color"] = "FFFFFF",
["color"] = "018243",
["short name"] = "S 4",
["left terminus"] = "Falkenberg (Elster)",
["right terminus"] = "Markkleeberg-Gaschwitz"
},
["5"] = {
["text color"] = "FFFFFF",
["color"] = "FF8000",
["short name"] = "S 5",
["left terminus"] = "Halle (Saale)",
["right terminus"] = "Zwickau"
},
["5x"] = {
["text color"] = "000000",
["color"] = "EBBD00",
["short name"] = "S 5X",
["left terminus"] = "Halle (Saale)",
["right terminus"] = "Zwickau"
},
["6"] = {
["text color"] = "FFFFFF",
["color"] = "772233",
["short name"] = "S 6",
["left terminus"] = "Leipzig Messe",
["right terminus"] = "Geithain"
},
["7"] = {
["text color"] = "FFFFFF",
["color"] = "7A67EE",
["short name"] = "S 7",
["left terminus"] = {"Lutherstadt Eisleben", "Sangerhausen"},
["right terminus"] = "Halle (Saale)"
},
["8"] = {
["text color"] = "FFFFFF",
["color"] = "5E6DB3",
["short name"] = "S 8",
["left terminus"] = "Halle (Saale)",
["right terminus"] = "Lutherstadt Wittenberg"
},
["9"] = {
["text color"] = "FFFFFF",
["color"] = "A3238E",
["short name"] = "S 9",
["left terminus"] = "Halle (Saale)",
["right terminus"] = "Eilenburg"
},
["10"] = {
["text color"] = "FFFFFF",
["color"] = "0000EE",
["short name"] = "S 10",
["left terminus"] = "Leipzig Miltitzer Allee",
["right terminus"] = "Leipzig"
},
["47"] = {
["text color"] = "FFFFFF",
["color"] = "50AF47",
["short name"] = "S 47",
["left terminus"] = "Halle (Saale)",
["right terminus"] = "Halle-Trotha"
},
},
["aliases"] = {
["s1"] = "1",
["s2"] = "2",
["s3"] = "3",
["s4"] = "4",
["s5"] = "5",
["s5x"] = "5x",
["5x"] = "5x",
["s6"] = "6",
["s7"] = "7",
["s8"] = "8",
["s9"] = "9",
["s10"] = "10",
["s47"] = "47"
}
}
return p