Module:Adjacent stations/Elizabeth Line

From Wikipedia, the free encyclopedia

local x = "%1 station"

local p = {
	["system title"] = "[[Elizabeth line]]",
	["system icon"] = "[[File:Elizabeth line roundel (no text).svg|15px|link=Elizabeth line]]",
	["station format"] = {
		"%1 railway station",
		["Bond Street"] = x,
		["Custom House"] = x,
		["Farringdon"] = x,
		["Heathrow"] = "[[Heathrow Airport]] [[Heathrow Terminal 4 railway station|Terminal 4]] or [[Heathrow Terminal 5 station|Terminal 5]]", --Pseudo station for use as terminus
		["Heathrow Terminal 5"] = x,
		["Liverpool Street"] = x,
		["Paddington"] = "London Paddington station",
		["Stratford"] = x,
		["Tottenham Court Road"] = x,
		["Whitechapel"] = x,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "000000"
		},
		["Elizabeth"] = {
			["title"] = " [[Elizabeth line]]",
			["color"] = "9364cc",
			["left terminus"] = {"Reading", "Heathrow"},
			["right terminus"] = {"Abbey Wood", "Shenfield"},
			["types"] = {
				["Reading"] = {
					["title"] = "",
					["left terminus"] = "Reading",
					["right terminus"] = "Abbey Wood"
				},
				["Heathrow"] = {
					["title"] = "",
					["left terminus"] = "Heathrow",
					["right terminus"] = "Abbey Wood"
				},
				["Abbey Wood"] = {
					["title"] = "",
					["left terminus"] = "Paddington",
					["right terminus"] = "Abbey Wood"
				},
				["Shenfield"] = {
					["title"] = "",
					["left terminus"] = "Paddington",
					["right terminus"] = "Shenfield"
				}
			}
		},
	},
	["aliases"] = {
		["elizabeth"] = "Elizabeth"
	}
}

return p