listblock | 10 |
preformatted | 20 |
notoc | 30 |
nocache | 40 |
header | 50 |
table | 60 |
strong | 70 |
emphasis | 80 |
underline | 90 |
plugin_pagequery | 98 |
plugin_cloud | |
monospace | 100 |
plugin_changes | 105 |
subscript | 110 |
superscript | 120 |
deleted | 130 |
plugin_indexmenu_indexmenu | 138 |
plugin_indexmenu_tag | 139 |
linebreak | 140 |
footnote | 150 |
plugin_info | 155 |
plugin_database2 | 158 |
plugin_jquerypicasawebalbum | 159 |
hr | 160 |
plugin_amazon | |
plugin_pagelist | 168 |
unformatted | 170 |
php | 180 |
html | 190 |
plugin_wrap_closesection | 195 |
plugin_wrap_spanwrap | |
plugin_wrap_div | |
plugin_wrap_divblock | |
plugin_wrap_divwrap | |
plugin_wrap_span | |
plugin_wrap_spaninline | |
code | 200 |
file | 210 |
quote | 220 |
plugin_filelist | 222 |
smiley | 230 |
acronym | 240 |
entity | 260 |
multiplyentity | 270 |
quotes | 280 |
plugin_tag_searchtags | 295 |
plugin_tag_topic | |
internallink | 300 |
plugin_gallery | 301 |
plugin_tag_tagpage | 305 |
plugin_tag_tag | |
plugin_tag_count | |
rss | 310 |
media | 320 |
externallink | 330 |
emaillink | 340 |
windowssharelink | 350 |
eol | 370 |
container | listblock, table, quote, hr |
baseonly | header |
formatting | strong, emphasis, underline, monospace, subscript, superscript, deleted, footnote, plugin_wrap_div, plugin_wrap_divblock, plugin_wrap_divwrap, plugin_wrap_span, plugin_wrap_spaninline, plugin_wrap_spanwrap |
substition | acronym, smiley, wordblock, entity, camelcaselink, internallink, media, externallink, linebreak, emaillink, windowssharelink, filelink, notoc, nocache, multiplyentity, quotes, rss, plugin_amazon, plugin_changes, plugin_cloud, plugin_database2, plugin_filelist, plugin_gallery, plugin_indexmenu_indexmenu, plugin_indexmenu_tag, plugin_info, plugin_jquerypicasawebalbum, plugin_pagelist, plugin_pagequery, plugin_tag_count, plugin_tag_searchtags, plugin_tag_tag, plugin_tag_tagpage, plugin_tag_topic, plugin_wrap_closesection |
protected | preformatted, code, file, php, html, htmlblock, phpblock |
disabled | unformatted |
paragraphs | eol |
Lists pages in a nice formatted way
$pagelist = plugin_load('helper', 'pagelist');
Description | adds an extra column for plugin data | |
---|---|---|
Parameters | plugin name | string |
column key | string |
Description | overrides standard values for showfooter and firstseconly settings | |
---|---|---|
Parameters | flags | array |
Return value | success | boolean |
Description | prepares the table header for the page list |
---|
Description | adds a page to the list | |
---|---|---|
Parameters | page attributes, 'id' required, others optional | array |
Description | returns the XHTML output | |
---|---|---|
Return value | xhtml | string |
Send anonymous data about your wiki to the DokuWiki developers
$popularity = plugin_load('helper', 'popularity');
Description | Check if autosubmit is enabled | |
---|---|---|
Return value | result | bool |
Description | Send the popularity data | |
---|---|---|
Parameters | data | string |
Description | Gather the popularity data | |
---|---|---|
Return value | data | string |
Description | Compute the last time popularity data was sent | |
---|---|---|
Return value | data | int |
tag wiki pages
$tag = plugin_load('helper', 'tag');
Description | returns the header for the tags column for pagelist | |
---|---|---|
Return value | header | string |
Description | returns the tag links of a given page | |
---|---|---|
Parameters | id | string |
Return value | links | string |
Description | generates tag links for given words | |
---|---|---|
Parameters | tags | array |
Return value | links | string |
Description | returns a list of pages tagged with the given keyword | |
---|---|---|
Parameters | namespace (optional) | string |
number (not used) | integer | |
tag (required) | string | |
Return value | pages | array |
Description | refines an array of pages with tags | |
---|---|---|
Parameters | pages to refine | array |
refinement tags | string | |
Return value | pages | array |
Description | returns a list of tags with their number of occurrences | |
---|---|---|
Parameters | list of tags to get the occurrences for | array |
namespaces to which the search shall be restricted | array | |
if all tags shall be returned (then the first parameter is ignored) | boolean | |
if the namespaces shall be searched recursively | boolean | |
Return value | tags | array |