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