Module:Adjacent stations/REM
Appearance
This is a data module for Module:Adjacent stations. It supports services in the Greater Montreal area operated by Réseau express métropolitain.
Lines
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