Module:Adjacent stations/São Paulo Metropolitan Trains
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by CPTM.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 7 ![]() | 7 |
A01066 |
| |
Line 8 ![]() | 8 |
A0A096 |
| |
Line 9 ![]() | 9 |
00A98F |
| |
Line 10 ![]() | 10 |
017C8B |
| |
Express Line 10 ![]() | 10E |
017C8B |
| |
Express Line 10+ ![]() | 10+ |
017C8B |
| |
Line 11 ![]() | 11 |
F04E1E |
| |
Line 12 ![]() | 12 |
003F85 |
| |
Line 13 ![]() | 13 |
00AE5C |
| |
Line 13-Airport Express ![]() | 13-AE |
00AE5C |
| |
Line 13-Airport Connect ![]() | 13-AC |
8FFF1F |
| |
Line 14 File:Cptm 14.svg | 14 |
0A1013 |
| |
Service 710 | 710 |
DC143C |
|
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