meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
general:computerenvironment:wiki:page:table [2021/10/14 22:22] ingogeneral:computerenvironment:wiki:page:table [2021/10/19 11:23] (current) felix
Line 1: Line 1:
 ==== Tables ==== ==== Tables ====
-Creating tables in a DokuWiki is straightforward. Cells in a table are just separated by a '<color blue>|</color>' character. If you want to indicate a cell as a header, just prepend the information with a '<color blue>^</color>' instead of the '|'. :!: It is always good practice to give each table a caption, as it shown for table {{ref>ExampleTable}}.+Creating tables in a DokuWiki is straightforward. Cells in a table are just separated by a '<color blue>|</color>' character. If you want to indicate a cell as a header, just prepend the information with a '<color blue>^</color>' instead of the '|'. :!: It is always good practice to give each table a caption, as it is shown for table {{ref>ExampleTable}}.
 <table ExampleTable> <table ExampleTable>
 ^ ^Heading1 ^Heading2 ^Heading3 | ^ ^Heading1 ^Heading2 ^Heading3 |
Line 22: Line 22:
 </code> </code>
 </hidden> </hidden>
 +
 +----
 +<WRAP tabs>
 +   * [[general:computerenvironment:wiki:page|WIKI Syntax]]
 +   * [[general:computerenvironment:wiki|Main page WIKI]]
 +</WRAP>