info plugin by Andreas Gohr
Displays some information about DokuWiki's internals. (bundled with DokuWiki)
Provides Syntax.
Compatible with DokuWiki (bundled).
Similar to credits.
The plugin serves as simple sample syntax plugin and is included in the DokuWiki Distribution. It is able to display some information about DokuWiki's internals, for example a list of installed and enabled plugins.
The Plugin is bundled with DokuWiki (at least since 2007-06-26) and does not need to be installed separately.
~~INFO:keyword~~
| container | listblock, table, quote, hr |
| baseonly | header |
| formatting | strong, emphasis, underline, monospace, subscript, superscript, deleted, footnote |
| substition | acronym, smiley, wordblock, entity, camelcaselink, internallink, media, externallink, linebreak, emaillink, windowssharelink, filelink, notoc, nocache, multiplyentity, quotes, rss, plugin_data_entry, plugin_data_related, plugin_data_cloud, plugin_data_table, plugin_s5, plugin_xref, plugin_gallery, plugin_pluginrepo, plugin_translation, plugin_info |
| protected | preformatted, code, file, php, html, htmlblock, phpblock |
| disabled | unformatted |
| paragraphs | eol |
'Substition' may look like a typo, but it's not (any more). It's transformed into the “standard”. See this footnote for an explanation.
The source code is available from Darcs.
Submit bugs and feature wishes in the DokuWiki Bugtracker.
Hi, I am not happy with~~INFO:version~~reportingsnapshot?as current version. Is there a simple way to display the snapshot date as version? Miquel 2008/07/01 12:48I've made a quick hack to solve this issue and have duplicated the code atinc/infoutils.phpdisplaying the content of fileVERSION. The new portion of code displays the content of a new file calledSNAPSHOTcontaining the snapshot creation time.