模組:Adjacent stations/REM

维基百科,自由的百科全书
文档图示 模块文档[创建]
local rem = "%1站 (REM)"

local p = {
	["system title"] = "REM",
	["system icon"] = "[[File:Logo Réseau express métropolitain.svg|20px|link=Réseau express métropolitain]]",
	["system color"] = "6bc700",
	["name format"] = "font-family:sans-serif; font-size: 180%; line-height: 180%; color:white; background-color:black; border-bottom: 6px solid #6bc700",
	["header background color"] = "6bc700",
	["header text color"] = "000000",
	["station format"] = {
		"%1站",
		["Airport"] = "[[YUL–蒙特利尔特鲁多机场站|机场]]",
		["Bassin Peel"] = "[[Griffintown–Bernard-Landry station|Griffintown–Bernard-Landry]]",
		["Canora"] = rem,
		["Central Station"] = "[[蒙特利尔中央车站|中央车站]]",
		["Édouard-Montpetit"] = "Édouard-Montpetit station#REM station",
		["Griffintown"] = "Griffintown–Bernard-Landry station",
		["Kirkland"] = rem,
		["McGill"] = "McGill station#REM station",
		["Montpellier"] = rem,
	},
	["lines"] = {
		["REM"] = {
			["title"] = "[[大都會快速網絡]]",
			["color"] = "6bc700",
			["left terminus"] = {"二山", "奥尔姆湾", "Airport"},
			["right terminus"] = "寶樂沙",
			["types"] = {
				["Stage1"] = {
					["title"] = "",
					["left terminus"] = "Central Station",
				},
			},
		},
	},
}

return p