跳转到内容

模組:Road data/strings/USA/HI

维基百科,自由的百科全书
文档图示 模块文档[创建]
--Hawaii
local HI = {}

HI.I = {shield = "I-H%route%.svg",
        link = "H-%route%號州際公路",
        abbr = "H-%route%"}

--Do not add US Highways or USH special routes

HI.HI = {shield = "HI-%route%.svg",
         link = "%route%號夏威夷州州道",
         abbr = " %route%號州道"}

HI.Route = HI.HI

return HI