Jump to content

Module:Adjacent stations/Brightline

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jadebenn (talk | contribs) at 05:13, 7 April 2019 (formatting changes; added Virgin logo to system). 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 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",
		["Fort Lauderdale"] = vtusa,
		["Virgin MiamiCentral"] = "Virgin MiamiCentral",
		["Orlando"] = "Orlando International Airport Intermodal Terminal",
		["West Palm Beach"] = vtusa,
	},
	["lines"] = {
		["Virgin Trains USA"] = {
			["title"] = "''[[Virgin Trains USA]]''",
			["color"] = "E4181E",
			["left terminus"] = "Virgin MiamiCentral",
			["right terminus"] = "West Palm Beach",
		},
	},
}

return p