Module:Adjacent stations/SFRTA

local bl = "%1 station (Brightline)"

local tri = "%1 station (Tri-Rail)"

local stn = "%1 station"

local p = {

["lang"] = "en-US",

["system title"] = "Tri-Rail",

["system icon"] = "File:Tri-Rail.svg",

["name format"] = "font-size: 150%; font-family:Gill Sans, Arial, sans; font-weight: bolder; line-height: 100%; color: FF9900;",

["header background color"] = "006587",

["header text color"] = "FFFFFF",

["station format"] = {

stn,

["Boca Raton"] = tri,

["13th Street"] = tri,

["38th Street"] = tri,

["45th Street"] = tri,

["Atlantic Avenue"] = tri,

["Downtown Miami"] = "MiamiCentral",

["MiamiCentral"] = "MiamiCentral",

["Miami Airport"] = "Miami Intermodal Terminal",

["Fort Lauderdale"] = {

stn,

["Green"] = bl,

["Red"] = bl,

},

["Hollywood"] = "Hollywood station (Florida)",

["Lake Avenue"] = tri,

["Lake Worth"] = "Lake Worth Beach station",

["Metrorail Transfer"] = "Tri-Rail and Metrorail Transfer station",

["Miami Airport"] = "Miami Intermodal Center",

["Park Avenue"] = tri,

["West Palm Beach"] = {

stn,

["Green"] = bl,

},

},

["lines"] = {

["Green"] = {

["title"] = "Green Line",

["note-mid"] = "(proposed)",

["color"] = "31B404",

["left terminus"] = "Fort Lauderdale",

["right terminus"] = "Toney Penna",

},

["Red"] = {

["title"] = "Red Line",

["note-mid"] = "(proposed)",

["color"] = "D2232A",

["left terminus"] = "Downtown Miami",

["right terminus"] = "Mangonia Park",

},

["Downtown"] = {

["title"] = "Downtown Miami Link",

["color"] = "9ccc6b",

["left terminus"] = "MiamiCentral",

["right terminus"] = "Metrorail Transfer",

},

["Express"] = {

["title"] = "West Palm Beach – Downtown Miami Express",

["color"] = "edc02d",

["left terminus"] = "MiamiCentral",

["right terminus"] = "West Palm Beach",

},

["Main"] = {

["title"] = "Miami Airport – Mangonia Park",

["color"] = "3a99d9",

["left terminus"] = "Miami Airport",

["right terminus"] = "Mangonia Park",

},

},

["aliases"] = {

["tri"] = "Main",

["link"] = "Downtown",

},

}

return p