Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Adjacent stations/Exo bus services

From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Exo bus services]]",
	["system icon"] = "[[File:Montreal public transit icons - Autobus exo.svg|16px|link=Exo bus services]]",
	["name format"] = "font-size: 180%; font-weight: bolder; line-height: 180%; color: #000000; background-color: #FFFFFF;",
	["system color"] = "FFFFFF",
	["header background color"] = "FFFFFF",
	["header text color"] = "000000",
	["station format"] = {
		"%1 station"
	},
	["lines"] = {
		["_default"] = {
			["color"] = "FFFFFF",
			["border color"] = "000000",
			["text color"] = "000000",
			["icon"] = "[[File:Montreal public transit icons - Autobus exo.svg|16px|Exo bus services]]",
			["short name"] = "EXO"
		},
		["bus"] = {
			["title"] = "[[Exo bus services]]",
			["color"] = "FFFFFF",
			["border color"] = "000000",
			["text color"] = "000000",
			["icon"] = "[[File:Montreal public transit icons - Autobus exo.svg|16px|link=Exo bus services]]",
			["short name"] = "EXO"
		},
		["express"] = {
			["title"] = "Exo express line",
			["color"] = "FFFFFF",
			["border color"] = "000000",
			["text color"] = "000000",
			["icon"] = "[[File:Montreal public transit icons - Autobus exo express.svg|16px|link=|alt=(express bus)]]",
			["short name"] = "Express"
		},
		["regional"] = {
			["title"] = "Exo regional line",
			["color"] = "FFFFFF",
			["border color"] = "000000",
			["text color"] = "000000",
			["icon"] = "[[File:Montreal public transit icons - Autobus exo régional.svg|18px]]",
			["short name"] = "Regional"
		},
		["on demand"] = {
			["title"] = "Exo on demand or reservation line",
			["color"] = "FFFFFF",
			["border color"] = "000000",
			["text color"] = "000000",
			["icon"] = "[[File:Montreal public transit icons - exo à la demande.svg|16px|link=|alt=(on demand or reservation bus)]]",
			["short name"] = "On demand or reservation"
		},
	},
	["aliases"] = {
		["on-demand"] = "on demand",
		["reservation"] = "on demand",
	},
}

return p