Module:Adjacent stations/Hamburg S-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Hamburg S-Bahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
S1 | S1 or 1 |
22b24c |
| |
S2 | S2 or 2 |
b72750 |
| |
S3 | S3 or 3 |
662d91 |
| |
S5 | S5 or 5 |
|
|
local p = {
["system title"] = "[[Hamburg S-Bahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Hamburg Hbf"] = "Hamburg Hauptbahnhof",
},
["lines"] = {
["_default"] = {
["title"] = "[[Hamburg S-Bahn#Lines|%1]]"
},
["S1"] = {
["color"] = "22b24c",
["text color"] = "ffffff",
["line icon format"] = "croute",
["left terminus"] = "Wedel",
["right terminus"] = {"Poppenbüttel", "Hamburg Airport"},
},
["S11"] = {
["color"] = "22b24c",
["line icon format"] = "xroute",
["left terminus"] = "Blankenese",
["right terminus"] = "Poppenbüttel",
},
["S2"] = {
["color"] = "b72750",
["line icon format"] = "xroute",
["left terminus"] = "Hamburg-Altona",
["right terminus"] = "Bergedorf",
},
["S21"] = {
["color"] = "b72750",
["text color"] = "ffffff",
["line icon format"] = "croute",
["left terminus"] = "Elbgaustraße",
["right terminus"] = "Aumühle",
},
["S3"] = {
["color"] = "662d91",
["text color"] = "ffffff",
["line icon format"] = "croute",
["left terminus"] = "Pinneberg",
["right terminus"] = "Stade",
["types"] = {
["Niederelbebahn"] = {
["title"] = "",
["left terminus"] = "Stade",
["right terminus"] = "Pinneberg",
},
},
},
["S31"] = {
["color"] = "662d91",
["text color"] = "ffffff",
["line icon format"] = "croute",
["left terminus"] = "Hamburg-Altona",
["right terminus"] = "Hamburg-Neugraben",
["types"] = {
["Niederelbebahn"] = {
["title"] = "",
["left terminus"] = "Hamburg-Neugraben",
["right terminus"] = "Hamburg-Altona",
},
},
},
},
["aliases"] = {
["1"] = "S1",
["11"] = "S11",
["2"] = "S2",
["21"] = "S21",
["3"] = "S3",
["31"] = "S31",
},
}
return p