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/test

From Wikipedia, the free encyclopedia
local m = "%1 (São Paulo Metro)"

local p = {
	["system title"] = "[[Companhia Paulista de Trens Metropolitanos|CPTM]]",
	["system icon"] = "[[File:Hartford Line logo.png|18px|link=CT Rail|alt=]]",
	["system icon format"] = "box",
	["name format"] = "font-size: 180%; font-family: sans-serif; font-weight: bolder; line-height: 100%; color: #000000; background-color: transparent;",
	["header background color"] = "CCCCCC",
	["header text color"] = "000000",
	["station format"] = {
		"%1 (CPTM)",
	},
	["lines"] = {
		["line with type"] = {
			["title"] = "line with type",
			["types"] = {
				["type with title"] = {
					["title"] = "type of a line",
					["color"] = "0057b8",
				},
			},
		},
		["Red"] = {
			["title"] = "[[Line Red (CPTM)|Line Red]]",
			["color"] = "dc1a34",
			["short name"] = "R",
			["left terminus"] = "Jundiaí",
			["right terminus"] = "Brás",
		},
		["8"] = {
			["color"] = "A01066",
			["left terminus"] = "Jundiaí",
			["right terminus"] = "Brás",
		},
	},
	["aliases"] = {
		["tl"] = "type with title",
	},
}

return p