Modulo:Carte: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Moroboshi (discussione | contributi)
fix
Moroboshi (discussione | contributi)
fix output
Riga 66:
local color = (args['colore'] and color_code[args['colore']]) or ''
 
dump(output, '<b style="', hand_style , ';" class="manodicarte";>')
local pos = 1
while continue do
Riga 100:
dump(hand, '<span class="seme"', suit_code, '</span>')
end
dump(hand, '</span>')
else
continue = false
Line 105 ⟶ 106:
end
dump(output, table.concat(hand, separator) or '')
dump(output, '</b">')
return table.concat(output)
end