====== Info Plugin ====== ---- plugin ---- description: Displays some information about DokuWiki's internals. (bundled with DokuWiki) author : Andreas Gohr email : andi@splitbrain.org type : syntax lastupdate : 2020-06-04 compatible : (bundled) depends : conflicts : similar : tags : listing, plugins, !bundled ---- ===== Description ===== The plugin serves as simple sample [[devel:syntax_plugins|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. ===== Syntax ===== ~~INFO:keyword~~ * **keyword** can be one of: * //syntaxmodes// --- Displays the complete list of [[devel:parser|parser modes]] together with their [[devel:parser#order_of_adding_modes_important|getSort()]] values. See also [[devel:syntax plugins]]. * //syntaxtypes// --- Displays which [[devel:syntax_plugins#syntax types]] are used by available plugins. The syntax type determine which syntax may be nested. * //syntaxplugins// --- Displays a list of available [[this>plugins?plugintype=1|syntax]] plugins. * //adminplugins// --- Displays a list of available [[this>plugins?plugintype=2|admin]] plugins. * //actionplugins// --- Displays a list of available [[this>plugins?plugintype=4|action]] plugins. * //rendererplugins// --- Displays a list of available [[this>plugins?plugintype=8|render]] plugins. * //helperplugins// --- Displays a list of available [[this>plugins?plugintype=16|helper]] plugins. * //helpermethods// --- Displays documentation of helper plugin class methods along with parameters and return values. One example of a helper plugin supporting this is [[plugin:pagelist]]. * //datetime// --- Shows the current date and time. This will be cached with the page. It can be used for cache debugging. ===== Examples ===== ==== ~~INFO:syntaxmodes~~ ==== ~~INFO:syntaxmodes~~ ==== ~~INFO:syntaxtypes~~ ==== ~~INFO:syntaxtypes~~ 'Substition' may look like a typo, but it's not (any more). It's transformed into the “standard”. See [[this>devel:syntax_plugins?s[]=substition&s[]=typo#fn__5|this footnote]] for an explanation. ;-) ==== ~~INFO:syntaxplugins~~ ==== ~~INFO:syntaxplugins~~ ==== ~~INFO:adminplugins~~ ==== ~~INFO:adminplugins~~ ==== ~~INFO:actionplugins~~ ==== ~~INFO:actionplugins~~ ==== ~~INFO:rendererplugins~~ ==== ~~INFO:rendererplugins~~ ==== ~~INFO:helperplugins~~ ==== ~~INFO:helperplugins~~ ==== ~~INFO:helpermethods~~ ==== ~~INFO:helpermethods~~