Module:Adjacent stations/Dresden S-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Dresden S-Bahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
S 1 | 1 |
F76521 |
| |
S 2 | 2 |
CE2029 |
| |
S 3 | 3 |
EF0873 |
| |
8 | 8 |
|
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Dresden S-Bahn]]",
["station format"] = {
"%1 station",
["Dresden"] = hbf
},
["lines"] = {
["_default"] = {
["title"] = "[[Dresden S-Bahn|%1]]"
},
["S 1"] = {
["color"] = "F76521", -- "F36421",
["text color"] = "FFFFFF",
["left terminus"] = "Meißen Triebischtal",
["right terminus"] = "Schöna"
},
["S 2"] = {
["color"] = "CE2029", -- "B8282E",
["text color"] = "FFFFFF",
["left terminus"] = "Dresden Flughafen",
["right terminus"] = "Pirna"
},
["S 3"] = {
["color"] = "EF0873", -- "ED0172",
["text color"] = "FFFFFF",
["left terminus"] = "Freiberg (Sachs)",
["right terminus"] = "Dresden"
},
},
["aliases"] = {
["1"] = "S 1",
["2"] = "S 2",
["3"] = "S 3"
}
}
return p