Jump to content

Module:Adjacent stations/CT Transit

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by 2018rebel (talk | contribs) at 18:43, 29 September 2024 (Added logo and updated link to CT Fastrak.). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local ct = "%1 station (Connecticut)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[CT Transit]]",
	["system icon"] = "[[File:CTtransit logo.png|18px|link=CT Transit|alt=]]",
	["name format"] = "background-color: white; text-align: left; border-top: 10px solid #98c932; font-size: 200%; font-family:Arial, sans; font-weight: bolder; line-height: 110%; color: black;",
	["station format"] = {
		"%1 station",
		["Elmwood"] = ct,
		["Flatbush Avenue"] = ct,
		["Hartford"] = "Hartford Union Station",
		["Parkville"] = ct,
	},
	["lines"] = {
		["CTfastrak"] = {
			["title"] = "[[CT Fastrak]]",
			["color"] = "98c932",
			["icon"] = "[[File:CTfastrak symbol.svg|18px|link=CTfastrak|alt=]]",
			["left terminus"] = "Downtown New Britain",
			["right terminus"] = "Hartford",
		},
	},
}

return p