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 Rschen7754 (talk | contribs) at 10:41, 13 January 2014 (Protected Module:Road data/strings/USA/MA: 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.

--Massachusetts
local MA = {}

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

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

return MA