Modulo:Carte: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
fix |
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
end
|