Jump to content

Module:Road data/strings/USA

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 07:24, 16 May 2014 (National types). 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)

-- United States
local USA = {}

USA.I = {shield = "I-%route%.svg",
         link = "Interstate %route% [dab||(%dab%)|]",
         abbr = "I-%route%"}

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

return USA