
<!-- THIS-IS-INTERNAL-RXML-DOC-AUTOMATICLY-GENERATED-FROM-THE-MANUAL -->
</dump-if>







































































<table cellpadding=1 cellspacing=0 border=0>
<tr>
<td bgcolor=#113377 width=1%>



<b><font color=#ffffff size=+3 >&nbsp;&lt;tablify&gt;&nbsp;...&nbsp;&lt;/tablify&gt;&nbsp;</font></b>

</td>
<td>
<img src=/internal-roxen-unit width=200 height=1 alt=""></td>
</tr>

<tr>
<td bgcolor=black colspan=2>


<table cellpadding=4 border=0 cellspacing=0 width=100%>
<tr>
<td bgcolor=#ffffff>



<tt>&lt;tablify&gt;</tt> is defined in the <i>Tablify</i> module.
<p>
This tag generates tables from the contents, by default in tab
separated form. This simplifies making tables significantly.


<br clear=all>
<img src=/internal-roxen-unit width=1 height=10 alt="">

</td>
</tr>
</table>


<table cellpadding=4 border=0 cellspacing=0>
<tr>
<td bgcolor=#113377 width=1%>
<font color=white>Attributes</font>
</td>
<td bgcolor=#ffffff>
<img src=/internal-roxen-unit width=100% height=1 alt=""></td>
</tr>
<tr>

<td bgcolor=#ffffff colspan=2>






<a href="#cellalign">cellalign</a>,
<a href="#cellseparator">cellseparator</a>,
<a href="#fields">fields</a>,
<a href="#nice">nice</a>,
<a href="#nicer">nicer</a>,
<a href="#rowalign">rowalign</a>,
<a href="#rowseparator">rowseparator</a>,
&nbsp;

</td>
</tr>
</table>


</td>
</tr>
</table>






































<p>
<b><font color=#113377 size=+2 >Attributes</font></b>



<dl>

<p><dt><tt><b><a name="cellalign">cellalign</a></b></tt>=left
center
right

<dd>
Alignment of the contents of the cells.



<dl>

</dl>



<p><dt><tt><b><a name="cellseparator">cellseparator</a></b></tt>=<i>string</i>
<dd>
The separator for separating columns, default is tab.




<p><dt><tt><b><a name="fields">fields</a></b></tt>=num
text

<dd>
This is not an argument but rather a container tag used in the
contents that sets the field type for each column. Fields marked
numerically will be right aligned and formatted



<dl>

</dl>



<p><dt><tt><b><a name="nice">nice</a></b></tt>

<dd>
Generates tables with customizable layouts. The first row is referred
to as the title row. The additional attributes are:



<dl>

<p><dt><tt><b>bgcolor</b></tt>=<i>color</i>
<dd>
Sets the background color of your table.




<p><dt><tt><b>titlebgcolor</b></tt>=<i>color</i>
<dd>
Sets the background color of the title cell.




<p><dt><tt><b>titlecolor</b></tt>=<i>color</i>
<dd>
Sets the font color of the title cell.




<p><dt><tt><b>fgcolorX</b></tt>=<i>color</i>
<dd>
Sets the background color of cell X.




</dl>


<p><dt><tt><b><a name="nicer">nicer</a></b></tt>

<dd>
Generates tables with even more customizable layouts and gtext font
capabilities for the title field. Nicer uses the same attributes as
nice plus these:



<dl>

<p><dt><tt><b>font</b></tt>=<i>font</i>
<dd>
Selects which gtext font to use for the title field.




<p><dt><tt><b>scale</b></tt>=<i>factor</i>
<dd>
Sets the scaling of the gtext font.




<p><dt><tt><b>face</b></tt>=<i>font</i>
<dd>
Sets the font face to use for the HTML text.




<p><dt><tt><b>size</b></tt>=<i>number</i>
<dd>
Sets the font size to use for the HTML text.




<p><dt><tt><b>modulo</b></tt>=<i>number</i>
<dd>
The number of rows that are to use the same color, default is one.




</dl>


<p><dt><tt><b><a name="rowalign">rowalign</a></b></tt>=left
center
right

<dd>
This tag aligns the contents of the rows.



<dl>

</dl>



<p><dt><tt><b><a name="rowseparator">rowseparator</a></b></tt>=<i>string</i>
<dd>
Sets the separator used for separating rows, default is newline.




</dl>










<b><font color=#113377 size=+2 >Example</font></b>


<table border=0 cellpadding=1 cellspacing=0 bgcolor=#000000>
<tr>
<td>
<table border=0 cellspacing=0 cellpadding=4>
 <tr>
  <td valign=top bgcolor=#113377>
   <font color=#ffffff><b>source code</b></font>
  </td>
  <td bgcolor=white>
<pre><define name=foo>
<tablify nice cellseparator=,>
 Country, Population
 Sweden, 8 865 051
 Denmark, 5 305 042
</tablify> 
</define>
<insert name=foo "<"=&lt; ">"=&gt; ></pre>
   <br clear=all>
   <img src=/internal-roxen-unit width=1 height=1 alt="">
  </td>
 </tr>
 <tr>
  <td height=1 bgcolor=#113377><img src=/internal-roxen-unit width=1 height=1 alt=""></td>
  <td height=1 bgcolor=#ffffff>

   <table border=0 cellpadding=0 cellspacing=0 width=100%>
    <tr>
     <td bgcolor=#000000>
     <img src=/internal-roxen-unit width=1 height=1 alt=""></td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td valign=top bgcolor=#113377>
  <font color=#ffffff><b>result</b></font>
</td>
<td valign=top bgcolor=#ffffff>


<tablify nice cellseparator=,>
 Country, Population
 Sweden, 8 865 051
 Denmark, 5 305 042
</tablify> 


   <br clear=all>
   <img src=/internal-roxen-unit width=1 height=1 alt="">
</td>
</tr>

</table>
</td>
</tr>
</table><p>


<if not cookie=rxml-help>

</td></tr>
</table>
</body>
</html>


