Modulo:Citazione: differenze tra le versioni

Nessun cambiamento nella dimensione ,  3 anni fa
nessun oggetto della modifica
m (una versione importata)
Nessun oggetto della modifica
Riga 764: Riga 764:
if is_set(first) then
if is_set(first) then
if invertorder then first, last = last, first end
if invertorder then first, last = last, first end
fullname = table.concat({first, person.last}, ' ')
fullname = table.concat({person.last, first}, ' ')
else
else
fullname = person.last
fullname = person.last