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 Happy5214 (talk | contribs) at 07:40, 22 February 2014 (Adding banner-related data). 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%",
        width = "expand"}

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",
               width = 17}

return NH