Module:Adjacent stations/Turin Metro
local p = {
["system title"] = "Turin Metro",
["system icon"] = " ",
["name format"] = "font-size: 150%; font-family: sans; font-weight: bolder; line-height: 100%; color: #064284; background-color: #EEEEEE;",
["header background color"] = "064284",
["header text color"] = "FFFFFF",
["station format"] = {
"%1 (Turin Metro)",
},
["lines"] = {
["_default"] = {
["title"] = "Line %1",
["color"] = "FFF200",
},
["1"] = {
["color"] = "FFF200",
["left terminus"] = "Fermi",
["right terminus"] = "Bengasi",
},
["2"] = {
["color"] = "064284",
["left terminus"] = " ",
["right terminus"] = " ",
},
}
}
return p