Module:Adjacent stations/test

local m = "%1 (São Paulo Metro)"

local p = {

["system title"] = "CPTM",

["system icon"] = "File:Hartford Line logo.png",

["system icon format"] = "box",

["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"] = {

["line with type"] = {

["title"] = "line with type",

["types"] = {

["type with title"] = {

["title"] = "type of a line",

["color"] = "0057b8",

},

},

},

["Red"] = {

["title"] = "Line Red",

["color"] = "dc1a34",

["short name"] = "R",

["left terminus"] = "Jundiaí",

["right terminus"] = "Brás",

},

["8"] = {

["color"] = "A01066",

["left terminus"] = "Jundiaí",

["right terminus"] = "Brás",

},

},

["aliases"] = {

["tl"] = "type with title",

},

}

return p