meta data for this page
  •  

Differences

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

Link to this comparison view

Next revision
Previous revision
general:computerenvironment:wiki:page:table [2021/10/14 22:19] – created 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 16: Line 16:
 <caption><fs 0.8em>Example caption</fs></caption> <caption><fs 0.8em>Example caption</fs></caption>
 </table> </table>
 +</code>
 +You can then refer to this table in the text by using the table name as a reference. Tables will then be automatically numbered.
 +<code>
 +...as it is shown for table {{ref>ExampleTable}}
 </code> </code>
 </hidden> </hidden>
 +
 +----
 +<WRAP tabs>
 +   * [[general:computerenvironment:wiki:page|WIKI Syntax]]
 +   * [[general:computerenvironment:wiki|Main page WIKI]]
 +</WRAP>