NAME
Spreadsheet::HTML::Presets - Preset tables for fun and games.
METHODS
layout( %args )
Layout tables are not recommended, but if you choose to use them you should label them as such. This adds W3C recommended layout attributes to the table tag and features: emiting only <td> tags, no padding or pruning of rows, forces no HTML entity encoding in table cells.
checkerboard( colors, %args )
Preset for tables with checkerboard colors.
checkerboard( data => [], colors => [qw(red green orange)] )
conway( on, off, %args )
Game of life. Current Javascript implementation Copyright 2015 Sandeep kumar H R.
conway( fill => '8x8', on => 'red' )
checkers( %args )
Generates a static checkers game board (US).
chess( %args )
Generates a static chess game board.
dk( %args )
shroom( %args )