Jump to content

Module:Adjacent stations/test

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gonnym (talk | contribs) at 18:47, 16 June 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local m = "%1 (São Paulo Metro)"

local p = {
	["system title"] = "[[Companhia Paulista de Trens Metropolitanos|CPTM]]",
	["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"] = {
		["_default"] = {
			["title"] = "[[Line %1 (CPTM)|Line %1]]",
			["icon format"] = "route",
		},
		["Red"] = {
			["color"] = "dc1a34",
			["short name"] = "R",
			["left terminus"] = "Jundiaí",
			["right terminus"] = "Brás",
		},
		["8"] = {
			["color"] = "A01066",
			["left terminus"] = "Jundiaí",
			["right terminus"] = "Brás",
			["icon"] = "",
		},
	},
}

return p