Wiki-Syntax Tables | |
|
Creating Tables with Wiki Syntax | ||||||||||||
Tables are often needed for organizing data information. Tiki has a simple syntax for defining a table. In Wiki pages and other contexts that support Wiki formatting (including Articles, Forums, and Blog), you can create simple tables. A table can be entered using two alternative delimiters (separators) for the rows; your administrator chooses which one is enabled. Both use the pipe symbol (or a vertical bar "|", above the "\" on most PC keyboards) to separate table columns. A double pipe ("||") starts and ends the table in both types of syntax. If Copy to clipboard
Copy to clipboard
|
Spanning Across Columns | |||||||||
You can span across multiple columns (colspan) in a row with the following syntax: ||row1-column1|row1-column2|row1-column3||row2-columns123||row3-column1|row3-columns23|| or ||row1-column1|row1-column2|row1-column3
produces
|
Fancytable | ||||
Use PluginFancytable to create sortable and good looking tables. Code : Copy to clipboard
|
Line Breaks | |||||||||
||Sample Table
produces:
|
Centering Table Text | |||||||||
::This text is centered.:: produces: This text is centered.
produces:
|
Positioning tables in a page | |
Centered Tables | |||||||||
Use plugincenter. Code : Copy to clipboard
|
Right-Aligned Tables | |||||||||
{DIV(class=>class, type=>div, align=>right, float=>right)}||::Sample Table::
to produce:
|
Help & Hints | |
|
Related pages | |
Wiki-Syntax Links
|