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 Happy5214 (talk | contribs) at 04:40, 3 January 2014 (Splitting Hawaii). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

--Hawaii
local HI = {}

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

--Do not add US Highways or USH bannered routes

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

HI.Route = HI.HI

return HI