Jump to content

Module:Road data/strings/USA/NH

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rschen7754 (talk | contribs) at 10:37, 13 January 2014 (Protected Module:Road data/strings/USA/NH: 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.

--New Hampshire
local NH = {}

NH.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (New Hampshire)",
        abbr = "I‑%route%"}

NH.US = {shield = "US %route% square.svg",
         link = "U.S. Route %route% in New Hampshire",
         abbr = "US %route%"}

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

NH.NH = {shield = "NH Route %route%.svg",
         link = "New Hampshire Route %route%",
         abbr = "NH %route%"}

NH.Turnpike = {shield = "%route% Turnpike.svg",
               link = "%route% Turnpike",
               abbr = "%route% Tpk"}

return NH