Jump to content

Module:Road data/strings/USA/ME

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

--Maine
local ME = {}

ME.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Maine)",
        abbr = "I‑%route%"}

ME.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Maine",
         abbr = "US %route%"}

ME["US-Bus"] = {shield = ME.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]Maine)",
                abbr = "US %route% Bus"}

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

ME.SR = {shield = "MA Route %route%.svg",
         link = "Maine State Route %route%",
         abbr = "SR %route%"}

ME.ME = ME.SR

ME.METP = {shield = "",
           link = "Maine Turnpike",
           abbr = "Maine Tpk"}

ME["SR-Bus"] = {shield = ME.SR.shield,
                link = "Maine State Route %route% Business",
                abbr = "SR %route% Bus"}

ME["ME-Bus"] = ME["SR-Bus"]

return ME