Modulo:Wikidata/sandbox: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 78:
while i ~= n do
local statement = entity.claims[property][k]
table.insert( formattedStatements, "ciao" )
if statement then
if statement.rank == options.rank then
Riga 91 ⟶ 92:
if statement then
table.insert( formattedStatements, formatStatement( statement, options ) )
else
table.insert( formattedStatements, "ciao" )
end
else
else
local statement = entity.claims[property][n - 1]