پودمان:Road data/strings/USA/ME

از ویکی‌پدیا، دانشنامهٔ آزاد
توضیحات پودمان[ایجاد] [پاکسازی]
--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% [dab||(%dab%, Maine)|in 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 Turnpike"}

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"]

ME.NB = {alias = {module = "CAN/NB", type = "NB"}}

return ME