Jump to content

Module:Adjacent stations/Exo

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 00:16, 12 February 2019 (save). 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)

  1. ^ "Découvrez les nouvelles couleurs des arrêts d'autobus d'exo" [Discover exo's new bus stop colours] (in French). exo. 2019-10-15. Retrieved 2024-08-19.
local rtm = "%1 station (RTM)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Exo (public transit)|Exo]]",
	["system icon"] = "",
	["name format"] = "font-size: 180%; font-family:sans-serif; font-weight: bolder; line-height: 180%; color: #FFFFFF; background-color: #0033CC; border-bottom: 7px solid #FFCC00;",
	["system color"] = "5f8ed4",
	["header background color"] = "5f8ed4",
	["header text color"] = "ffffff",
	["station format"] = {
		"%1 station",
		["Ahuntsic"] = rtm,
		["Beaconsfield"] = rtm,
		["Canora"] = rtm,
		["Cedar Park"] = rtm,
		["Dorval"] = rtm,
		["Hudson"] = rtm,
		["LaSalle"] = rtm,
		["Mont-Royal"] = rtm,
		["Montpellier"] = rtm,
		["Montreal"] = "[[Montreal Central Station|Central Station]]",
		["Parc"] = "Park Avenue station (Montreal)",
		["Saint Martin"] = "Saint-Martin station (AMT)",
		["Sainte-Catherine"] = rtm,
	},
	["lines"] = {
		["Candiac"] = {
			["title"] = "[[Candiac line|Candiac]]",
			["color"] = "5ab6b2",
			["left terminus"] = "Candiac",
			["right terminus"] = "Lucien L'Allier",
		},
		["Deux-Montagnes"] = {
			["title"] = "[[Deux-Montagnes line|Deux-Montagnes]]",
			["color"] = "eea595",
			["left terminus"] = "Deux-Montagnes",
			["right terminus"] = "Montreal",
		},
		["Mascouche"] = {
			["title"] = "[[Mascouche line|Mascouche]]",
			["color"] = "ca5898",
			["left terminus"] = "Montreal",
			["right terminus"] = "Mascouche",
		},
		["Mont-Saint-Hilaire"] = {
			["title"] = "[[Mont-Saint-Hilaire line|Mont-Saint-Hilaire]]",
			["color"] = "999ac6",
			["left terminus"] = "Montreal",
			["right terminus"] = "Mont-Saint-Hilaire",
		},
		["Saint-Jérôme"] = {
			["title"] = "[[Saint-Jérôme line|Saint-Jérôme]]",
			["color"] = "a2d586",
			["left terminus"] = "Saint-Jérôme",
			["right terminus"] = "Lucien L'Allier",
		},
		["Société de transport de Laval"] = {
			["title"] = "[[Société de transport de Laval]]",
			["color"] = "ce4782",		
		},
		["Vaudreuil-Hudson"] = {
			["title"] = "[[Vaudreuil–Hudson line|Vaudreuil–Hudson]]",
			["color"] = "f16179",
			["left terminus"] = "Hudson",
			["right terminus"] = "Lucien L'Allier",
		},
	},
	["aliases"] = {
		["stl"] = "Société de transport de Laval",
		["vaudreuil–hudson"] = "Vaudreuil-Hudson",
	},
}

return p