Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| doc:tables [2026/04/02 08:45] – [Using the toolbar] Simon Grant | doc:tables [2026/04/04 19:10] (current) – [Other syntax] Simon Grant | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ==== Using the toolbar ==== | ==== Using the toolbar ==== | ||
| - | In the editing toolbar, there is an icon for a few things: {{misc-icon.png}}. Clicking on that brings up a menu: {{misc-menu.png}}. It's the second of these, {{table-icon.png|Add table with caption}} that helps here. Clicking there gives you this template … | + | In the editing toolbar, there is an icon for a few miscellaneous |
| ``` | ``` | ||
| Line 19: | Line 19: | ||
| ==== DokuWiki syntax ==== | ==== DokuWiki syntax ==== | ||
| - | The key to the alignment of table cells are the spaces. In short, put two or more spaces where you don't want the contents to be. Zero or one space either side of cell contents will result in default left-alignment. | + | The key to the alignment of table cells are the spaces. In short, put two or more spaces |
| ``` | ``` | ||
| Line 46: | Line 46: | ||
| Markdown does not work for tables here. Perhaps there is too much overlap in syntax. | Markdown does not work for tables here. Perhaps there is too much overlap in syntax. | ||
| - | MediaWiki tables are quite difficult. | + | MediaWiki tables are quite difficult |
| This is one of the places that DokuWiki seems to have hit a sweet spot in terms of intuitive syntax. | This is one of the places that DokuWiki seems to have hit a sweet spot in terms of intuitive syntax. | ||