Jump to content

Module:Road data/strings/USA/AK

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 02:22, 3 January 2014 (Splitting Alaska). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

--Alaska
local AK = {}

AK.I = {shield = "I-%route%.svg",
        link = "Interstate Highways in Alaska",
        abbr = "I‑%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