Jump to content

Module:Road data/strings/USA/MA

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by NE2 (talk | contribs) at 02:27, 8 June 2014 (SR). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Massachusetts
local MA = {}

MA.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Massachusetts)",
        abbr = "I‑%route%",
        width = "expand"}
         
MA.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Massachusetts",
         abbr = "US-%route%",
         width = "expand"}
         
MA["US 1926"] = {shield = "US %route% Massachusetts 1926.svg",
         link = "U.S. Route %route% in Massachusetts",
         abbr = "US-%route%"}         
          
MA.Route = {shield = "MA Route %route%.svg",
         link = "Massachusetts Route %route%",
         abbr = "Route %route%",
         width = "expand"}
	      
MA.BL = {shield = "Business Loop %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]Massachusetts)",
         abbr = "I‑%route% Bus.",
         width = "expand"}
	      
MA.MA = MA.Route

MA.SR = MA.Route

MA.MATP = {shield = "",
           link = "Massachusetts Turnpike",
           abbr = "Mass. Pike"}

return MA