Module:Adjacent stations/SFRTA

This is an old revision of this page, as edited by Jadebenn (talk | contribs) at 17:53, 5 April 2019 (Changed color of "red" line (downtown link) to improve readability now that all the former Brightline pages are using red to denote their service). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local vtusa = "%1 station (Virgin Trains USA)"
local tri = "%1 station (Tri-Rail)"
local stn = "%1 station"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[South Florida Regional Transportation Authority|SFRTA]]",
	["system icon"] = "[[File:Tri-Rail logo.svg|44px|link=Tri-Rail]]",
	["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color: FF9900;",
	["header background color"] = "1E90FF",
	["header text color"] = "FFFFFF",
	["station format"] = {
		stn,
		["13th Street"] = tri,
		["38th Street"] = tri,
		["45th Street"] = tri,
		["Atlantic Avenue"] = tri,
		["Downtown Miami"] = "Virgin MiamiCentral",
		["Fort Lauderdale"] = {
			stn,
			["Green"] = vtusa,
		},
		["Hollywood"] = "Hollywood station (Florida)",
		["Lake Avenue"] = tri,
		["Metrorail Transfer"] = "Tri-Rail and Metrorail Transfer station",
		["Miami Airport"] = "Miami Intermodal Center",
		["Park Avenue"] = tri,
		["West Palm Beach"] = {
			stn,
			["Green"] = vtusa,
		},
	},
	["lines"] = {
		["Green"] = {
			["title"] = "[[Tri-Rail|Green Line]]",
			["color"] = "31B404",
			["left terminus"] = "Broward Boulevard",
			["right terminus"] = "Toney Penna",
		},
		["Red"] = {
			["title"] = "[[Tri-Rail|Downtown Miami Link]]",
			["note-mid"] = "([[2019 in rail transport|2019]])",
			["color"] = "1E90FF",
			["left terminus"] = "Downtown Miami",
			["right terminus"] = "Mangonia Park",
		},
		["Main"] = {
			["title"] = "[[Tri-Rail|Main Line]]",
			["color"] = "1E90FF",
			["left terminus"] = "Miami Airport",
			["right terminus"] = "Mangonia Park",
		},
	},
	["aliases"] = {
		["tri"] = "Main",	
	},
}

return p