Modul:Road data/strings/USA/HI

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

--Hawaii
local HI = {}

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

HI.H = HI.I
--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