Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
fr:help:redaction [11/08/2021 22:57] Hugo |
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 ====== | ||
- | [[doku> | + | <WRAP center round todo 60%> |
+ | Traduction de cette section en cours | ||
+ | </ | ||
+ | |||
+ | |||
+ | [[doku> | ||
===== Basic Text Formatting ===== | ===== Basic Text Formatting ===== | ||
Ligne 438: | Ligne 443: | ||
- | ===== Embedding HTML and PHP ===== | + | ===== Embedding HTML ===== |
- | You can embed raw HTML or PHP code into your documents by using the '' | + | You can embed raw HTML into your documents by using the '' |
HTML example: | HTML example: | ||
- | < | + | < |
- | < | + | |
This is some <span style=" | This is some <span style=" | ||
</ | </ | ||
Ligne 460: | Ligne 464: | ||
</ | </ | ||
- | PHP example: | + | ===== Icones ===== |
+ | Il est possible d' | ||
+ | |||
+ | Le code suivant pour les icones // | ||
< | < | ||
- | <php> | + | <html><span class=" |
- | echo 'The PHP version: '; | + | |
- | echo phpversion(); | + | |
- | echo ' (generated inline HTML)'; | + | |
- | </php> | + | |
- | < | + | |
- | echo '< | + | |
- | echo '< | + | |
- | echo '</ | + | |
- | </PHP> | + | |
</ | </ | ||
+ | sera rendu comme suit : | ||
- | <php> | + | <html><span class=" |
- | echo 'The PHP version: '; | + | |
- | echo phpversion(); | + | |
- | echo ' (inline HTML)'; | + | |
- | </php> | + | |
- | < | + | |
- | echo '< | + | |
- | echo '< | + | |
- | echo '</ | + | |
- | </PHP> | + | |
- | **Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed. | + | Le code suivant pour les icones //Font Awesome// |
+ | <code> | ||
+ | < | ||
+ | </ | ||
+ | sera rendu comme suit : | ||
+ | < | ||
===== RSS/ATOM Feed Aggregation ===== | ===== RSS/ATOM Feed Aggregation ===== | ||
[[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http:// | [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http:// | ||
Ligne 519: | Ligne 514: | ||
| %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%< | | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%< | ||
- | ===== Syntax Plugins | + | ===== Wrap Plugin ===== |
+ | |||
+ | [[fr: | ||
+ | |||
+ | ===== Formules mathématiques | ||
- | DokuWiki' | + | https://www.dokuwiki.org/plugin:mathjax |
- | ~~INFO: | ||