faq

Editez une page existante et ajouter un lien vers la page que vous souhaitez créer.

Un lien s'écrit ainsi : [[nom_de_la_page|Le lien tel qu'il s'affichera sur le site]]

En appuyant sur le lien, vous pourrez éditer et créer la contenu de la page.

voir Customisation

En ajoutant par exemple le contenu suivant au fichier /config/dokuwiki/conf/entities.local.conf

:todo:  <html><span class="fasyellowbox">TODO</span></html>
:wip:   <html><span class="fasorangebox">IN PROGRESS</span></html>
:done:  <html><span class="fasgreenbox">DONE</span></html>
:draft: <html><span class="fasbluebox">DRAFT</span></html>
:bug:   <html><span class="fasredbox">BUG</span></html>

La balise :todo: sera affichée ainsi TODO.

Bien sûr le fichier css /config/dokuwiki/conf/userstyle.css permettra d'ajouter le style nécessaire à cette nouvelle classe.

Extrait :

span.fasorangebox, span.fasredbox, span.fasbluebox, span.fasgreenbox, span.fasyellowbox {
   font-weight: bold;
   font-size: 80%;
   padding: 2px 4px;
   color: #fff;
   border: 1px solid #333;
}
span.fasredbox    { background-color: #c33;}
span.fasorangebox { background-color: #ff8c00;}
span.fasgreenbox  { background-color: #090;}
span.fasbluebox   { background-color: #4682b4; }
span.fasyellowbox { background-color: #ff0; color: #555;}
  • faq.txt
  • Last modified: 2022/02/17 18:11
  • by aziz