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 |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Brightline or bl or virgin trains usa |
fdda3a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | West or xpresswest |
fdda3a |
|
local vtus = "%1 station (Virgin Trains USA)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Virgin Trains USA]]",
["system icon"] = "",
["system color"] = "fdda3a",
["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color=000000",
["header background color"] = "fdda3a",
["station format"] = {
"%1 station",
["Fort Lauderdale"] = vtus,
["MiamiCentral"] = "Virgin MiamiCentral",
["Orlando"] = "Orlando International Airport Intermodal Terminal",
["West Palm Beach"] = vtus,
},
["lines"] = {
["Virgin Trains USA"] = {
["title"] = "''[[Virgin Trains USA]]''",
["color"] = "fdda3a",
["left terminus"] = "Virgin MiamiCentral",
["right terminus"] = "West Palm Beach",
},
},
}
return p