Modulo:Wikibase: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m m
fix indici tabelle Lua di mw.wikibase.entity
(Una versione intermedia di uno stesso utente non è mostrata)
Riga 29:
if item and item.claims then
local coords = item.claims.P625
if coords and #coords == 1 and coords[01].mainsnak and coords[1].mainsnak.datavalue ==and nilcoords[1].mainsnak.datavalue.value then
return coords[01].mainsnak.datavalue.value[typ]
end
end
Riga 155:
if item and item.claims then
local cat = item.claims.P373
if cat and #cat == 1 and cat[01].mainsnak and cat[1] == nil.mainsnak.datavalue and cat[01].mainsnak.datavalue.value then
return 'Category:'..(cat[01].mainsnak.datavalue.value)
end
end