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 |
006587 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Express |
|
| |
Downtown Miami Link | Downtown |
006587 |
|
Proposed lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Green |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Red |
|
|
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"] = "",
["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color: FF9900;",
["header background color"] = "006587",
["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,
["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,
},
["lines"] = {
["Downtown"] = {
["title"] = "[[Tri-Rail|Downtown Miami Link]]",
["note-mid"] = "(TBD)",
["color"] = "006587",
["left terminus"] = "Downtown Miami",
["right terminus"] = "Mangonia Park",
},
["Main"] = {
["title"] = "[[File:Tri-Rail logo.svg|50px|link=Tri-Rail]]",
["color"] = "006587",
["left terminus"] = "Miami Airport",
["right terminus"] = "Mangonia Park",
},
},
["aliases"] = {
["tri"] = "Main",
},
}
return p