DokuWiki

It's better when it's simple

User Tools

Site Tools


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

plugin Simple plugin to configure vertical-align in tables

Last updated on
2023-07-11
Provides
Syntax
Repository
Source

Tagged with align, tables, vertical

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: 2023-07-10 23:34 by outdead

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki