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:07, 5 April 2019 (needed due to brightline rebranding). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local vtus = "%1 station (Virgin Trains USA)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Virgin Trains USA]]",
	["system icon"] = "",
	["system color"] = "fdda3a",
	["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color=000000",
	["header background color"] = "fdda3a",
	["station format"] = {
		"%1 station",
		["Fort Lauderdale"] = vtus,
		["MiamiCentral"] = "Virgin MiamiCentral",
		["Orlando"] = "Orlando International Airport Intermodal Terminal",
		["West Palm Beach"] = vtus,
	},
	["lines"] = {
		["Virgin Trains USA"] = {
			["title"] = "''[[Virgin Trains USA]]''",
			["color"] = "fdda3a",
			["left terminus"] = "Virgin MiamiCentral",
			["right terminus"] = "West Palm Beach",
		},
	},
}

return p