Module:Adjacent stations/SFRTA
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Tri-Rail. For Brightline, use Module:Adjacent stations/Brightline.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main |
1E90FF |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Express |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Downtown |
|
|
Proposed lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Green Line | Green |
31B404 |
| |
Downtown Miami Link | Red |
FF0000 |
|
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