Module:Adjacent stations/Brightline

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:Brightlineicon.png",

["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"] = "Los Angeles Union Station",

["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