Module:Adjacent stations/Brightline
MyWikiBiz, Author Your Legacy — Wednesday November 13, 2024
Jump to navigationJump to searchTemplate:Adjacent stations doc
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
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"] = "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"] = blw, ["Los Angeles"] = "Union Station (Los Angeles)", ["Miami"] = "MiamiCentral", ["Orlando"] = "Orlando International Airport Intermodal Terminal", ["Palmdale"] = "Palmdale Transportation Center", ["Victor Valley"] = blw, ["West Palm Beach"] = bl, ["Virgin MiamiCentral"] = "MiamiCentral", }, ["lines"] = { ["Brightline"] = { ["title"] = "''[[Brightline]]''", ["color"] = "FFDB00", ["left terminus"] = "MiamiCentral", ["right terminus"] = "West Palm Beach", }, ["West"] = { ["title"] = "''[[Brightline West]]''", ["color"] = "58B949", ["left terminus"] = "Los Angeles", ["right terminus"] = "Las Vegas", }, }, ["aliases"] = { ["bl"] = "Brightline", ["virgin trains usa"] = "Brightline", ["xpresswest"] = "West", }, } return p