มอดูล:Road data/strings/USA/ND

จากวิกิพีเดีย สารานุกรมเสรี
Documentation icon คู่มือการใช้งานมอดูล[สร้าง]
--North Dakota
local ND = {}

ND.I = {shield="I-%route%.svg",
        link = "Interstate %route% (North Dakota)",
        abbr = "I‑%route%",
        width = "expand"}

ND.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in North Dakota",
         abbr = "US %route%",
         width = "expand"}

ND.ND = {shield = "North Dakota %route%.svg",
         link = "North Dakota Highway %route% [dab||(%dab%)|]",
         abbr = "ND %route%",
         width = "expand"}

ND.SR = ND.ND

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

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-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