Module:Adjacent stations/Hillsborough Area Regional Transit

From Wikipedia, the free encyclopedia

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