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
local vtusa = "%1 station (Virgin Trains USA)"
local xpw = "%1 station (XpressWest)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Virgin Trains USA]]",
["system icon"] = "[[File:Virgin-logo.svg|18px|link=Virgin Trains USA]]",
["system color"] = "E4181E",
["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color: #ffffff; background-color: #E4181E; padding: 0.4em 4px;",
["header background color"] = "E4181E",
["station format"] = {
"%1 station",
["Boca Raton"] = vtusa,
["Fort Lauderdale"] = vtusa,
["Las Vegas"] = xpw,
["Miami"] = "Virgin MiamiCentral",
["Orlando"] = "Orlando International Airport Intermodal Terminal",
["Victor Valley"] = xpw,
["West Palm Beach"] = vtusa,
["Virgin MiamiCentral"] = "Virgin MiamiCentral",
},
["lines"] = {
["Virgin Trains USA"] = {
["title"] = "''[[Virgin Trains USA]]''",
["color"] = "E4181E",
["left terminus"] = "Virgin MiamiCentral",
["right terminus"] = "West Palm Beach",
},
["XpressWest"] = {
["title"] = "''[[XpressWest]]''",
["color"] = "97373f",
["left terminus"] = "Victor Valley",
["right"] = "Las Vegas",
},
},
}
return p