Jump to content

Module:Road data/strings/USA/DE

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mitchazenia (talk | contribs) at 23:02, 2 June 2014 (Changed protection level of Module:Road data/strings/USA/DE: Adjust per request, highly visible template. ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Delaware
local DE = {}

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

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

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

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

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

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

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

DE["US 1926"] = {shield = "US %route% Delaware 1926.svg",
                 link = "U.S. Route %route% in Delaware",
                 abbr = "US %route%",
                 width = "US1926"}

DE["US 1948"] = {shield = "US %route% Delaware 1948.svg",
                 link = "U.S. Route %route% in Delaware",
                 abbr = "US %route%",
                 width = "US1926"}

DE.SR = {shield = "Elongated circle %route%.svg",
         link = "Delaware Route %route% [dab||(%dab%)|]",
         abbr = "DE %route%",
         width = "expand"}

DE.DE = DE.SR

DE["SR-Bus"] = {shield = "Elongated circle %route%.svg",
                link = "Delaware Route %route% Business [dab||(%dab%)|]",
                abbr = "DE %route% Bus.",
                banner = "Business plate.svg",
                width = "expand"}

DE["DE-Bus"] = DE["SR-Bus"]

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

DE["DE-Alt"] = DE["SR-Alt"]

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

DE["DE-Truck"] = DE["SR-Truck"]

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

DE["DE 1964"] = DE["SR 1964"]

DE["SR 1955"] = {shield = "Delaware %route% 1955.svg",
                 link = "Delaware Route %route% [dab||(%dab%)|]",
                 abbr = "DE %route%",
                 width = 17}

DE["DE 1955"] = DE["SR 1955"]

DE.DETP = {shield = "Delaware Turnpike logo.gif",
           link = "Delaware Turnpike",
           abbr = "Del. Tpk.",
           width = 29}

DE.NJTP = {shield = "New Jersey Turnpike Shield.svg",
           link = "New Jersey Turnpike",
           abbr = "NJ Tpk."}

return DE