Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a25d3d466ad32308

Jump to content

Module:Adjacent stations/Elizabeth Line/sandbox

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]]",
	["header background color"] = "e8eaf6",
    ["header text color"] = "000000",
	["name format"] = "font-size: 170%; font-family: sans-serif; font-weight: bolder; line-height: 100%; color: #0019A8; background-color: #ffffff; border-top: 10px solid #9364cc; padding:0.4em 4px;",
		["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