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

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

MD.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Maryland)",
        abbr = "I-%route%",
        width = "expand"}

MD["I-Spur"] = {shield = MD.I.shield,
                link = "Interstate %route% Spur (Maryland)",
                abbr = "I-%route% Spur",
                width = "expand"}

MD["I 1957"] = {shield = "I-%route% (MD 1957).svg",
                link = "Interstate %route% (Maryland)",
                abbr = "I-%route%"}         

MD.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Maryland",
         abbr = "US %route%",
         width = "expand"}

MD["US-Bus"] = {shield = "US %route% Business (MD).svg",
                link = "U.S. Route %route% Business ([dab||%dab%, |]Maryland)",
                abbr = "US %route% Bus.",
                width = "expand"}

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

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

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

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

MD["US 1948"] = {shield = "US %route% (1948).svg",
                 link = MD.US.link,
                 abbr = MD.US.abbr}

MD["US 1961"] = {shield = "US %route% (1961).svg",
                 link = MD.US.link,
                 abbr = MD.US.abbr}
                 
MD.SR = {shield = "MD Route %route%.svg",
         link = "Maryland Route %route% [dab||(%dab%)|]",
         abbr = "MD %route%",
         width = "expand"}

MD.MD = MD.SR

MD["SR-Bus"] = {shield = "MD Route %route% Business.svg",
                link = "Maryland Route %route% Business [dab||(%dab%)|]",
                abbr = "MD %route% Bus.",
                width = "expand"}

MD["MD-Bus"] = MD["SR-Bus"]

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

MD["SR-Alt"] = {shield = "MD Route %route%.svg",
                link = "Maryland Route %route% Alternate [dab||(%dab%)|]",
                abbr = "MD %route% Alt.",
                banner = "Alt plate.svg",
                width = "expand"}

MD["MD-Alt"] = MD["SR-Alt"]

MD["SR-Truck"] = {shield = "MD Route %route%.svg",
                  link = "Maryland Route %route% Truck [dab||(%dab%)|]",
                  abbr = "MD %route% Truck",
                  banner = "Truck plate.svg",
                  width = "expand"}

MD["MD-Truck"] = MD["SR-Truck"]


MD["MD-Toll"] = {shield = MD.MD.shield,
                link = MD.MD.link,
                abbr = MD.MD.abbr,
                banner = "Toll plate yellow.svg",
                width = "expand"}
                
MD.DEMD = {shield = {"Elongated circle %route%.svg", "MD Route %route%.svg"},
           link = "Route %route% (Delaware–Maryland)",
           abbr = "DE / MD %route%",
           width = 40}

MD.MDJFK = {shield = "MD JFK Highway.svg",
            link = "John F. Kennedy Memorial Highway (Maryland)",
            abbr = "JFK Memorial Highway"}

MD.USBR = {shield = "US Bike %route% (M1-9).svg",
		   link = "U.S. Bicycle Route %route%",
		   abbr = "USBR %route%"}

MD.National = {shield = "National Road Sign cropped.JPG", --should be improved
              link = "National Road",
              abbr = "Historic National Road"}
              
MD.WV = {alias = {module = "USA/WV", type = "WV"}}

return MD