Modulo:Software: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m debug |
missing formatStatement |
||
Riga 228:
local debug = ''
for _, license in pairs( p.licenses(frame) ) do
license = mWikidata._formatStatement(license, {formatting = 'raw'})
debug = debug .. license
if p._licenseIsFree(license) then
Riga 241 ⟶ 242:
function p._hasAProprietaryLicense(frame)
for _, license in pairs( p.licenses(frame) ) do
license = mWikidata._formatStatement(license, {formatting = 'raw'})
if p._licenseIsProprietary(license) then
return true
|