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édentes Révision précédente
Prochaine révision
Révision précédente
fr:help:redaction [14/08/2021 02:49]
Hugo [Icones]
fr:help:redaction [30/08/2021 19:01] (Version actuelle)
Hugo [Wrap Plugin]
Ligne 1: Ligne 1:
 ====== Guide de rédaction ====== ====== Guide de rédaction ======
 +
 +<WRAP center round todo 60%>
 +Traduction de cette section en cours
 +</WRAP>
 +
  
 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page".
Ligne 463: Ligne 468:
 Il est possible d'intégrer les icones [[https://fonts.google.com/icons|Material ]] et [[https://fontawesome.com/v5.15/how-to-use/on-the-web/referencing-icons/basic-use|Font Awesome]] dans un article en utilisant leur syntaxe propres entre deux balise %%<html>%%.  Il est possible d'intégrer les icones [[https://fonts.google.com/icons|Material ]] et [[https://fontawesome.com/v5.15/how-to-use/on-the-web/referencing-icons/basic-use|Font Awesome]] dans un article en utilisant leur syntaxe propres entre deux balise %%<html>%%. 
  
-Le code suivant :+Le code suivant pour les icones //Material// :
 <code> <code>
 +<html><span class="material-icons">home</span></html>
 +</code>
 +sera rendu comme suit : 
  
 +<html><span class="material-icons">home</span></html>
 +
 +Le code suivant pour les icones //Font Awesome// :
 +<code>
 +<html><span class="fas fa-camera"></span></html>
 </code> </code>
 sera rendu comme suit :  sera rendu comme suit : 
-<code><html> 
-This is some <span style="color:red;font-size:150%;">inline HTML</span> 
-</html> 
-<HTML> 
-<p style="border:2px dashed red;">And this is some block HTML</p> 
-</HTML> 
-</code> 
- 
-<html><span class="material-icons-outlined">home</span></html> 
  
 +<html><span class="fas fa-camera"></span></html>
 ===== RSS/ATOM Feed Aggregation ===== ===== RSS/ATOM Feed Aggregation =====
 [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters: [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
Ligne 509: Ligne 514:
 | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call | | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
  
-===== Syntax Plugins =====+===== Wrap Plugin =====
  
-DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:+[[fr:help:wrap|wrap]]
  
-~~INFO:syntaxplugins~~+===== Formules mathématiques =====
  
-[[fr:help:wrap|wrap]]+https://www.dokuwiki.org/plugin:mathjax