Modulo:Sandbox/ValterVB/AggettiviNaz: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
. |
. |
||
Riga 14:
wdEtnico = mWikidata._getClaims('P1549', { from = dato })
if wdEtnico then
for _, nome_abitanti in ipairs(wdEtnico) do
▲ ss = ''
nome = mWikidata._formatStatement(nome_abitanti)
if genere == nil then
Riga 24:
end
ss = ss .. '. \'\'' .. nome .. '\'\' (' .. genere .. ')'
end
end
return ss
end
|