Jump to content

Module:Adjacent stations/Brightline

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mjdestroyerofworlds (talk | contribs) at 03:46, 29 July 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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