Modulo:Discendenza/sandbox: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
mNessun oggetto della modifica
mNessun oggetto della modifica
Riga 218:
xp = pers[v].padre
if (n==1) then
stx = format.string.format('<td width=%d%%></td>',lg)
else
stx = format.string.format('<td style="border-right:1px solid #000%s%s">&nbsp;</td>',
n1==xp and ';border-top:1px solid #000' or '',
xx-posx[1]>0 and '" colspan="'..(xx+1-posx[1]) or ''
Riga 230:
 
if (xx-posx[2]>0) then
table.insert(riga[2],format.string.format('<td%s>&nbsp;</td>',xx-posx[2]>1 and 'colspan="'..(xx-posx[2])..'"' or ''))
end
table.insert(riga[2],'<td colspan=2>'..pers[v].testo)