Modul:Road data/strings/USA/ND

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

--North Dakota
local ND = {}

ND.I = {shield="I-%route%.svg",
        link = {["194"] = "Bismarck Expressway",
				default="Interstate %route% in North Dakota"},
        abbr = "I-%route%",
        width = "expand"}
        
ND["I 1957"] = {shield = "I-%route% (1957).svg",
				link = ND.I.link,
				abbr = ND.I.abbr
				}

ND.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in North Dakota",
         abbr = "US %route%",
         width = "expand"}
         
ND["US 1961"] = {shield = "US %route% (1961).svg",
				 link = ND.US.link,
			 	 abbr = ND.US.abbr,
			 	 width = 'square'}
			 	 
ND["US 1948"] = {shield = "US %route% (1948).svg",
				 link = ND.US.link,
			 	 abbr = ND.US.abbr,
			 	 width = 'square'}
			 	 
ND["US 1926"] = {shield = "US %route% (1926).svg",
				 link = ND.US.link,
			 	 abbr = ND.US.abbr,
			 	 width = 'square'}

ND.ND = {shield = "ND-%route% (2015).svg",
         link = "North Dakota Highway %route% [dab||(%dab%)|]",
         abbr = "ND %route%",
         width = {default = "expand",
                   ["23A"] = "square",
                   ["23B"] = "square"}
                   }

ND["ND 1970"] = {shield = "North Dakota %route%.svg",
				 link = ND.ND.link,
				 abbr = ND.ND.abbr,
				 width = "expand"}

ND["ND-Alt"] = {shield = ND.ND.shield,
                link = "North Dakota Highway %route% Alternate [dab||(%dab%)|]",
                abbr = ND.ND.abbr .. "A",
                banner = "Alt plate.svg",
                width = "expand"}
                
ND["ND-Bus"] = {shield = ND.ND.shield,
                link = "North Dakota Highway %route% Business [dab||(%dab%)|]",
                abbr = ND.ND.abbr .. " Bus.",
                banner = "Business plate.svg",
                width = "expand"}                

ND["ND-Truck"] = {shield = ND.ND.shield,
	              link = "North Dakota Highway %route% Truck [dab||(%dab%)|]",
	              abbr = ND.ND.abbr .. " Truck",
	              banner = "Truck plate.svg",
	              width = {default = "expand",
	              	["23B"] = "square"}
	              }
	              
ND["US-Bus"] = {shield = ND.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]North Dakota)",
                abbr = "US %route% Bus.",
                banner = "Business plate.svg",
                width = "expand"}

ND["US-Byp"] = {shield = ND.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]North Dakota)",
                abbr = "US %route% Byp.",
                banner = "Bypass plate.svg",
                width = "expand"}

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

ND.BL = {shield = "Business Loop %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]North Dakota)",
         abbr = "I-%route% Bus.",
         width = "expand"}

ND.BIA = {shield = "",
          link = "",
          abbr = "BIA Rd. %route%"}

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

ND.MT = {alias = {module = "USA/MT", type = "MT"}}
ND.SD = {alias = {module = "USA/SD", type = "SD"}}
ND.MN = {alias = {module = "USA/MN", type = "MN"}}
ND.MB = {alias = {module = "CAN/MB", type = "Hwy"}}
ND.SK = {alias = {module = "CAN/SK", type = "SK"}}

return ND