Modulo:Software: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
missing formatStatement
m -debug
Riga 226:
]]
function p._hasAFreeLicense(frame)
local debug = ''
for _, license in pairs( p.licenses(frame) ) do
license = mWikidata._formatStatement(license, {formatting = 'raw'})
debug = debug .. license
if p._licenseIsFree(license) then
return true
end
end
return debugfalse
end