跳转到内容

模組:Road data/strings/USA/AK

维基百科,自由的百科全书
文档图示 模块文档[创建]
--阿拉斯加州
local AK = {}

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

AK.US = {shield = "US %route%.svg",
         link = "%route%號美國國道阿拉斯加州段",
         abbr = "%route%號美國國道"}

--Do not add USH special routes

AK.AK = {shield = "Alaska %route% shield.svg",
         link = "%route%號阿拉斯加州州道",
         abbr = "%route%號阿拉斯加州州道"}

return AK