-for ($i = 0; $i < 20; $i++) {
- for ($j = 0; $j < 20; $j++) {
- $hit->parseBuffered('cell', 'CELL', "$i,$j");
+// If not, we make a table using the template {{{
+} else {
+ $hit->pushGroup('table');
+ for ($i = 0; $i < 20; $i++) {
+ for ($j = 0; $j < 20; $j++) {
+ $hit->parseBuffered('cell', 'CELL', "$i,$j");
+ }
+ $hit->parseBuffered('row', 'ROW', $hit->popBuffer('cell'));