FrontPage 

TB Wiki

Login

TestTableInline in 'raw' format

== Unnamed table in inline block ==
Here is an example of an unnamed inline table.

{{{#!Table
||Name||Job||
||Tim||engineer||
||Fred||pilot||

}}}

== Named table in inline block ==
Here is an example of a named table
{{{#!Table:Sample
||Heading 1||Heading 2||
||cell 1||ZZZ cell 2||
||cell 3||AAA cell 4||
||cell 5||BBB cell 6||
}}}

== Wikipedia markup ==
Here's wikipedia markup, for possible future reference:
{{{
{| border="1" cellspacing="0" cellpadding="5" align="center"
! heading 1
! heading 2
|- 
| cell 1
| cell 2
|-
| cell 3 || cell 4
|}
}}

TBWiki engine 1.9.1 by Tim Bird