Jump to content

Module:Road data/strings/USA/DC

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/DC: 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.

--District of Columbia
local DC = {}

DC.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (District of Columbia)",
        abbr = "I‑%route%"}
        
DC["I-Alt"] = {shield = DC.I.shield,
                link = "Interstate %route% Alternate (Washington, D.C.)",
                abbr = "I-%route% Alt.",
                banner = "Alt plate.svg",
                width = "expand"}
                
DC.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in the District of Columbia",
         abbr = "US %route%"}

DC["US-Alt"] = {shield = DC.US.shield,
                link = "U.S. Route %route% Alternate (Washington, D.C.)",
                abbr = "US %route% Alt.",
                banner = "Alt plate.svg",
                width = "expand"}

DC["US-Byp"] = {shield = DC.US.shield,
                link = "U.S. Route %route% Bypass (Washington, D.C.)",
                abbr = "US %route% Byp.",
                banner = "By-pass plate.svg",
                width = "expand"}
         
DC.DC = {shield = "DC-%route%.svg",
         link = "District of Columbia Route %route%",
         abbr = "DC %route%"}

return DC