Module:Adjacent stations/CT Transit

local ct = "%1 station (Connecticut)"

local p = {

["lang"] = "en-US",

["system title"] = "CT Transit",

["system icon"] = "File:CTtransit logo.png",

["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",

["left terminus"] = "Downtown New Britain",

["right terminus"] = "Hartford",

},

},

}

return p