Module:Adjacent stations/CTrail
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by CTrail.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Hartford Line | Hartford Line |
ed0a28 |
| |
Shore Line East | Shore Line East |
ed0a28 |
|
local ct = "%1 station (Connecticut)"
local p = {
["lang"] = "en-US",
["system title"] = "[[CT Rail]]",
["system icon"] = "[[File:Hartford Line logo.svg|18px|link=CT Rail|alt=]]",
["name format"] = {
"background-color: white; text-align: left; border-bottom: 10px solid #E31937; font-size: 200%; font-family: Arial, sans; font-weight: bolder; line-height: 110%;",
["Union Station Hartford"] = "background-color: white; text-align: center; border-bottom: 5px solid #E31937; font-size: 200%; font-family: Arial, sans; font-weight: bolder; line-height: 110%;",
},
["station format"] = {
"%1 station",
["Berlin"] = ct,
["Bridgeport"] = ct,
["Clinton"] = ct,
["Enfield"] = ct,
["Flatbush Avenue"] = ct,
["Hartford"] = "Hartford Union Station",
["Madison"] = ct,
["Meriden"] = "Meriden Transit Center",
["Milford"] = ct,
["Mystic"] = ct,
["Newington"] = "[[Newington Junction station|Newington]]",
["New Haven"] = "[[Union Station (New Haven)|New Haven Union Station]]",
["New London"] = "New London Union Station",
["Parkville"] = ct,
["Springfield"] = "Springfield Union Station (Massachusetts)",
["Stamford"] = "Stamford Transportation Center",
["State Street"] = "[[New Haven State Street station|New Haven State Street]]",
["Stratford"] = ct,
["Union Station"] = "Hartford Union Station",
["Wallingford"] = ct,
["Westbrook"] = ct,
["West Hartford"] = "[[Flatbush Avenue station (Connecticut)|West Hartford]]",
["Windsor"] = ct,
},
["lines"] = {
["Hartford Line"] = {
["title"] = "[[Hartford Line]]",
["color"] = "ed0a28",
["text color"] = "FFFFFF",
["left terminus"] = "New Haven",
["right terminus"] = "Springfield",
},
["Shore Line East"] = {
["title"] = "[[Shore Line East]]",
["color"] = "ed0a28",
["text color"] = "FFFFFF",
["left terminus"] = "New Haven",
["right terminus"] = "New London",
},
},
}
return p