From Wikipedia, the free encyclopedia


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

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

		"Victor Valley" = blw,

		"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" = "Los Angeles",

		},

	},

	"aliases" = {

		"bl" = "Brightline",

		"virgin trains usa" = "Brightline",

		"xpresswest" = "West",

	},

}



return p