Module:Adjacent stations/CT Transit
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by CT Transit.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
CT Fastrak | CTfastrak |
98c932 |
|
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