Modulo:Software: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m Bot: caratteri invisibili LTR e RTL e modifiche minori |
m rv Etichetta: Annulla |
||
Riga 47:
return "[[" .. sitelink .. "|" .. label .. "]]"
end
--[[
Line 66 ⟶ 67:
return yesNo(v)
end
--[[
Line 553 ⟶ 555:
]]
function p._singleLicenseType(license)
-- Q3943414 free software license
-- Q31202214 proprietary software license
-- Q218616 proprietary software
-- Q3238057 proprietary license!
--[[
Line 564 ⟶ 566:
return license == 'Q3943414' and FREE
or (license == 'Q31202214' or license == 'Q218616' or license == 'Q3238057') and PROPRIETARY
or UNKNOWN
end
Line 770 ⟶ 772:
--[[
* Categorie legate ai toolkit o framework dell'interfaccia grafica da Wikidata.
*
* @param from string|nil Wikidata Item
Line 810 ⟶ 812:
local s
if lang.cat then
s = free and lang.free and "Software libero in %s" --free = true
or free == false and lang.nonfree and "Software proprietario in %s" --free = false
or "Software in %s" --free = nil
|