Module:Adjacent stations/Honolulu Rail Transit
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Hitachi Rail STS for Skyline, a rapid transit system in Honolulu, Hawaiʻi, that was known during its construction as "Honolulu Rail Transit"..
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Skyline or HART or Honolulu Rail Transit |
|
|
local hart = "%1 station (HART)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Honolulu Rail Transit]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Chinatown"] = hart,
["Civic Center"] = hart,
["Downtown"] = hart,
},
["lines"] = {
["Honolulu Rail Transit"] = {
["title"] = "[[Honolulu Rail Transit|HART]]",
["color"] = "0087bd",
["left terminus"] = "Kualakaʻi",
["right terminus"] = "Kālia",
},
},
["aliases"] = {
["hart"] = "Honolulu Rail Transit",
}
}
return p