Anonimo

Modulo:DTFunzioniComuni: differenze tra le versioni

Da Wikitrek.
nessun oggetto della modifica
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 147: Riga 147:
return table.concat(p.PropertiesOnTree("P3", 3, false), "</br>")
return table.concat(p.PropertiesOnTree("P3", 3, false), "</br>")
end
end
function p.IconSeries(frame)
function p.SeriesTree(frame)
return table.concat(p.PropertiesOnTree("P16", 3, false), "</br>")
return table.concat(p.PropertiesOnTree("P16", 3, false), "</br>")
end
function p.SeasonTree(frame)
return table.concat(p.PropertiesOnTree("P18", 3, false), "</br>")
end
end
return p
return p