Module:Adjacent stations/Hillsborough Area Regional Transit
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Hillsborough Area Regional Transit.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
TECO Line | TECO Line |
E3E049 |
|
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