Module:Adjacent stations/REM

MyWikiBiz, Author Your Legacy — Sunday June 02, 2024
Jump to navigationJump to search
local rem = "%1 station (REM)"

local p = {
	["lang"] = "en-US",
	["system title"] = "REM",
	["system icon"] = "[[File:Réseau express métropolitain logo.png|20px|link=Réseau express métropolitain]]",
	["system color"] = "6bc700",
	["name format"] = "font-size: 180%; font-family:sans-serif; font-weight: bolder; line-height: 180%; color: #000000; background-color: #6bc700;",
	["header background color"] = "6bc700",
	["header text color"] = "000000",
	["station format"] = {
		"%1 station",
		["Airport"] = "YUL–Montréal–Trudeau Airport station",
		["Bassin Peel"] = "[[Griffintown–Bernard-Landry station|Griffintown–Bernard-Landry]]",
		["Canora"] = rem,
		["Central Station"] = "Montreal Central Station",
		["Griffintown"] = "Griffintown–Bernard-Landry station",
		["Kirkland"] = rem,
		["Montpellier"] = rem,
	},
	["lines"] = {
		["REM"] = {
			["title"] = "[[Réseau express métropolitain]]",
			["color"] = "6bc700",
			["left terminus"] = {"Deux-Montagnes", "Anse-à-l'Orme", "Airport"},
			["right terminus"] = "Brossard",
		},
	},
}

return p