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
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Brightline | Brightline or bl or virgin trains usa |
FFDC00 |
| |
Brightline West | West or xpresswest |
5EB846 |
|
local bl = "%1 station (Brightline)"
local blw = "%1 station (Brightline West)"
local xpw = "%1 station (XpressWest)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Brightline]]",
["system icon"] = "[[File:Brightline Small Logo.png|link=Brightline]]",
["system color"] = "FFDC00",
["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"] = "FFDC00",
["station format"] = {
"%1 station",
["Boca Raton"] = bl,
["Fort Lauderdale"] = bl,
["Hesperia"] = "Hesperia, California#Transportation",
["Jacksonville"] = "Jacksonville Regional Transportation Center at LaVilla",
["Las Vegas"] = blw,
["Los Angeles"] = "Union Station (Los Angeles)",
["Miami"] = "MiamiCentral",
["MiamiCentral"] = "MiamiCentral",
["Orlando"] = "Orlando International Airport Intermodal Terminal",
["Orlando Int'l Airport"] = "Orlando International Airport Intermodal Terminal",
["Orlando International Airport"] = "Orlando International Airport Intermodal Terminal",
["Palmdale"] = "Palmdale Transportation Center",
["Stuart"] = bl,
["West Palm Beach"] = bl,
["Virgin MiamiCentral"] = "MiamiCentral",
},
["lines"] = {
["Brightline"] = {
["title"] = "''[[Brightline]]''",
["color"] = "FFDC00",
["left terminus"] = "Orlando",
["right terminus"] = "MiamiCentral",
},
["West"] = {
["title"] = "''[[Brightline West]]''",
["color"] = "5EB846",
["left terminus"] = "Las Vegas",
["right terminus"] = "Rancho Cucamonga",
["types"] = {
["High Desert Corridor"] = {
["title"] = "[[High Desert Corridor]]",
["left terminus"] = "Las Vegas",
["right terminus"] = "Palmdale",
},
},
},
},
["aliases"] = {
["bl"] = "Brightline",
["virgin trains usa"] = "Brightline",
["xpresswest"] = "West",
},
}
return p