Module:Adjacent stations/CT Transit

From Wikipedia, the free encyclopedia

local ct = "%1 station (Connecticut)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[CT Transit]]",
	["system icon"] = "",
	["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"] = "[[CTfastrak]]",
			["color"] = "98c932",
			["icon"] = "[[File:CTfastrak symbol.svg|18px|link=CTfastrak|alt=]]",
			["left terminus"] = "Downtown New Britain",
			["right terminus"] = "Hartford",
		},
	},
}

return p