Jump to content

Module:Adjacent stations/TransLink (BC)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 17:49, 14 December 2021 (started for TransLink (BC) will probably need some tweaking). 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 skytrain = "[[%1 station (SkyTrain)|%1]]"
local p = {
	["system title"] = "[[TransLink (British Columbia)|Translink]]",
	["system color"] = "1266a4",
	["system icon"] = "",
	["name format"] = "font-size: 180%; font-family:Arial, sans; font-weight: bolder; line-height: 150%; color: #FFFFFF; background-color:#1266a4;",
	["header background color"] = "EEEEEE",
	["header text color"] = "000000",
	["station format"] = {
		["Aberdeen"] = skytrain,
		["Bridgeport"] = skytrain,
		["Columbia"] = skytrain,
		["Edmonds"] = skytrain,
		["Gateway"] = skytrain,
		["Gilmore"] = skytrain,
		["Granville"] = skytrain,
		["Lansdowne"] = skytrain,
		["Lincoln"] = skytrain,
		["Mount Pleasant"] = skytrain,
		["Patterson"] = skytrain,
		["Royal Oak"] = skytrain,
		["22nd Street"] = skytrain,
		["Coquitlam"] = "[[Coquitlam Central station|Coquitlam Central]]",
		["Lonsdale"] = "[[Lonsdale Quay]]",
		["Lonsdale Quay"] = "[[Lonsdale Quay]]",
		["Waterfront via Columbia"] = "[[Waterfront station (Vancouver)|Waterfront]] via [[Columbia station (SkyTrain)|Columbia]]",
		["Waterfront"] = "[[Waterfront station (Vancouver)|Waterfront]]",
		"%1 station"
		},
	["lines"] = {
		["Canada"] = {
			["title"] = "[[Canada Line]]",
			["color"] = "009aC8",
			["left terminus"] = "Waterfront",
			["right terminus"] = {"Richmond–Brighouse", "YVR–Airport"},
		},
		["Evergreen"] = {
			["title"] = "[[Evergreen Line]]",
			["color"] = "17aa75",
			["left terminus"] = "VCC–Clark",
			["right terminus"] = "Lafarge Lake–Douglas",
		},
		["Expo"] = {
			["title"] = "[[Expo Line (SkyTrain)|Expo Line]]",
			["color"] = "0060a9",
			["left terminus"] = "Waterfront",
			["right terminus"] = {"King George", "Production Way–University"},
		},
		["Millenium"] = {
			["title"] = "[[Millennium Line]]",
			["color"] = "ffd520",
			["left terminus"] = "VCC–Clark",
			["right terminus"] = "Lafarge Lake–Douglas",
		},
		["Millennium Line extension"] = {
			["title"] = "[[Millennium Line Broadway extension]]<br /><span style=\"font-size:85%;white-space:nowrap;\">(opens 2025)</span>",
			["color"] = "f0e68c",
			["left terminus"] = "Arbutus",
			["right terminus"] = "Lafarge Lake–Douglas",
		},
		["SeaBus"] = {
			["title"] = "[[SeaBus Line]]",
			["color"] = "87746a",
			["left terminus"] = "Waterfront",
			["right terminus"] = "Lonsdale Quay",
		},
		["West Coast Express"] = {
			["title"] = "[[West Coast Express]]",
			["color"] = "77278b",
			["left terminus"] = "Waterfront",
			["right terminus"] = "Mission City",
		},
	},

}

return p