Modul:Road data/strings/USA/AL

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

--Alabama
local AL = {}

AL.I = {shield = "I-%route%.svg",
        link = {["185"] = "Interstate 185 (Georgia)",
        		["210"] = "Interstate 210 (Alabama)",
        		default =	{hook = "splitlen",
                			split = 3,
                			above = "Interstate %route% (Alabama)",
                			below = "Interstate %route% in Alabama"}},
        abbr = "I-%route%",
        width = "expand"}

AL.Future = {shield = "I-%route% (Future).svg",
        link = AL.I.link,
        abbr = "Future " .. AL.I.abbr,
        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 = AL.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]Alabama)",
                abbr = AL.US.abbr .. " Bus.",
                banner = "Business plate.svg",
                width = "expand"}

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

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

AL["US 1926"] = {shield = "US %route% (1926).svg",
                 link = AL.US.link,
                 abbr = AL.US.abbr,
                 width = "US1926"}

AL["US 1948"] = {shield = "US %route% (1948).svg",
                 link = AL.US.link,
                 abbr = AL.US.abbr,
                 width = "square"}
                 
AL["US 1961"] = {shield = "US %route% (1961).svg",
                 link = AL.US.link,
                 abbr = AL.US.abbr,
                 width = "square"}                 

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 = AL.SR.shield,
                link = "Alabama State Route %route% Business [dab||(%dab%)|]",
                abbr = AL.SR.abbr .. " Bus.",
                banner = "Business plate.svg",
                width = "expand"}

AL["SR-Byp"] = {shield = AL.SR.shield,
                link = "Alabama State Route %route% Bypass [dab||(%dab%)|]",
                abbr = AL.SR.abbr .. " Byp.",
                banner = "By-pass plate.svg",
                width = "expand"}

AL["SR-Truck"] = {shield = AL.SR.shield,
                  link = "Alabama State Route %route% Truck [dab||(%dab%)|]",
                  abbr = AL.SR.abbr .. " 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.Beach = {shield = {ifexists = true,
					  default = "%route% Beach Express.svg",
					  otherwise = ""},
			link = "%route% Beach Express",
			abbr = "%route% Beach Express"} --Foley or Baldwin

AL.SPR = {shield = "",
          link = "State Park Road %route% (Alabama)",
          abbr = "State Park Road %route%"}
          
AL.FL = {alias = {module = "USA/FL", type = "SR"}}
AL.GA = {alias = {module = "USA/GA", type = "SR"}}
AL.TN = {alias = {module = "USA/TN", type = "TN"}}
AL.TNSec = {alias = {module = "USA/TN", type = "Sec"}}
AL.MS = {alias = {module = "USA/MS", type = "MS"}}
AL.road = {alias = {module = "USA", type = "road"}}

return AL