Anonimo

Modulo:DTFunzioniComuni: differenze tra le versioni

Da Wikitrek.
Fixing category links
(Link on categories fixed)
(Fixing category links)
Riga 144: Riga 144:
end
end
function p.CategoryTree(frame)
function p.CategoryTree(frame)
return '[[' .. table.concat(p.PropertiesOnTree("P68", 2, true), "]]</br>[[") .. ']]'
--return '[[' .. table.concat(p.PropertiesOnTree("P68", 2, true), "]]</br>[[") .. ']]'
return table.concat(p.PropertiesOnTree("P68", 2, true))
end
end
function p.IconTree(frame)
function p.IconTree(frame)