Jump to content

Module:Adjacent stations/CTrail

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Pokemonred200 (talk | contribs) at 01:57, 16 March 2021 (As of the current schedule, only one train does not extend to New London. Additionally, New London and Old Saybrook are only one station apart from each other.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local ct = "%1 station (Connecticut)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[CTrail]]",
	["system icon"] = "[[File:Hartford Line logo.png|18px|link=CTrail]]",
	["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%; color:#E31937;",
		["Hartford Line"] = "background-color: white; text-align: left; border-bottom: 10px solid #E31937; font-size: 200%; font-family:Arial, sans; font-weight: bolder; line-height: 110%; color:#E31937",
		["Shore Line East"] = "background-color: white; text-align: left; border-top: 10px solid #E31937; font-size: 200%; font-family:Arial, sans; font-weight: bolder; line-height: 110%; color:#E31937;",
	},
	["infobox station"] = {
		["_header"] = {
			["background-color"] = "white",
			["text-align"] = "left",
			["border-bottom"] = "10px solid #E31937",
			["font-size"] = "200%",
			["font-family"] = "Arial, sans",
			["font-weight"] = "bolder",
			["line-height"] = "110%",
			["color"] = "#E31937",
		},
	},
	["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",
			["left terminus"] = "New Haven",
			["right terminus"] = "Springfield",
		},
		["Shore Line East"] = {
			["title"] = "[[Shore Line East]]",
			["color"] = "ed0a28",
			["left terminus"] = {"Stamford"},
			["right terminus"] = {"New London"},
		},

	},
}

return p