模組:Road data/strings/USA/ME

维基百科,自由的百科全书
文档图示 模块文档[创建]
--Maine
local ME = require("Module:Road data/strings/USA")

local util = require("Module:Road data/util")

local suffix = " ([dab||%dab%, |]Maine)"
local maint = "[[Maine Department of Transportation|MaineDOT]]"

ME[" common "] = {
	browse = {
		{link = "Maine State Highway System", bold = true},
		{
			noprint = true,
			{link = "List of Interstate Highways in Maine", name = "Interstate"},
			{link = "List of U.S. Highways in Maine", name = "U.S."},
			{link = "List of state routes in Maine", name = "State"}
		}
	}
}

ME.I.link = ME.I.base .. " (Maine)"
ME.I.maint = maint

ME.US.link = ME.US.base .. " [dab||(%dab%, Maine)|in Maine]"
ME.US.maint = maint

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

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

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

ME.ME = ME.SR

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

ME["SR-Bus"] = {
	shield = ME.SR.shield,
	name = ME.SR.name .. " Business",
	link = ME.SR.link .. " Business",
	abbr = ME.SR.abbr .. " Bus.",
	banner = "Business plate.svg",
	aux = "[[Business route]]",
	maint = maint
}

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

--util.addAll(ME, require("Module:Road data/strings/USA/regional/NER"))

ME.NB = {alias = {module = "CAN/NB", type = "NB"}}
ME.QC = {alias = {module = "CAN/QC", type = "Route"}}
ME.A = {alias = {module = "CAN/QC", type = "A"}}
return ME