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 14:22, 6 July 2019 (Initial creation for Calgary LRT system). 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 cal = "%1 station (Calgary)"

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",
		["39 Avenue"] = cal,
		["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"] = "026894",
			["left terminus"] = "69 St",
			["right terminus"] = "Saddletowne",
		},
		["Green"] = {
			["title"] = "[[Green Line (Calgary)|Green Line]]",
			["color"] = "948a4c",
		},
	},
	["aliases"] = {
		["1 St"] = "1 Street Southwest",
		["3 St"] = "3 Street Southwest",
		["4 St"] = "4 Street Southwest",
		["6 St"] = "6 Street Southwest",
		["7 St"] = "7 Street Southwest",
		["8 St"] = "8 Street Southwest",
		["10 St"] = "10 Street Southwest",
		["39 Ave"] = "39 Avenue",
		["45 St"] = "45 Street Southwest",
		["69 St"] = "69 Street Southwest",
	}
}

return p