Jump to content

Module:Adjacent stations/SFRTA

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:39, 17 March 2019 (Created page with 'local brightline = "%1 station (Brightline)" local tri = "%1 station (Tri-Rail)" local stn = "%1 station" local p = { ["lang"] = "en-us", ["system title"] = "...'). 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 brightline = "%1 station (Brightline)"
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"] = "MiamiCentral",
		["Fort Lauderdale"] = {
			stn,
			["Green"] = brightline,
		},
		["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"] = brightline,
		},
	},
	["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"] = "FF0000",
			["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