Ceci est une ancienne révision du document !
Table des matières
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
Un exemple de tag
{{tag>pjs naans}}
Un exemple de liste des pages tagées
{{topic>[pjs +naans]}}
Une recherche des tags
Lister les pages d'un Namespace
<nspages pjs>
Générer un index en deux colones
<nspages lexique -h1 -textPages="" -nbCol=2>
Pour combiner des Tags
{{tagtopic>[art métier]&[score]&nofooter&sort}}
Pour un nuage de mot de tout le wiki
Le plugin 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! (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 (searchstats plugin must be installed):
~~SEARCHCLOUD~~ ~~SEARCHCLOUD:number~~