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: a25ba664acc8addf

Jump to content

Module:Adjacent stations/BC Rail

From Wikipedia, the free encyclopedia

local bc = "%1 station (British Columbia)"
local bcr = "%1 station (BC Rail)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[BC Rail]]",
	["system icon"] = "[[File:BC Rail logo.svg|23px|link=BC Rail]]",
	["header background color"] = "4B4F54",
	["header text color"] = "FFCC00",
	["system color"] = "384C81",
	["station format"] = {
		"%1 station",	
		["Alexandria"] = bc,
		["Curries"] = bc,
		["D'Arcy"] = "D'Arcy, British Columbia#Facilities",
		["Lillooet"] = "Lillooet#Railway",
		["Seton Portage"] = "Seton Portage#Access",
		["Shalalth"] = "Shalalth#Railway shuttle",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "384C81",	
		},
		["Main line"] = {
			["title"] = "Main line",
			["left terminus"] = "North Vancouver",
			["right terminus"] = "Prince George",
		},
		["Cariboo Prospector"] = {
			["title"] = "''[[Cariboo Prospector]]''",
			["left terminus"] = "North Vancouver",
			["right terminus"] = {"Lillooet", "Prince George"},
			["types"] = {
				["Limited service"] = {
					["title"] = "(limited service)",
					["left terminus"] = "North Vancouver",
					["right terminus"] = "Prince George",
				},
			},
		},
	},
}

return p