Jump to content

Module:Road data/strings/USA/MD

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 22:01, 5 January 2014 (Splitting Maryland). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

--Maryland
local MD = {}

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

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

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%"}

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

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

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

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

MD["US 1926"] = {shield = "US %route% Maryland 1926.svg",
                 link = "U.S. Route %route% in Maryland",
                 abbr = "US %route%"}

MD["US 1948"] = {shield = "US %route% Maryland 1948.svg",
                 link = "U.S. Route %route% in Maryland",
                 abbr = "US %route%"}

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

MD.MD = MD.SR

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

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

MD["MD-Byp"] = {shield = MD.SR.shield,
                link = "Maryland Route %route% Bypass [dab||(%dab%)|]",
                abbr = "MD %route% Byp"}

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

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

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

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

return MD