Modulo:Citazione: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 764:
if is_set(first) then
if invertorder then first, last = last, first end
fullname = '<span class="autore">' .. table.concat({person.last, first}, ' ') .. '</span>'
else
fullname = '<span class="autore">' .. person.last .. '</span>'
end
if is_set(person.link) then fullname = table.concat({"[[", person.link, "|", fullname, "]]"}) end