-
Notifications
You must be signed in to change notification settings - Fork 26
dokuwiki api tables
LarsGit223 edited this page Jun 30, 2016
·
10 revisions
This section describes creation of tables.
These are the basic table functions with a predefined style. These are also called for basic DokuWiki rendering and therefore the function declarations need to match the class Doku_Renderer.
The function opens a table. $maxcols specifies the number of columns. Parameters $numrows and $pos are unused.
The function closes a table. Parameter $pos is unused.
The function opens a new table row.
The function closes a table row.