plugin:vertical
Table of Contents
Vertical Plugin
Compatible with DokuWiki
- 2024-02-06 "Kaos" unknown
- 2023-04-04 "Jack Jackrum" yes
- 2022-07-31 "Igor" yes
- 2020-07-29 "Hogfather" yes
Installation
Install the plugin using the Extension Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.
Usage
After installing the plugin you should make sure that your DokuWiki cache is updated. This can easily be done by changing any parameter value in settings (or by doing a touch conf/local.php
).
You need to set <vertical head=align body=align>
and </vertical>
tags around your table, where align
can be:
- top — sets vertical-align to
top
- center — sets vertical-align to
middle
- bottom — sets vertical-align to
bottom
<vertical head=bottom body=center> ^ **Number** ^ **Some column** ^ **Date** ^ | 1 | one | 2023-04-01 | | 2 | two | 2023-04-02 | </vertical>
plugin/vertical.txt · Last modified: by outdead