Module:Adjacent stations/Hillsborough Area Regional Transit: Difference between revisions
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"]...') |
(No difference)
|
Latest revision as of 16:48, 5 February 2022
Template:Adjacent stations doc
LinesEdit
Template:Rail template doc Template:Rail template doc Template:Rail template doc
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