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 Imzadi1979 (talk | contribs) at 18:58, 22 August 2014 (adding in missing US-Bus type). 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.BL = {shield = "Business Loop %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]New Hampshire)",
         abbr = "I‑%route% BL",
         width = "expand"}

NH.BS = {shield = "Business Spur %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]New Hampshire)",
         abbr = "I‑%route% BS",
         width = "expand"}
         
NH.US = {shield = "US %route% square.svg",
         link = "U.S. Route %route% in New Hampshire",
         abbr = "US %route%"}

NH["US-Bus"] = {shield = NH.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]New Hampshire)",
                abbr = "US %route% Bus.",
                banner = "Business plate.svg",
                width = "expand"}
                
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}

NH.MA = {alias = {module = "USA/MA", type = "SR"}}

return NH