Jump to content

Module:Adjacent stations/CT Transit

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 23:38, 23 June 2022 (Created page with 'local ct = "%1 station (Connecticut)" local p = { ["lang"] = "en-US", ["system title"] = "CT Transit", ["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;", ["station format"] = { "%1 station", ["Elmwood"] = ct, ["Flatbush Avenue"] = ct, ["Parkville"] = ct, ["Union Station"] =...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local ct = "%1 station (Connecticut)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[CT Transit]]",
	["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;",
	["station format"] = {
		"%1 station",
		["Elmwood"] = ct,
		["Flatbush Avenue"] = ct,
		["Parkville"] = ct,
		["Union Station"] = "Hartford Union Station",
	},
	["lines"] = {
		["CTfastrak"] = {
			["title"] = "[[CTfastrak]]",
			["color"] = "98c932",
			["icon"] = "[[File:CTfastrak symbol.svg|18px|link=CTfastrak|alt=]]",
			["left terminus"] = "Downtown New Britain",
			["right terminus"] = "Hartford",
		},
	},
}

return p