Jump to content

Module:Adjacent stations/REM

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Blaixx (talk | contribs) at 15:02, 23 May 2020 (Abbreviate system title to condense the adjstn templates. The full name is already listed as the line). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local rem = "%1 station (REM)"
local rtm = "%1 station (RTM)"

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",
	["station format"] = {
		"%1 station",
		["Airport"] = "YUL–Montréal–Trudeau Airport station",
		["Canora"] = rtm,
		["Central Station"] = "Montreal Central Station",
		["Kirkland"] = rem,
		["Montpellier"] = rtm,
		["Pointe-Claire"] = rem,
	},
	["lines"] = {
		["REM"] = {
			["title"] = "[[Réseau express métropolitain]]",
			["color"] = "6bc700",
			["left terminus"] = {"Deux-Montagnes", "L'Anse-à-l'Orme", "Airport"},
			["right terminus"] = "Brossard",
		},
	},
}

return p