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 Mitchazenia (talk | contribs) at 22:58, 2 June 2014 (Changed protection level of Module:Road data/strings/USA/AK: Adjust per request, highly visible template. ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--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