Modulo:Software: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m Aggiunto supporto per d:Q5975031 e d:Q1156659 che sono molto usate direttamente
disattivo categorie al di fuori del NS0
 
Riga 386:
]]
function p._categorize(args)
local ns = mw.title.getCurrentTitle().namespace
local v = args['Categorie']
return ns == 0 and (v == nil or mw.ustring.lower(v) ~= 'no')
if v then
return mw.ustring.lower(v) ~= 'no'
end
return true
end