Outils pour utilisateurs

Outils du site


tools

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tools [2014/12/26 19:02] – créée tiercetools [2016/10/26 22:01] (Version actuelle) tierce
Ligne 1: Ligne 1:
-===== Tags ====+==== Pour des infos sur Dokuwiki ====
  
-Un exemple de tag+  * 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 
 +    * <del>[[https://www.dokuwiki.org/fr:namespaces#comment_renommer_les_categories|Renomer]] à la main</del> 
 +    * [[https://www.dokuwiki.org/plugin:move|Renomer]] via le panneau d'admin. 
 +  * Les WRAP : https://www.dokuwiki.org/plugin:wrap 
 + 
 + 
 +==== Un exemple de tag ====
  
 <code>{{tag>pjs naans}}</code> <code>{{tag>pjs naans}}</code>
  
-Un exemple de liste des pages tagées+==== Un exemple de liste des pages tagées ====
  
 <code>{{topic>[pjs +naans]}}</code> <code>{{topic>[pjs +naans]}}</code>
 +
 +==== Une recherche des tags ====
 +
 +{{searchtags&nodate&desc&sort}}
 +
 +==== Lister les pages d'un Namespace ====
 +
 +<code><nspages pjs></code>
 +
 +==== Générer un index en deux colones ====
 +
 +<code><nspages lexique -h1 -textPages="" -nbCol=2></code>
 +
 +==== Pour combiner des Tags =====
 +
 +<code>{{tagtopic>[art métier]&[score]&nofooter&sort}}</code>
 +
 +==== 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~~
 +
 +
tools.1419616931.txt.gz · Dernière modification : 2014/12/26 19:02 de tierce