Module:Adjacent stations/ConnDOT

MyWikiBiz, Author Your Legacy — Thursday March 28, 2024
< Module:Adjacent stations
Revision as of 18:23, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/ConnDOT)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
local ct = "%1 station (Connecticut)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Connecticut Department of Transportation|ConnDOT]]",
	["system icon"] = "",
	["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;",
		["CTfastrak"] = "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;",
		["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",
		},
		["CTfastrak"] = {
			["border-top"] = "10px solid #98C932",
			["color"] = "black",
		}
	},
	["station format"] = {
		"%1 station",
		["Berlin"] = ct,
		["Bridgeport"] = ct,
		["Clinton"] = ct,
		["Elmwood"] = 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"] = {
		["CTfastrak"] = {
			["title"] = "[[CTfastrak]]",
			["color"] = "98c932",
			["left terminus"] = "Downtown New Britain",
			["right terminus"] = "Hartford",
		},
		["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"] = {"Old Saybrook", "New London"},
		},

	},
}

return p