Table Tagst> The table tag allows you to create concise tables with any degree of particularity. Following are samples of table code an the results they yield. You will probably only find use for the first two though the remaining are available just in case you need more functionality. tThe simplest table consists of rows and columns where each row is represented by a line and the columns are separated with tabs. Example:t> 1,1 1,2 1,3 2,1, 2,2 2,3 /> yields:
Automatic Column SizingWhen swl encounters blank cells, it will automatically increase the 'span' of the cell to their immediate left. Example:t> 1,1 1,2 1,3 2,1, 2,3 /> yields:
To get around this feature, place periods in blank cells: Example:t> 1,1 1,2 1,3 2,1, . 2,3 /> yields:
t.hExample:t> h>1,1 1,2 1,3 2,1, 2,2 2,3 /> yields:
t.rExample:t> r> 1 2 3 /> /> yields:
t.rhExample:t> rh> 1 2 3 /> /> yields:
t.r.cExample:t.r> 1 2 c> 3 ... /> /./> yields:
t.r.chExample:t.r> 1 2 ch> 3 ... /> /./> yields:
t.r.hExample:t.r> 1 h> 2 3 /> 4 /./> yields:
t.rh.cExample:t.rh> 1 c> 2 ... /> 3 /./> yields:
t.rh.chExample:t.rh> 1 ch> 2 ... /> 3 /./> yields:
VariablesFor information on how to use variables, see the variable tag page.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||