Modulo:Sandbox/Dega180: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 6:
local wdLat = mWikidata._getProperty({ 'P625', coord = 'latitude', n = 1, from = 'Q16148410' })
local wdLong = mWikidata._getProperty({ 'P625', coord = 'longitude', n = 1, from = 'Q16148410' })
returnif wdLat ..and 'wdLong ' .. wdLongthen
return wdLat .. ' ' .. wdLong
else
return 'errore'
end
end