Plugin qui permet de lister des namespaces (répertoires), sous forme de table des matières ou d'inclusion complète, TRES PRATIQUE
Include another wiki page into the current one.
https://www.dokuwiki.org/plugin:include
Examples
{{page>wiki:syntax#Tables}} //inclure à la position courante la page wiki:syntax, ancre interne "Tables"
{{namespace>:info:&linkonly&title}}
{{namespace>:info:&linkonly&title&order=title}} //si on veut trier par le titre de la page
{{page>wiki:syntax#Tables}} will include the section about tables of the syntax page.
{{namespace>project_foo}} will include all pages in the project_foo namespace.
{{page>blog:mypage&tags&comments}} will include the page blog:mypage and show the tags from the tag plugin and the number of comments from the discussion plugin. Both plugins need to be installed for this example.
{{tagtopic>testtag}} will include all pages with the tag testtag, the tag plugin needs to be installed for this example.