مندرجات کا رخ کریں

ماڈیول:Road data/strings/USA/AK

آزاد دائرۃ المعارف، ویکیپیڈیا سے
Documentation icon دستاویز [تخلیق]
--Alaska
local AK = {}

AK.I = {shield = "I-A%route%.svg",
        link = "Interstate A-%route%",
        abbr = "A‑%route%"}

AK.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Alaska",
         abbr = "US %route%"}

--Do not add USH bannered routes
	     
AK.AK = {shield = "Alaska %route% shield.svg",
         link = "Alaska Route %route%",
         abbr = "AK-%route%"}

return AK