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 05:07, 16 June 2022 (test). 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)
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"] = "[[File:Cptm %1.svg|16px|alt=]]"
		},
		["7"] = {
			["color"] = "A01066",
			["left terminus"] = "Jundiaí",
			["right terminus"] = "Brás",
		},
	},
}

return p