Jump to content

Module:Adjacent stations/REM

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 20:29, 14 June 2019 (Created page with 'local rem = "%1 station (REM)" local rtm = "%1 station (RTM)" local p = { ["lang"] = "en-US", ["system title"] = "Réseau express métropolitain", ["system i...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {
	["lang"] = "en-US",
	["system title"] = "Réseau express métropolitain",
	["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"] = "Montreal–Trudeau Airport station",
		["Canora"] = rtm,
		["Central Station"] = "Montreal Central Station",
		["Kirkland"] = rem,
		["Mont-Royal"] = rtm,
		["Montpellier"] = rtm,
		["Pointe-Claire"] = rem,
		["Sainte-Anne-de-Bellevue"] = rem,
	},
	["lines"] = {
		["REM"] = {
			["title"] = "[[Réseau express métropolitain#Route|Réseau express métropolitain]]",
			["color"] = "6bc700",
			["left terminus"] = {"Deux-Montagnes", "Sainte-Anne-de-Bellevue", "Airport"},
			["right terminus"] = "Rive-Sud",
		},
	},
}

return p