{strip} {foreach from=$examples.tikiwiki key=title item=tikiwiki name=tw}

{tr}{$title}{/tr}

{foreach from=$tikiwiki key=desc item=example} {/foreach}
Example Result
{tr}{$desc}{/tr}
{tr}{$example.note}{/tr}
{$example.data|escape}
{$example.result}
{/foreach}

{tr}Mediawiki tables{/tr}

Code Function
{ldelim}|
Start Table
|+ caption
Optional Table caption

					|-
! Col 1 Heading !! Col 2 Heading !! Col 3 Heading etc.
Optional Table Header Row
|- optional table parameters
Table Row

					| Value
| optional parameters | value
Table Cell

					| Value or Value or Value ...
| optional parameters | value | optional parameters | value |
Multiple Cells on one line
|{rdelim}
End Table
{foreach from=$examples.mediawiki key=title item=example} {/foreach}
{tr}Applied Examples{/tr}
{$title} Result
{$example.data}
{$example.result}
{/strip}