Module:Adjacent stations/Hamburg S-Bahn

MyWikiBiz, Author Your Legacy — Monday June 03, 2024
< Module:Adjacent stations
Revision as of 18:28, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Hamburg S-Bahn)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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",
			["left terminus"] = "Wedel",
			["right terminus"] = {"Poppenbüttel", "Hamburg Airport"},
		},
		["S11"] = {
			["color"] = "22b24c",
			["left terminus"] = "Blankenese",
			["right terminus"] = "Poppenbüttel",
		},
		["S2"] = {
			["color"] = "b72750",
			["left terminus"] = "Hamburg-Altona",
			["right terminus"] = "Bergedorf",
		},
		["S21"] = {
			["color"] = "b72750",
			["left terminus"] = "Elbgaustraße",
			["right terminus"] = "Aumühle",
		},
		["S3"] = {
			["color"] = "662d91",
			["left terminus"] = "Pinneberg",
			["right terminus"] = "Stade",
			["types"] = {
				["Niederelbebahn"] = {
					["title"] = "",
					["left terminus"] = "Stade",
					["right terminus"] = "Pinneberg",					
				},
			},
		},
		["S31"] = {
			["color"] = "662d91",
			["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