Content deleted Content added
No edit summary |
Jvalienforce (talk | contribs) No edit summary |
||
(11 intermediate revisions by 4 users not shown) | |||
Line 1:
local m = "%1 (São Paulo Metro)"
local p = {
["system title"] = "[[
["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)",
["Brás"] = m,
["Lapa"] = {
["7"] = "Lapa (Line 7) (CPTM)",
["8"] = "Lapa (Line 8) (CPTM)",
["710"] = "Lapa (Line 7) (CPTM)",
},
["Tatuapé"] = m,
},
["lines"] = {
["_default"] = {
["title"] = "[[Line %1 (CPTM)|Line %1]]",
["icon"] = "[[File:Cptm %1.svg|16px|alt=]]", },
["7"] = {
["color"] = "A01066",
["left terminus"] = "Jundiaí",
["right terminus"] = "
},
["8"] = {
Line 33 ⟶ 38:
["10"] = {
["color"] = "017C8B",
["left terminus"] = "
["right terminus"] = "Rio Grande da Serra",
},
["10E"] = {
["title"] = "[[Line 10 (CPTM)|Express Line 10]]",
["color"] = "017C8B",
["
["left terminus"] = "Tamanduateí",
["right terminus"] = "Pref. Celso Daniel-Santo André",
},
["10+"] = {
["title"] = "[[Line 10 (CPTM)|Express Line 10+]]",
["color"] = "017C8B",
["
["left terminus"] = "Luz",
["right terminus"] = "Pref. Celso Daniel-Santo André",
},
["11"] = {
["color"] = "
["left terminus"] = "
["right terminus"] = "Estudantes",
},
Line 64 ⟶ 71:
},
["13-AE"] = {
["title"] = "[[Line 13 (CPTM)#Special Services|Line 13-Airport Express]]",
["color"] = "00AE5C",
["
["left terminus"] = "
["right terminus"] = "Aeroporto–Guarulhos",
},
["13-AC"] = {
["title"] = "[[Line 13 (CPTM)#Special Services|Line 13-Airport Connect]]",
["color"] = "8FFF1F",
["
["left terminus"] = "",
["right terminus"] = "",
},
["14"] = {
["title"] = "[[Line 14 (CPTM)|Line 14]]",
["color"] = "0A1013",
["
["left terminus"] = "Bonsucesso",
["right terminus"] = "Jardim Irene",
},
["710"] = {
["title"] = "[[Service 710 (CPTM)|Service 710]]",
["color"] = "DC143C",
["
["left terminus"] = "Jundiaí",
["right terminus"] = "Rio Grande da Serra",
Line 102 ⟶ 113:
["line 14"] = "14",
["service 710"] = "710",
},
}
|