Support HammondWiki. Donate!
PayPal

The OldStyleTablePlugin can be used to include tables within a wiki page using the old-style markup syntax for tables.

<?plugin OldStyleTable
<?plugin OldStyleTable
||^  *Name~*                |v *Cost~*   |v *Notes~*
| *First~*     | *Last~*
|> Jeff       |< Dairiki   |^  Cheap   |< Not worth it
|> Marco      |< Polo      | Cheaper   |< Not available
?>
?>

will get you

 *Name*   *Cost*   *Notes* 
 *First*   *Last* 
 Jeff   Dairiki   Cheap   Not worth it 
 Marco   Polo   Cheaper   Not available 

?>

Note that multiple |s lead to spanned columns, and vs can be used to span rows. A > generates a right justified column, < a left justified column and ^ a centered column (which is the default.)


Note that within each table cell, _new-style_ markup is used. You can only use inline markup --- no block level markup is allowed within table cells.

(Using old-style markup wouldn't make much sense, since one can't include multi-line plugin invocations using the old-style markup rules.)

The content of this page is Copyright (C) 2000, 2001, 2002 Geoffrey T. Dairiki and the other authors of the content, whoever they may be.
This is free information and you are welcome redistribute it under certain conditions; see http://www.dairiki.org/HammondWiki/opl.html for details.
Absolutely no warrantee is made as to the correctness of the information on this page.