Module:Adjacent stations/Hamburg U-Bahn

From Wikipedia, the free encyclopedia

local hh = "%1 station (Hamburg U-Bahn)"

local p = {
	["system title"] = "[[Hamburg U-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Berne"] = hh,
		["Hauptbahnhof Nord"] = "Hamburg Hauptbahnhof",
		["Hauptbahnhof Süd"] = "Hamburg Hauptbahnhof",
		["Rathaus"] = hh,
		["Stephansplatz"] = hh,
		["Uhlandstraße"] = hh,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 (Hamburg U-Bahn)|%1]]",
			["icon"] = "[[File:Hamburg %1.svg|x15px|link=%1 (Hamburg U-Bahn)|%1]]"
		},
		["U1"] = {
			["text color"] = "FFFFFF",
			["color"] = "0072bc",
			["left terminus"] = "Norderstedt Mitte",
			["right terminus"] = {"Großhansdorf", "Ohlstedt"},
		},
		["U2"] = {
			["text color"] = "FFFFFF",
			["color"] = "ed1c24",
			["left terminus"] = "Niendorf Nord",
			["right terminus"] = "Mümmelmannsberg",
		},
		["U3"] = {
			["text color"] = "FFFFFF",
			["color"] = "ffde00",
			["left terminus"] = "Barmbek",
			["right terminus"] = "Wandsbek-Gartenstadt",
		},
		["U4"] = {
			["text color"] = "FFFFFF",
			["color"] = "00aaad",
			["left terminus"] = "Elbbrücken",
			["right terminus"] = "Billstedt",
		},
	},
	["aliases"] = {
		["1"] = "U1",
		["2"] = "U2",
		["3"] = "U3",
		["4"] = "U4",
	},
}

return p