Jump to content

Module:Adjacent stations/CTrain

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Blaixx (talk | contribs) at 15:17, 6 July 2019 (Update shades of blue and green). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local cal = "%1 station (Calgary)"
local sw = "[[%1 Southwest station|%1 SW]]"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[CTrain]]",
	["system icon"] = "",
	["name format"] = "font-size: 170%; font-family:Helvetica, sans; font-weight: bolder; line-height: 120%; color: #FFFFFF; background-color: #333366;",
	["header background color"] = "EEEEEE",
	["header text color"] = "000000",
	["station format"] = {
		"%1 station",
		["1 Street"] = sw,
		["3 Street"] = sw,
		["4 Street"] = sw,
		["6 Street"] = sw,
		["7 Street"] = sw,
		["8 Street"] = sw,
		["10 Street"] = sw,
		["39 Avenue"] = cal,
		["45 Street"] = sw,
		["69 Street"] = sw,
		["Anderson"] = cal,
		["Brentwood"] = cal,
		["Centre Street"] = cal,
		["City Hall"] = cal,
		["Dalhousie"] = cal,
		["Franklin"] = cal,
		["Heritage"] = cal,
		["Jubilee"] = cal,
		["Southland"] = cal,
		["Sunnyside"] = cal,
		["University"] = cal,
		["Westbrook"] = cal,
		["Zoo"] = cal
	},
	["lines"] = {
		["_default"] = {
			["color"] = "333366",
		},
		["Red"] = {
			["title"] = "[[Red Line (Calgary)|Red Line]]",
			["color"] = "ed1c24",
			["left terminus"] = "Tuscany",
			["right terminus"] = "Somerset–Bridlewood",
		},
		["Blue"] = {
			["title"] = "[[Blue Line (Calgary)|Blue Line]]",
			["color"] = "3871c1",
			["left terminus"] = "69 Street",
			["right terminus"] = "Saddletowne",
		},
		["Green"] = {
			["title"] = "[[Green Line (Calgary)|Green Line]]",
			["color"] = "509e2f",
		},
	},
	["aliases"] = {
		["201"] = "Red",
		["202"] = "Blue",
		["203"] = "Green",
	}
}

return p