Module:Adjacent stations/Berlin U-Bahn

< Module:Adjacent stations
Revision as of 15:07, 17 November 2022 by imported>REEDriler (update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local s = "Berlin %1 station"
local hs = "Berlin-%1 station"

local p = {
	["system title"] = "[[Berlin U-Bahn]]",
	["system icon"] = " ",
	["station format"] = {
		"%1 (Berlin U-Bahn)",

		["Alexanderplatz"] = s,
		["Brandenburger Tor"] = s,
		["Bundesplatz"] = s,
		["Friedrichstraße"] = s,
		["Gesundbrunnen"] = s,
		["Heidelberger Platz"] = s,
		["Hermannstraße"] = s,
		["Innsbrucker Platz"] = s,
		["Jannowitzbrücke"] = s,
		["Jungfernheide"] = s,
		["Karl-Bonhoeffer-Nervenklinik"] = s,
		["Potsdamer Platz"] = s,
		["Rathaus Steglitz"] = s,
		["Schönhauser Allee"] = s,
		["Westhafen"] = s,
		["Wuhletal"] = s,
		["Yorckstraße"] = s,
		["Zoologischer Garten"] = s,

		["Lichtenberg"] = hs,
		["Pankow"] = hs,
		["Tempelhof"] = hs,
		["Wedding"] = hs,
		["Wittenau"] = hs,

		["Berlin Hauptbahnhof"] = "[[%1|Berlin Hbf]]",
		["Eisenacher Straße"] = "%1",
		["Hauptbahnhof"] = "[[Berlin Hauptbahnhof|Berlin Hbf]]"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[File:Berlin %1.svg|x14px|link=%1 (Berlin U-Bahn)]]"	
		},
		["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"] = "Pankow",
		},
		["U3"] = {
			["text color"] = "FFFFFF",
			["color"] = "14A796",
			["left terminus"] = "Krumme Lanke",
			["right terminus"] = "Warschauer Straße",
		},
		["U4"] = {
			["text color"] = "000000",
			["color"] = "FFD403",
			["left terminus"] = "Innsbrucker Platz",
			["right terminus"] = "Nollendorfplatz",
		},
		["U5"] = {
			["text color"] = "FFFFFF",
			["color"] = "825A42",
			["left terminus"] = "Berlin 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"] = "Wittenau",
			["right terminus"] = "Hermannstraße",
		},
		["U9"] = {
			["text color"] = "FFFFFF",
			["color"] = "EB851C",
			["left terminus"] = "Rathaus Steglitz",
			["right terminus"] = "Osloer Straße",
		},
		-- former lines
		["U55"] = {
			["text color"] = "FFFFFF",
			["color"] = "825A42",
			["left terminus"] = "Berlin Hauptbahnhof",
			["right terminus"] = "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