پودمان:Adjacent stations/Munich U-Bahn

از ویکی‌پدیا، دانشنامهٔ آزاد
توضیحات پودمان[ایجاد] [پاکسازی]
local p = {
	["system title"] = "[[Munich U-Bahn]]",
	["system icon"] = "[[File:U-Bahn.svg|16px|link=Munich U-Bahn]]",
	["name format"] = "font-size: 160%; font-family: sans-serif; font-weight: bolder; line-height: 110%; color: #000000; background-color: #FFFFFF;",
	["station format"] = {
		"%1 station",
		["Hauptbahnhof"] = "München Hauptbahnhof",
		["Universität"] = "Universität station (Munich U-Bahn)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Munich U-Bahn#%1|%1]]",
			["text color"] = "FFFFFF",
			["icon"] = "[[File:München %1.svg|x16px|link=Munich U-Bahn]]",
		},
		["U1"] = {
			["color"] = "52822f",
			["left terminus"] = "Olympia-Einkaufszentrum",
			["right terminus"] = "Mangfallplatz",
		},
		["U2"] = {
			["color"] = "c20831",
			["left terminus"] = "Munich-Feldmoching",
			["right terminus"] = "Messestadt Ost",
		},
		["U3"] = {
			["color"] = "ec6725",
			["left terminus"] = "Fürstenried West",
			["right terminus"] = "Munich-Moosach",
		},
		["U4"] = {
			["color"] = "00a984",
			["left terminus"] = "Westendstraße",
			["right terminus"] = "Arabellapark",
		},
		["U5"] = {
			["color"] = "bc7a00",
			["left terminus"] = "Laimer Platz",
			["right terminus"] = "Munich-Neuperlach Süd",
		},
		["U6"] = {
			["color"] = "0065ae",
			["left terminus"] = "Klinikum Großhadern",
			["right terminus"] = "Garching-Forschungszentrum",
		},
		["U7"] = {
			["color"] = "52822f",
			["background color"] = "c20831",
			["left terminus"] = "Olympia-Einkaufszentrum",
			["right terminus"] = "Neuperlach Zentrum",
		},
		["U8"] = {
			["color"] = "c20831",
			["background color"] = "ec6725",
			["left terminus"] = "Olympiazentrum",
			["right terminus"] = "Neuperlach Zentrum",
		},
	},
	["aliases"] = {
		["1"] = "U1",
		["2"] = "U2",
		["3"] = "U3",
		["4"] = "U4",
		["5"] = "U5",
		["6"] = "U6",
		["7"] = "U7",
		["8"] = "U8",	
	},
}

return p