Jump to content

Module:Adjacent stations/Manchester Metrolink

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Animal lover 666 (talk | contribs) at 00:31, 1 August 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Manchester Metrolink]]",
	["system icon"] = "[[File:Manchester_metrolink_logo.PNG|15px|link=Manchester Metrolink]]",
	["system color"] = "ffdb4e",
	["name format"] = "font-size: large; color:#231F20; background-color: #ffdb4e; padding: 2px;",
	["station format"] = {
		"%1 tram stop",
		["Altrincham"] = "Altrincham Interchange",
		["Manchester Airport"] = "Manchester Airport station#Manchester Metrolink",
		["Navigation Road"] = "Navigation Road station",
		["Victoria"] = "Manchester Victoria station#Victoria tram stop",
	},
	["lines"] = {
		["Altrincham – Bury"] = {
			["title"] = "Altrincham–Bury",
			["color"] = "23841f",
			["left terminus"] = "Altrincham",
			["right terminus"] = "Bury",
		},
		["Altrincham – Piccadilly"] = {
			["title"] = "Altrincham–Piccadilly",
			["color"] = "711279",
			["left terminus"] = "Altrincham",
			["right terminus"] = "Piccadilly",
		},
		["light blue"] = {
			["title"] = "Ashton-under-Lyne–Eccles via MediaCityUK",
			["color"] = "5fc9f3",
			["left terminus"] = "Ashton-under-Lyne",
			["right terminus"] = "Eccles",
		},
		["yellow"] = {
			["title"] = "Bury–Piccadilly",
			["color"] = "edb600",
			["left terminus"] = "Bury",
			["right terminus"] = "Piccadilly",
		},
		["pink"] = {
			["title"] = "East Didsbury–Rochdale",
			["color"] = "ef80b1",
			["left terminus"] = "East Didsbury",
			["right terminus"] = "Rochdale Town Centre",
		},
		["brown"] = {
			["title"] = "East Didsbury–Shaw and Crompton",
			["color"] = "857a66",
			["left terminus"] = "East Didsbury",
			["right terminus"] = "Shaw and Crompton",
		},
		["red"] = {
			["title"] = "The Trafford Centre–Cornbrook",
			["color"] = "e20006",
			["left terminus"] = "The Trafford Centre",
			["right terminus"] = "Cornbrook",
		},
		["dark blue"] = {
			["title"] = "Manchester Airport–Victoria",
			["color"] = "1769b4",
			["left terminus"] = "Manchester Airport",
			["right terminus"] = "Victoria",
		},
	},
	["aliases"] = {
		["green"] = "Altrincham – Bury",
		["purple"] = "Altrincham – Piccadilly",
		["lightblue"] = "light blue",
		["darkblue"] = "dark blue",
	}
}

return p