Jump to content

Module:Adjacent stations/Elizabeth Line

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Animal lover 666 (talk | contribs) at 17:17, 27 June 2022 (Created page with 'local x = "%1 station" local p = { ["system title"] = "Elizabeth Line", ["system icon"] = "15px|link=Elizabeth line", ["station format"] = { "%1 railway station", ["Bond Street"] = x, ["Heathrow"]="Heathrow Airport Terminal 4 or Terminal 5", --Psudo station for use as terminus ["Heathrow Terminal 5"]=x, ["Liverpool Stre...'). 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 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,
		["Heathrow"]="[[Heathrow Airport]] [[Heathrow Terminal 4 railway station|Terminal 4]] or [[Heathrow Terminal 5 station|Terminal 5]]", --Psudo 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"] = {
		["Elizabeth"] = {
			["title"] = " [[Elizabeth line]]",
			["color"] = "9364cc",
			["left terminus"] = {"Reading", "Heathrow"},
			["right terminus"] = {"Abbey Wood","Shenfield"},
			["types"] = {
				["Reading"] = {
					["title"] = "",
					["left terminus"] = "Reading",
					["right terminus"] = "Paddington"
				},
				["Heathrow"] = {
					["title"] = "",
					["left terminus"] = "Heathrow",
					["right terminus"] = "Paddington"
				},
				["Abbey Wood"] = {
					["title"] = "",
					["left terminus"] = "Paddington",
					["right terminus"] = "Abbey Wood"
				},
				["Shenfield"] = {
					["title"] = "",
					["left terminus"] = "Liverpool Street",
					["right terminus"] = "Shenfield"
				}
			}
		},
	},
}

return p