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 Happy5214 (talk | contribs) at 07:53, 21 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.

--Maine
local ME = {}

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

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

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

ME["US-Byp"] = {shield = ME.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]Maine)",
                abbr = "US %route% Byp",
                banner = "By-pass plate.svg",
                width = "expand"}

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

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",
                banner = "Business plate.svg",
                width = "expand"}

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

return ME