Module:Road data/strings/USA/AL

From NSWiki
Revision as of 20:05, 25 October 2014 by Union of Christian States (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Documentation for this module may be created at Module:Road data/strings/USA/AL/doc
--Alabama
local AL = {}
 
AL.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Alabama)",
        abbr = "I‑%route%",
        width = "expand"}
 
AL.Future = {shield = "I-%route% (Future).svg",
        link = AL.I.link,
        abbr = "Future I‑%route%",
        width = "expand"}
 
AL["I-Future"] = AL.Future
 
AL.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Alabama",
         abbr = "US-%route%",
         width = "expand"}
 
AL["US-Bus"] = {shield = "US %route%.svg",
                link = "U.S. Route %route% Business ([dab||%dab%, |]Alabama)",
                abbr = "US-%route% Bus.",
                banner = "Business plate.svg",
                width = "expand"}
 
AL["US-Alt"] = {shield = "US %route%.svg",
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]Alabama)",
                abbr = "US-%route% Alt.",
                banner = "Alt plate.svg",
                width = "expand"}
 
AL["US-Truck"] = {shield = "US %route%.svg",
                  link = "U.S. Route %route% Truck ([dab||%dab%, |]Alabama)",
                  abbr = "US-%route% Truck",
                  banner = "Truck plate.svg",
                  width = "expand"}
 
AL["US 1926"] = {shield = "US %route% Alabama 1926.svg",
                 link = "U.S. Route %route% in Alabama",
                 abbr = "US %route%",
                 width = "US1926"}
 
AL.SR = {shield = "Alabama %route%.svg",
         link = "Alabama State Route %route% [dab||(%dab%)|]",
         abbr = "SR-%route%",
         width = "expand"}
 
AL.AL = AL.SR
 
AL["SR-Bus"] = {shield = "Alabama %route%.svg",
                link = "Alabama State Route %route% Business [dab||(%dab%)|]",
                abbr = "SR-%route% Bus.",
                banner = "Business plate.svg",
                width = "expand"}
 
AL["SR-Byp"] = {shield = "Alabama %route%.svg",
                link = "Alabama State Route %route% Bypass [dab||(%dab%)|]",
                abbr = "SR-%route% Byp.",
                banner = "By-pass plate.svg",
                width = "expand"}
 
AL["SR-Truck"] = {shield = "Alabama %route%.svg",
                  link = "Alabama State Route %route% Truck [dab||(%dab%)|]",
                  abbr = "SR-%route% Truck",
                  banner = "Truck plate.svg",
                  width = "expand"}
 
AL["AL-Bus"] = AL["SR-Bus"]
 
AL.CR = {shield = "CR %route% jct.svg",
         link = {ifexists = true,
                 default = "County Route %route% (%county% County, Alabama)"},
         abbr = "CR-%route%"}
 
AL.FBE = {shield = "",
          link = "Foley Beach Express",
          abbr = "Foley Beach Express"}
 
AL.SPR = {shield = "",
          link = "State Park Road %num% (Alabama)",
          abbr = "State Park Road %num%"}
 
return AL