Module:Adjacent stations/Brightline
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Brightline. For Tri-Rail, use Module:Adjacent stations/SFRTA.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Brightline | Brightline or bl or virgin trains usa |
FFDB00 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | West or xpresswest |
FFDB00 |
|
local bl = "%1 station (Brightline)"
local xpw = "%1 station (XpressWest)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Brightline]]",
["system icon"] = "[[File:Brightline Small Logo.png|link=Brightline]]",
["system color"] = "FFDB00",
["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color: #000000; background-color: #FFDB00; padding: 0.4em 4px;",
["header background color"] = "FFDB00",
["station format"] = {
"%1 station",
["Boca Raton"] = bl,
["Fort Lauderdale"] = bl,
["Las Vegas"] = xpw,
["Miami"] = "Virgin MiamiCentral",
["Orlando"] = "Orlando International Airport Intermodal Terminal",
["Victor Valley"] = xpw,
["West Palm Beach"] = bl,
["Virgin MiamiCentral"] = "Virgin MiamiCentral",
},
["lines"] = {
["Brightline"] = {
["title"] = "''[[Brightline]]''",
["color"] = "FFDB00",
["left terminus"] = "Virgin MiamiCentral",
["right terminus"] = "West Palm Beach",
},
["XpressWest"] = {
["title"] = "''[[XpressWest]]''",
["color"] = "97373f",
["left terminus"] = "Victor Valley",
["right"] = "Las Vegas",
},
},
["aliases"] = {
["bl"] = "Brightline",
["virgin trains usa"] = "Brightline",
},
}
return p