Modulo:Software: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m yearsCategories +localValue |
pubblicato yearsCategories() |
||
Riga 169:
function p.categories(frame)
if p._categorize( onlySoftwareArguments(frame) ) then
return p.licenseCategories(frame) .. p.toolkitCategories(frame) .. p.yearsCategories(frame)
end
return nil
Riga 220:
]]
function p.yearsCategories(frame)
return p._yearsCategories( fromItem(frame), onlySoftwareArguments().DataPrimaVersione )
end
|