Modulo:Wikidata: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
mNessun oggetto della modifica |
||
Riga 139:
property = string.lower(frame.args[1])
entity = mw.wikibase.getEntity()
if not entity then return
if not entity.claims then return
if not entity.claims[property] then return
local count = 0
for _ in pairs(entity.claims[property]) do count = count + 1 end
|