Jump to content

Module:Adjacent stations/Berlin U-Bahn

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 16:04, 6 June 2021 (save). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local berlin = "%1 station (Berlin U-Bahn)"

local p = {
	["system title"] = "[[Berlin U-Bahn]]",
	["system icon"] = "[[File:U-Bahn.svg|20px|link=Berlin U-Bahn]]",
	["station format"] = {
		"%1 station",
		["Hauptbahnhof"] = "Berlin Hauptbahnhof",
		["Hohenzollernplatz"] = berlin,
		["Uhlandstraße"] = berlin,
	},
	["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",
		},
	},
	["aliases"] = {
		["1"] = "U1",
		["2"] = "U2",
		["3"] = "U3",
		["4"] = "U4",
		["5"] = "U5",
		["6"] = "U6",
		["7"] = "U7",
		["8"] = "U8",
		["9"] = "U9",
	},
}

return p