Module:Adjacent stations/Berlin U-Bahn

This is an old revision of this page, as edited by Jonesey95 (talk | contribs) at 16:44, 10 May 2022 (Update station list from Template:BVG stations). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Berlin U-Bahn]]",
	["system icon"] = "[[File:U-Bahn.svg|20px|link=Berlin U-Bahn]]",
	["station format"] = {
		"%1 (Berlin U-Bahn)",

		["Alexanderplatz"] = "[[Berlin %1 railway station|%1]]",
		["Bundesplatz"] = "[[Berlin %1 railway station|%1]]",
		["Friedrichstraße"] = "[[Berlin %1 railway station|%1]]",
		["Heidelberger Platz"] = "[[Berlin %1 railway station|%1]]",
		["Hermannstraße"] = "[[Berlin %1 railway station|%1]]",
		["Innsbrucker Platz"] = "[[Berlin %1 railway station|%1]]",
		["Jannowitzbrücke"] = "[[Berlin %1 railway station|%1]]",
		["Jungfernheide"] = "[[Berlin %1 railway station|%1]]",
		["Karl-Bonhoeffer-Nervenklinik"] = "[[Berlin %1 railway station|%1]]",
		["Potsdamer Platz"] = "[[Berlin %1 railway station|%1]]",
		["Rathaus Steglitz"] = "[[Berlin %1 railway station|%1]]",
		["Schönhauser Allee"] = "[[Berlin %1 railway station|%1]]",
		["Westhafen"] = "[[Berlin %1 railway station|%1]]",
		["Wuhletal"] = "[[Berlin %1 railway station|%1]]",
		["Yorckstraße"] = "[[Berlin %1 railway station|%1]]",
		["Zoologischer Garten"] = "[[Berlin %1 railway station|%1]]",

		["Gesundbrunnen"] = "[[Berlin-%1 railway station|%1]]",
		["Lichtenberg"] = "[[Berlin-%1 railway station|%1]]",
		["Neukölln"] = "[[Berlin-%1 railway station|%1]]",
		["Pankow"] = "[[Berlin-%1 railway station|%1]]",
		["Tegel"] = "[[Berlin-%1 railway station|%1]]",
		["Tempelhof"] = "[[Berlin-%1 railway station|%1]]",
		["Wedding"] = "[[Berlin-%1 railway station|%1]]",
		["Wittenau"] = "[[Berlin-%1 railway station|%1]]",

		["Hauptbahnhof"] = "[[Berlin Hauptbahnhof|Hauptbahnhof]]",
		["Berlin Hauptbahnhof"] = "[[Berlin Hauptbahnhof|Hauptbahnhof]]",
		["Innsbrucker Platz"] = "[[%1]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 (Berlin U-Bahn)|%1]]"	
		},
		["U1"] = {
			["text color"] = "FFFFFF",
			["color"] = "53B147",
			["left terminus"] = "Uhlandstraße",
			["right terminus"] = "Warschauer Straße",
		},
		["U2"] = {
			["text color"] = "FFFFFF",
			["color"] = "F25821",
			["left terminus"] = "Ruhleben",
			["right terminus"] = "Berlin-Pankow",
		},
		["U3"] = {
			["text color"] = "FFFFFF",
			["color"] = "14A796",
			["left terminus"] = "Krumme Lanke",
			["right terminus"] = "Warschauer Straße",
		},
		["U4"] = {
			["text color"] = "000000",
			["color"] = "FFD403",
			["left terminus"] = "Berlin Innsbrucker Platz",
			["right terminus"] = "Nollendorfplatz",
		},
		["U5"] = {
			["text color"] = "FFFFFF",
			["color"] = "825A42",
			["left terminus"] = "Hauptbahnhof",
			["right terminus"] = "Hönow",
		},
		["U6"] = {
			["text color"] = "FFFFFF",
			["color"] = "8171AC",
			["left terminus"] = "Alt-Tegel",
			["right terminus"] = "Alt-Mariendorf",
		},
		["U7"] = {
			["text color"] = "FFFFFF",
			["color"] = "069DD3",
			["left terminus"] = "Rathaus Spandau",
			["right terminus"] = "Rudow",
		},
		["U8"] = {
			["text color"] = "FFFFFF",
			["color"] = "00619F",
			["left terminus"] = "Berlin-Wittenau",
			["right terminus"] = "Berlin Hermannstraße",
		},
		["U9"] = {
			["text color"] = "FFFFFF",
			["color"] = "EB851C",
			["left terminus"] = "Berlin Rathaus Steglitz",
			["right terminus"] = "Osloer Straße",
		},
		-- former lines
		["U55"] = {
			["text color"] = "FFFFFF",
			["color"] = "825A42",
			["left terminus"] = "Hauptbahnhof",
			["right terminus"] = "Berlin Brandenburger Tor",
		},
	},
	["aliases"] = {
		["1"] = "U1",
		["2"] = "U2",
		["3"] = "U3",
		["4"] = "U4",
		["5"] = "U5",
		["6"] = "U6",
		["7"] = "U7",
		["8"] = "U8",
		["9"] = "U9",
		["55"] = "U55",
	},
}

return p