Jump to content

Module:Adjacent stations/São Paulo Metropolitan Trains

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 17:56, 14 June 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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]] [[File:Cptm %1.svg|16px|alt=]]",
		},
		["7"] = {
			["color"] = "A01066",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["8"] = {
			["color"] = "A0A096",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["9"] = {
			["color"] = "00A98F",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["10"] = {
			["color"] = "017C8B",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["10E"] = {
			["color"] = "017C8B",
			["title"] = "[[Line 10 (CPTM)|Express Line 10]] [[File:Cptm 10.svg|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["10+"] = {
			["color"] = "017C8B",
			["title"] = "[[Line 10 (CPTM)|Express Line 10+]] [[File:Cptm 10.svg|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["11"] = {
			["color"] = "F04E1E",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["12"] = {
			["color"] = "003F85",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["13"] = {
			["color"] = "00AE5C",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["13-AE"] = {
			["color"] = "00AE5C",
			["title"] = "[[Line 13 (CPTM)#Special Services|Line 13-Airport Express]] [[File:Cptm 13.svg|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["13-AC"] = {
			["color"] = "8FFF1F",
			["title"] = "[[Line 13 (CPTM)#Special Services|Line 13-Airport Connect]] [[File:Cptm 13.svg|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["14"] = {
			["color"] = "0A1013",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["710"] = {
			["color"] = "DC143C",
			["title"] = "[[Service 710 (CPTM)|Service 710]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	},
	["aliases"] = {
		["line 7"] = "7",
		["line 8"] = "8",
		["line 9"] = "9",
		["line 10"] = "10",
		["express line 10"] = "10E",
		["express line 10+"] = "10+",
		["line 11"] = "11",
		["line 12"] = "12",
		["line 13"] = "13",
		["line 13-airport express"] = "13-AE",
		["line 13-airport connect"] = "13-AC",
		["line 14"] = "14",
		["service 710"] = "710",
	}
}

return p