Jump to content

Module:Road data/strings/USA/AL

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 02:20, 3 January 2014 (Splitting Alabama). 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)

--Alabama
local AL = {}

AL.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Alabama)",
        abbr = "I‑%route%"}

AL.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Alabama",
         abbr = "US-%route%"}

AL["US-Bus"] = {shield = "US %route%.svg",
                link = "U.S. Route %route% Business ([dab||%dab%, |]Alabama)",
                abbr = "US-%route% Bus"}

AL["US-Alt"] = {shield = "US %route%.svg",
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]Alabama)",
                abbr = "US-%route% Alt"}

AL["US-Truck"] = {shield = "US %route%.svg",
                  link = "U.S. Route %route% Truck ([dab||%dab%, |]Alabama)",
                  abbr = "US-%route% Truck"}

AL["US 1926"] = {shield = "US %route% Alabama 1926.svg",
                 link = "U.S. Route %route% in Alabama",
                 abbr = "US %route%"}

AL.SR = {shield = "Alabama %route%.svg",
         link = "Alabama State Route %route% [dab||(%dab%)|]",
         abbr = "SR-%route%"}

AL.AL = AL.SR

AL["SR-Bus"] = {shield = "Alabama %route%.svg",
                link = "Alabama State Route %route% Business [dab||(%dab%)|]",
                abbr = "SR-%route% Bus"}

AL["SR-Truck"] = {shield = "Alabama %route%.svg",
                  link = "Alabama State Route %route% Truck [dab||(%dab%)|]",
                  abbr = "SR-%route% Truck"}

AL["AL-Bus"] = AL["SR-Bus"]

AL.CR = {shield = "CR %route% jct.svg",
         link = "",
         abbr = "CR-%route%"}

return AL