Outils pour utilisateurs

Outils du site


wiki:plugins

Note

Utilisation : une fois le plugin installé, tapez :

<note>
Ceci est une note, rappelez-vous en !
</note>

<note importante>
Attention au chien quand vous ouvrez la porte !
</note>

En français, vous pouvez utiliser les types de notes «importante», «tuyau», «bloquante» pour changer la couleur et l'icone de la note.

Box

A simple box:

<box> the box contents </box>

Some more complex boxes

<box 80% round orange|a title> the box contents</box>
<box 50% left blue>the box contents</box|a caption>

The full syntax:

<box width classes | title text> contents text </box>

  • width — any legal CSS width value
  • classes — any number of classes which use the styles in your template or the plugin's own stylesheet to determine the look of the box. The box plugins comes with the following classes already defined:
    • round — box will have rounded corners
    • blue — blue colour scheme
    • red — red colour scheme
    • green — green colour scheme
    • orange — orange colour scheme
    • left — float the box left within the wiki page
    • right — float the box right within the wiki page

if no classes are specified the default styles will be used, that is square corners in a colour scheme based on the default Dokuwiki colour scheme.

  • title text — text (including dokuwiki markup) displayed above the box contents, with distinct style.
  • caption text — text (no markup allowed) displayed below the box contents, with distinct style.

The opening <box … > including the title must all appear on one line. The box contents can appear over as many lines as are needed.

See the plugin in action here. The sample page shows all the styles available with the plugin.

wiki/plugins.txt · Dernière modification : 31/01/2008 | 14:%i de 127.0.0.1