Module:Adjacent stations/Berlin U-Bahn

MyWikiBiz, Author Your Legacy — Thursday May 02, 2024
Jump to navigationJump to search
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",
		},
		-- 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