==== Pour des infos sur Dokuwiki ====
* Les tags : https://www.dokuwiki.org/plugin:tag
* Les listes de page : https://www.dokuwiki.org/plugin:pagelist
* Les includes : https://www.dokuwiki.org/plugin:include
* Les namespaces : https://www.dokuwiki.org/fr:namespaces
* [[https://www.dokuwiki.org/fr:namespaces#comment_renommer_les_categories|Renomer]] à la main
* [[https://www.dokuwiki.org/plugin:move|Renomer]] via le panneau d'admin.
* Les WRAP : https://www.dokuwiki.org/plugin:wrap
==== Un exemple de tag ====
{{tag>pjs naans}}
==== Un exemple de liste des pages tagées ====
{{topic>[pjs +naans]}}
==== Une recherche des tags ====
{{searchtags&nodate&desc&sort}}
==== Lister les pages d'un Namespace ====
==== Générer un index en deux colones ====
==== Pour combiner des Tags =====
{{tagtopic>[art métier]&[score]&nofooter&sort}}
==== Pour un nuage de mot de tout le wiki ====
Le plugin [[https://www.dokuwiki.org/plugin:cloud|Cloud]] est actif.
Dont l'extrait suivant :
** Pour un Nuage des mots les plus utilisés **
~~CLOUD~~
~~CLOUD:number~~
Optionally you can specify the number of words to display. Default is 50. Allowed are numbers between 1 and 999. Each of the words is linked to the search result page for it. The words are styled in a way that more frequent words are bigger and have a darker link color.
You can exclude words from the word cloud by adding them each on its own line to ''inc/lang/[lang-code]/stopwords.txt'' or to ''conf/stopwords.txt''. Remember that last line in file should be empty to work correctly.
This plugin can also make a "tag cloud" now! ([[https://www.dokuwiki.org/plugin:tag|tag]] plugin must be installed (c'est OK) ) The syntax is also simple:
~~TAGCLOUD~~
~~TAGCLOUD:number~~
~~TAGCLOUD:number>namespace1:subns11|.|namespace2~~
It also supports clouds for the most searched words in the wiki ([[https://www.dokuwiki.org/plugin:searchstats|searchstats]] plugin must be installed):
~~SEARCHCLOUD~~
~~SEARCHCLOUD:number~~