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:51, 14 June 2022 (Created page with 'local p = { ["system title"] = "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"] = { ["7"] = { ["color"] = "A01066", ["title"] = "Line 7 [[File:L07 C.png|1...'). 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 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"] = {
		["7"] = {
			["color"] = "A01066",
			["title"] = "[[Line 7 (CPTM)|Line 7]] [[File:L07 C.png|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["8"] = {
			["color"] = "A0A096",
			["title"] = "[[Line 8 (CPTM)|Line 8]] [[File:L08 C.png|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["9"] = {
			["color"] = "00A98F",
			["title"] = "[[Line 9 (CPTM)|Line 9]] [[File:L09 C.png|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["10"] = {
			["color"] = "017C8B",
			["title"] = "[[Line 10 (CPTM)|Line 10]] [[File:L10 C.png|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["10E"] = {
			["color"] = "017C8B",
			["title"] = "[[Line 10 (CPTM)|Express Line 10]] [[File:L10 C.png|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["10+"] = {
			["color"] = "017C8B",
			["title"] = "[[Line 10 (CPTM)|Express Line 10+]] [[File:L10 C.png|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["11"] = {
			["color"] = "F04E1E",
			["title"] = "[[Line 11 (CPTM)|Line 11]] [[File:L11 C.png|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["12"] = {
			["color"] = "003F85",
			["title"] = "[[Line 12 (CPTM)|Line 12]] [[File:L12 C.png|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["13"] = {
			["color"] = "00AE5C",
			["title"] = "[[Line 13 (CPTM)|Line 13]] [[File:L13 C.png|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["13-AE"] = {
			["color"] = "00AE5C",
			["title"] = "[[Line 13 (CPTM)#Special Services|Line 13-Airport Express]] [[File:L13 C.png|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["13-AC"] = {
			["color"] = "8FFF1F",
			["title"] = "[[Line 13 (CPTM)#Special Services|Line 13-Airport Connect]] [[File:L13 C.png|16px|alt=]]",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["14"] = {
			["color"] = "0A1013",
			["title"] = "[[Line 14 (CPTM)|Line 14]] [[File:L14 C.png|16px|alt=]]",
			["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