Module:Adjacent stations/Hillsborough Area Regional Transit

< Module:Adjacent stations
Revision as of 16:48, 5 February 2022 by imported>Mackensen (Created page with 'local tampa = "%1 station (Tampa)" local p = { ["lang"] = "en-US", ["system title"] = "HART", ["system icon"] = "", ["station format"] = { "%1 station", ["Cumberland Avenue"] = tampa, ["Dick Greco Plaza"] = "%1", ["York Street"] = tampa, }, ["lines"] = { ["TECO Line"] = { ["title"] = "TECO Line", ["color"] = "E3E049", ["left terminus"] = "Whiting", ["right terminus"]...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local tampa = "%1 station (Tampa)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Hillsborough Area Regional Transit|HART]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Cumberland Avenue"] = tampa,
		["Dick Greco Plaza"] = "%1",
		["York Street"] = tampa,
	},
	["lines"] = {
		["TECO Line"] = {
			["title"] = "[[TECO Line Streetcar|TECO Line]]",
			["color"] = "E3E049",
			["left terminus"] = "Whiting",
			["right terminus"] = "Centennial Park",
		},
	},
}

return p