Modulo:Citazione: differenze tra le versioni

nessun oggetto della modifica
Nessun oggetto della modifica
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({person.last, first}, ' ')
fullname = '<span class="autore">' .. table.concat({person.last, first}, ' ') .. '</span>'
else
else
fullname = person.last
fullname = '<span class="autore">' .. person.last .. '</span>'
end
end
if is_set(person.link) then fullname = table.concat({"[[", person.link, "|", fullname, "]]"}) end
if is_set(person.link) then fullname = table.concat({"[[", person.link, "|", fullname, "]]"}) end