Jump to content

Module:Adjacent stations/REM: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Station signage is black with white text and a green stripe below
Narrow line height
Line 6: Line 6:
["system icon"] = "[[File:Logo Réseau express métropolitain.svg|20px|link=Réseau express métropolitain]]",
["system icon"] = "[[File:Logo Réseau express métropolitain.svg|20px|link=Réseau express métropolitain]]",
["system color"] = "6bc700",
["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",
["name format"] = "font-family:sans-serif; font-size:180%; color:white; line-height:150%; background-color:black; border-bottom:6px solid #6bc700",
["header background color"] = "6bc700",
["header background color"] = "6bc700",
["header text color"] = "000000",
["header text color"] = "000000",

Revision as of 18:38, 2 August 2023

local rem = "%1 station (REM)"

local p = {
	["lang"] = "en-US",
	["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%; color:white; line-height:150%; background-color:black; border-bottom:6px solid #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",
		["Édouard-Montpetit"] = "Édouard-Montpetit station#REM station",
		["Griffintown"] = "Griffintown–Bernard-Landry station",
		["Kirkland"] = rem,
		["McGill"] = "McGill station#REM station",
		["Montpellier"] = rem,
	},
	["lines"] = {
		["REM"] = {
			["title"] = "[[Réseau express métropolitain]]",
			["color"] = "6bc700",
			["left terminus"] = {"Deux-Montagnes", "Anse-à-l'Orme", "Airport"},
			["right terminus"] = "Brossard",
			["types"] = {
				["Stage1"] = {
					["title"] = "",
					["left terminus"] = "Central Station",
				},
			},
		},
	},
}

return p