模組:Road data/strings/USA/AR

维基百科,自由的百科全书
文档图示 模块文档[创建]
--阿肯色州
local AR = {}

AR.I = {shield = "I-%route%.svg",
        link = "%route%號州際公路 (阿肯色州)",
        abbr = "%route%號州際公路",
        width = "expand"}

AR.Future = {shield = "I-%route% (Future).svg",
        link = AR.I.link,
        abbr = "Future I-%route%",
        width = "expand"}

AR["I-Future"] = AR.Future

AR.US = {shield = "US %route% (AR).svg",
         link = "%route%號美國國道阿肯色州段",
         abbr = "%route%號美國國道",
         width = "expand"}

AR["US 1926"] = {shield = "US %route% Arkansas 1926.svg",
                 link = AR.US.link,
                 abbr = AR.US.abbr,
                 width = "US1926"}

AR["US 1948"] = {shield = "US %route% (1948).svg",
                 link = AR.US.link,
                 abbr = AR.US.abbr}
                 
AR["US-Bus"] = {shield = "US %route%B.svg",
                link = "%route%B號美國國道 (阿肯色州[dab||%dab%|])",
                abbr = "%route%B號美國國道",
                width = "expand"}

AR["US-Conn"] = {shield = "US %route%Y.svg",
                link = "%route%Y號美國國道 (阿肯色州[dab||%dab%|])",
                abbr = "%route%Y號美國國道",
                width = "expand"}

AR["US-Spur"] = {shield = "US %route%S.svg",
                link = "%route%S號美國國道 (阿肯色州[dab||%dab%, |])",
                abbr = "%route%S號美國國道",
                width = "expand"}

AR.AR = {shield = {default = "Arkansas %route%.svg",
                   ["917"] = "Arkansas 917-1.svg",
                   ["980"] = "Arkansas 980(Airport).svg"},
         link = "%route%號阿肯色州州道 [dab||(%dab%)|]",
         abbr = "%route%號阿肯色州州道",
         width = "expand"}

AR.Hwy = AR.AR

AR["AR 1970"] = {shield = {hook = "splitlen",
						   split = 3,
						   above = {default = "Arkansas %route% 1970.svg",
                   					["917"] = "Arkansas 917-1.svg",
                   					["980"] = "Arkansas 980(Airport).svg"},
						   below = AR.AR.shield},
				 link = AR.AR.link,
				 abbr = AR.AR.abbr,
				 width = "square"}
				 
AR["Hwy 1970"] = AR["AR 1970"]				 

AR["AR-Truck"] = {shield = AR.AR.shield, --this is for truck banners, NOT 'T' suffixes
                link = "%route%號阿肯色州州道貨車線 [dab||(%dab%)|]",
                abbr = "%route%號阿肯色州州道貨車線",
                banner = "Truck plate.svg",
                width = "expand"}

AR["AR 1926"] = {shield = "Arkansas %route% 1926.svg",
                 link = "%route%號阿肯色州州道 [dab||(%dab%)|]",
                 abbr = "%route%號阿肯色州州道"}

AR["AR 1948"] = {shield = "Arkansas %route% 1948.svg",
                 link = "%route%號阿肯色州州道 [dab||(%dab%)|]",
                 abbr = "%route%號阿肯色州州道"}

AR["Hwy-Bus"] = {shield = "Arkansas %route%B.svg",
                 link = "%route%B號阿肯色州州道 [dab||(%dab%)|]",
                 abbr = "%route%B號阿肯色州州道",
                 width = "expand"}
                 
AR["AR-Bus"] = AR["Hwy-Bus"]   

AR["Hwy-Spur"] = {shield = "Arkansas %route%S.svg",
                 link = "%route%S號阿肯色州州道 [dab||(%dab%)|]",
                 abbr = "%route%S號阿肯色州州道",
                 width = "expand"}                 

AR["AR-Spur"] = AR["Hwy-Spur"]   

AR.GRR = {shield = "GreatRiverRoad.svg",
          link = "大河之路",
          abbr = "大河之路"}

AR.CRP = {shield = "Crowley's Ridge Parkway generic.svg",
          link = "克勞利嶺公路",
          abbr = "克勞利嶺公路"}

AR.CR = {shield = {arg        = "county",
                   default    = "CR %route% jct.svg",
                   
                   Lee    = "Lee County %route% AR.svg"},
         link = "",
         abbr = "CR %route%"}
         
AR.FR = {shield = {hook = "splitlen",
						   split = 4,
						   above = "",
						   below = "Forest Route %route%.svg"},
         link = "",
         abbr = "FR %route%"}

AR.FH = {shield = {hook = "splitlen",
						   split = 4,
						   above = "",
						   below = "Forest Route %route%.svg"},
         link = "",
         abbr = "FH %route%"}         

AR["US-TX"] = {alias = {module = "USA/TX", type = "US"}}
AR.road = {alias = {module = "USA", type = "road"}}

return AR