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

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tools [2015/04/11 18:29] tiercetools [2016/10/26 22:01] (Version actuelle) tierce
Ligne 3: Ligne 3:
   * Les tags : https://www.dokuwiki.org/plugin:tag   * Les tags : https://www.dokuwiki.org/plugin:tag
   * Les listes de page : https://www.dokuwiki.org/plugin:pagelist   * 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 ==== ==== 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 ==== ==== Une recherche des tags ====
- 
  
 {{searchtags&nodate&desc&sort}} {{searchtags&nodate&desc&sort}}
- 
  
 ==== Lister les pages d'un Namespace ==== ==== Lister les pages d'un Namespace ====
Ligne 29: Ligne 29:
  
 <code><nspages lexique -h1 -textPages="" -nbCol=2></code> <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.1428769781.txt.gz · Dernière modification : 2015/04/11 18:29 de tierce