Jump to content

Module:Adjacent stations/Copenhagen Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by REEDriler (talk | contribs) at 12:14, 16 May 2022 (intial page based on template:CML color , Network map). 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 p = {
	["system title"] = "[[Copenhagen Metro]]",
	["system icon"] = "",
	["name format"] = "font-size:150%; font-family:sans; font-weight:bolder; line-height:100%; color:#FFFFFF;",
	["station format"] = {
		"%1 Station",
		
		["counter-clockwise"] = "counter-clockwise direction",
		["clockwise"] = "clockwise direction",

	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 (Copenhagen)|%1]]",
			["color"] = "9B0A17",
		},
		["M1"] = {
			["color"] = "007F60",
			["left terminus"] = "Vanløse",
			["right terminus"] = "Business Park Sofia",
		},
		["M2"] = {
			["color"] = "FEC20F",
			["left terminus"] = "Vanløse",
			["right terminus"] = "Vestamager",
		},
		["M3"] = {
			["color"] = "F8001F",
			["circular"] = true,
			["left terminus"] = "counter-clockwise",
			["right terminus"] = "clockwise",
		},
		["M4"] = {
			["color"] = "00A0BE",
			["left terminus"] = "Copenhagen Central",
			["right terminus"] = "Orientkaj",
		},
	},
	["aliases"] = {
		["m1"] = "M1",
		["m2"] = "M2",
		["m3"] = "M3",
		["m4"] = "M4",
	}
}

return p