Module:Adjacent stations/Hamburg S-Bahn

From Wikipedia, the free encyclopedia

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"] = "00962c",
			["text color"] = "ffffff",
			["left terminus"] = "Wedel",
			["right terminus"] = {"Poppenbüttel", "Hamburg Airport"},
			["icon"] = "[[File:Hamburg S1.svg|x15px|link=S1 (Hamburg S-Bahn)|S1]]",
		},
		["S2"] = {
			["color"] = "b41439",
			["left terminus"] = "Hamburg-Altona",
			["right terminus"] = "Aumühle",
			["icon"] = "[[File:Hamburg S2-2023.svg|x15px|link=S2 (Hamburg S-Bahn)|S2]]",
		},
		["S3"] = {
			["color"] = "54216e",
			["left terminus"] = "Pinneberg",
			["right terminus"] = "Hamburg-Neugraben",
			["icon"] = "[[File:Hamburg S3.svg|x15px|link=S3 (Hamburg S-Bahn)|S3]]",
			["types"] = {
				["Niederelbebahn"] = {
					["title"] = "",
					["left terminus"] = "Hamburg-Neugraben",
					["right terminus"] = "Pinneberg",					
				},
			},
		},
		["S5"] = {
			["color"] = "008abd",
			["text color"] = "ffffff",
			["left terminus"] = "Elbgaustraße",
			["right terminus"] = "Stade",
			["icon"] = "[[File:Hamburg S5.svg|x15px|link=S5 (Hamburg S-Bahn)|S5]]",
			["types"] = {
				["Niederelbebahn"] = {
					["title"] = "",
					["left terminus"] = "Stade",
					["right terminus"] = "Elbgaustraße",					
				},
			},
		},
	},
	["aliases"] = {
		["1"] = "S1",
		["2"] = "S2",
		["3"] = "S3",
		["5"] = "S5",
	},
}

return p