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 Rschen7754 (talk | contribs) at 10:40, 13 January 2014 (Protected Module:Road data/strings/USA/DE: Highly visible template ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (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%"}

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

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

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

DE["US-Byp"] = {shield = DE.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]Delaware)",
                abbr = "US %route% Byp"}

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

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

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

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

DE.DE = DE.SR

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

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

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

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

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

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

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

return DE