Difference between revisions of "Module:Adjacent stations/ConnDOT/sandbox"

From blackwiki
Jump to navigation Jump to search
blackwiki>Ythlev
(Created page with 'local ct = "%1 station (Connecticut)" local p = { ["lang"] = "en-US", ["system title"] = "ConnDOT", ["system ico...')
 
blackwiki>Daybeers
(added aliases)
Line 38: Line 38:
 
["Milford"] = ct,
 
["Milford"] = ct,
 
["Mystic"] = ct,
 
["Mystic"] = ct,
 +
["Newington"] = "Newington Junction",
 
["New Haven"] = "[[Union Station (New Haven)|New Haven Union Station]]",
 
["New Haven"] = "[[Union Station (New Haven)|New Haven Union Station]]",
 
["New London"] = "New London Union Station",
 
["New London"] = "New London Union Station",
Line 43: Line 44:
 
["Springfield"] = "Springfield Union Station (Massachusetts)",
 
["Springfield"] = "Springfield Union Station (Massachusetts)",
 
["Stamford"] = "Stamford Transportation Center",
 
["Stamford"] = "Stamford Transportation Center",
 +
["State Street"] = "New Haven State Street",
 
["Stratford"] = ct,
 
["Stratford"] = ct,
 +
["Union Station"] = "Hartford Union Station",
 
["Wallingford"] = ct,
 
["Wallingford"] = ct,
 
["Westbrook"] = ct,
 
["Westbrook"] = ct,
 +
["West Hartford"] = [[Flatbush Avenue station (Connecticut)|Flatbush Avenue]],
 
["Windsor"] = ct,
 
["Windsor"] = ct,
 
},
 
},

Revision as of 05:15, 17 April 2019

Documentation for this module may be created at Module:Adjacent stations/ConnDOT/sandbox/doc

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;",
	},
	["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",
		["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",
		["Stratford"] = ct,
		["Union Station"] = "Hartford Union Station",
		["Wallingford"] = ct,
		["Westbrook"] = ct,
		["West Hartford"] = [[Flatbush Avenue station (Connecticut)|Flatbush Avenue]],
		["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"] = "New London",
		},

	},
}

return p