Module:Adjacent stations/Copenhagen Metro

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Copenhagen Metro]]",
	["system icon"] = "[[File:Copenhagen Metro Logo.svg|18px|link=Copenhagen Metro]]",
	["name format"] = "font-size: 180%; font-family: Segoe UI; font-weight: bold; letter-spacing: 1px; line-height: 100%; color: #FFF; background-color: #9B0A17; padding: 0.2em 4px;",
	["station format"] = {
		"%1 station",
		["Copenhagen Central"] = "Copenhagen Central Station",
	},
	["header background color"] = {
		"9B0A17",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[M%1 (Copenhagen Metro)|M%1]]",
			["color"] = "9B0A17",
			["icon"] = "[[File:M%1 icon.svg|18px|link=M%1 (Copenhagen Metro)]]",
		},
		["1"] = {
			["color"] = "007756",
			["left terminus"] = "Vanløse",
			["right terminus"] = "Vestamager",
		},
		["2"] = {
			["color"] = "FC0",
			["left terminus"] = "Vanløse",
			["right terminus"] = "Lufthavnen",
		},
		["3"] = {
			["title"] = "[[City Circle Line|M3]]",
			["color"] = "E40037",
			["icon"] = "[[File:M3 icon.svg|18px|link=City Circle Line]]",
			["circular"] = true,
			["left terminus"] = "clockwise",
			["right terminus"] = "counter-clockwise",
		},
		["4"] = {
			["color"] = "009CD3",
			["left terminus"] = "Copenhagen Central",
			["right terminus"] = "Orientkaj",
		}
	},
	["aliases"] = {
		["m1"] = "1",
		["m2"] = "2",
		["m3"] = "3",
		["m4"] = "4",
	}
}

return p