Jump to content

Module:Road data/strings/USA/HI

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Morriswa (talk | contribs) at 23:13, 29 October 2017 (Corrected wording). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Hawaii
local HI = {}

HI.I = {shield = "I-H%route%.svg",
        link = "Interstate H-%route%",
        abbr = "H-%route%"}

--Do not add US Highways or USH special routes

HI.HI = {shield = "HI-%route%.svg",
         link = "Hawaii Route %route%",
         abbr = "Route %route%"}

HI.Route = HI.HI

return HI