Module:Adjacent stations/Hamburg S-Bahn
Appearance
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",
["icon format"] = "croute",
["left terminus"] = "Wedel",
["right terminus"] = {"Poppenbüttel", "Hamburg Airport"},
},
["S11"] = {
["color"] = "22b24c",
["icon format"] = "xroute",
["left terminus"] = "Blankenese",
["right terminus"] = "Poppenbüttel",
},
["S2"] = {
["color"] = "b72750",
["icon format"] = "xroute",
["left terminus"] = "Hamburg-Altona",
["right terminus"] = "Bergedorf",
},
["S21"] = {
["color"] = "b72750",
["text color"] = "ffffff",
["icon format"] = "croute",
["left terminus"] = "Elbgaustraße",
["right terminus"] = "Aumühle",
},
["S3"] = {
["color"] = "662d91",
["text color"] = "ffffff",
["icon format"] = "croute",
["left terminus"] = "Pinneberg",
["right terminus"] = "Stade",
["types"] = {
["Niederelbebahn"] = {
["title"] = "",
["left terminus"] = "Stade",
["right terminus"] = "Pinneberg",
},
},
},
["S31"] = {
["color"] = "662d91",
["text color"] = "ffffff",
["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