Modulo:Software: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m svista che faceva comparire `false` in Apache HTTP Server e altre voci con Categorie=no |
m rispettato Categorize=no per quanto riguarda i linguaggi di programmazione |
||
Riga 186:
]]
function p.wikidataCategories(frame)
return p._wikidataCategories( fromItem(frame) ) or nil
end
Riga 218:
local args = frame and onlySoftwareArguments(frame)
local categorize = p._categorize(args)
local is_free = p._isFreeSoftware(args)
local tl_has = p._templateHasLanguages(args) and true or false --exclude nil
Line 316 ⟶ 317:
for id, language in pairs(outputLanguages) do
local glue = i > 0 and '<br />' or ''
s = s .. glue .. language.label .. language.
i = i + 1
end
|