Tables can be created very easily.  Use the vertical stroke as the first character of the line, and separate each table cell with it:

'''Markup Text'''
{{{|Alpha|
|Beta|gamma|Delta|
|1|2|3|}}}----
'''Displays as:'''
|Alpha|
|Beta|gamma|Delta|
|1|2|3|
----
You can use most wiki markup directives in table cells, including !c, !1, !2, !3, bold, and italic.



