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 Happy5214 (talk | contribs) at 04:30, 3 January 2014 (Splitting District of Columbia). 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)

--District of Columbia
local DC = {}

DC.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (District of Columbia)",
        abbr = "I‑%route%"}

DC.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in the District of Columbia",
         abbr = "US %route%"}

DC.DC = {shield = "DC-%route%.svg",
         link = "District of Columbia Route %route%",
         abbr = "DC %route%"}

return DC