跳转到内容

模組:Road data/strings/USA/AL

维基百科,自由的百科全书
文档图示 模块文档[创建]
--阿拉巴馬州
local AL = {}

AL.I = {shield = "I-%route%.svg",
        link = {["185"] = "185號州際公路 (喬治亞州)",
        		["210"] = "210號州際公路 (阿拉巴馬州)",
        		default =	{hook = "splitlen",
                			split = 3,
                			above = "%route%號州際公路 (阿拉巴馬州)",
                			below = "%route%號州際公路阿拉巴馬州段"}},
        abbr = "%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 = "%route%號美國國道阿拉巴馬州段",
         abbr = "%route%號美國國道",
         width = "expand"}

AL["US-Bus"] = {shield = AL.US.shield,
                link = "%route%號美國國道商業線 (阿拉巴馬州[dab||%dab%|])",
                abbr = "%route%號美國國道商業線",
                banner = "Business plate.svg",
                width = "expand"}

AL["US-Alt"] = {shield = AL.US.shield,
                link = "%route%號美國國道替代線 (阿拉巴馬州[dab||%dab%|])",
                abbr = "%route%號美國國道替代線",
                banner = "Alt plate.svg",
                width = "expand"}

AL["US-Truck"] = {shield = AL.US.shield,
                  link = "%route%號美國國道貨車線 (阿拉巴馬州[dab||%dab%|])",
                  abbr = "%route%號美國國道貨車線",
                  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 = "%route%號阿拉巴馬州州道 [dab||(%dab%)|]",
         abbr = "%route%號阿拉巴馬州州道",
         width = "expand"}

AL.AL = AL.SR

AL["SR-Bus"] = {shield = AL.SR.shield,
                link = "%route%號阿拉巴馬州州道商業線 [dab||(%dab%)|]",
                abbr = "%route%號阿拉巴馬州州道商業線",
                banner = "Business plate.svg",
                width = "expand"}

AL["SR-Byp"] = {shield = AL.SR.shield,
                link = "%route%號阿拉巴馬州州道旁線 [dab||(%dab%)|]",
                abbr = "%route%號阿拉巴馬州州道旁線",
                banner = "By-pass plate.svg",
                width = "expand"}

AL["SR-Truck"] = {shield = AL.SR.shield,
                  link = "%route%號阿拉巴馬州州道貨車線 [dab||(%dab%)|]",
                  abbr = "%route%號阿拉巴馬州州道貨車線",
                  banner = "Truck plate.svg",
                  width = "expand"}

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

AL.CR = {shield = "CR %route% jct.svg",
         link = {ifexists = true,
                 default = "%route%號縣道 (阿拉巴馬州%county%縣)"},
         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% (阿拉巴馬州)",
          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