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 Mitchazenia (talk | contribs) at 23:03, 2 June 2014 (Changed protection level of Module:Road data/strings/USA/HI: Adjust per request, highly visible template. ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))). 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 bannered routes

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

HI.Route = HI.HI

return HI