{strip}
{foreach from=$examples.tikiwiki key=title item=tikiwiki name=tw}
{tr}{$title}{/tr}
| Example |
Result |
{foreach from=$tikiwiki key=desc item=example}
{tr}{$desc}{/tr}
{tr}{$example.note}{/tr}
|
{$example.data|escape}
|
{$example.result} |
{/foreach}
{/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 |
{tr}Applied Examples{/tr}
{foreach from=$examples.mediawiki key=title item=example}
| {$title} |
Result |
{$example.data}
|
{$example.result} |
{/foreach}
{/strip}