Modulo:Carte: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
test per sostituire template:carte |
fix |
||
Riga 66:
local color = (args['colore'] and color_code[args['colore']]) or ''
dump(output,
local pos = 1
while continue do
Riga 104:
end
end
dump(output, table.concat(hand, separator) or '')
dump(output, '</b">')
return table.concat(output)
|