Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
wiki:syntax [2021/06/22 17:20] – [Text to HTML Conversions] admin | wiki:syntax [2022/08/13 21:35] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== | + | ====== |
- | [[doku> | + | [[doku> |
- | Cette page présente toutes les syntaxes utilisables lors de l' | + | ===== Basic Text Formatting ===== |
- | Pour essayer quelque chose, utilisez la page du [[playground: | + | DokuWiki supports **bold**, //italic//, __underlined__ and '' |
- | Des [[doku> | + | DokuWiki supports **bold**, //italic//, __underlined__ and '' |
+ | Of course you can **__//'' | ||
- | ===== Formatage de base du texte ===== | + | You can use < |
- | DokuWiki prend en charge les textes en **gras**, en // | + | You can use < |
- | Vous pouvez bien sûr **__//'' | + | |
- | Vous pouvez également utiliser | + | You can mark something as <del>deleted</del> as well. |
- | Vous pouvez également marquer quelque chose comme <del>supprimé</ | + | You can mark something as <del>deleted</ |
- | **Les paragraphes** sont créés à partir de lignes vides. Si vous souhaitez | + | **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. |
- | Ceci est du texte avec des sauts de ligne\\ Notez que les deux barres obliques inverses ne sont reconnues qu'à la fin d'une ligne\\ | + | This is some text with some linebreaks\\ Note that the |
- | ou suivi par\\ un espace \\voila ce qui se produit se produit sans espace.< | + | two backslashes are only recognized at the end of a line\\ |
- | ou suivi par\\ un espace | + | or followed by\\ a whitespace |
- | Vous ne devez utiliser les sauts de ligne forcés que si c'est vraiment nécessaire. | + | This is some text with some linebreaks\\ Note that the |
+ | two backslashes are only recognized at the end of a line\\ | ||
+ | or followed by\\ a whitespace \\this happens without it. | ||
- | ===== Liens ===== | + | You should use forced newlines only if really needed. |
- | DokuWiki prend en charge plusieurs méthodes pour créer des liens. | + | ===== Links ===== |
- | ==== Externe ==== | + | DokuWiki supports multiple ways of creating links. |
- | Les liens externes sont reconnus automatiquement : | + | ==== External ==== |
- | <code - >Les liens externes sont reconnus automatiquement | + | External links are recognized automagically: http:// |
- | ==== Interne ==== | + | DokuWiki supports multiple ways of creating links. External links are recognized |
+ | automagically: | ||
+ | link text as well: [[http:// | ||
+ | addresses like this one: < | ||
- | Les liens internes sont créés à l'aide de crochets. Vous pouvez soit simplement donner un [[pagename]], | + | ==== Internal ==== |
- | [[doku>pagename|Les noms de pages Wiki]] sont automatiquement convertis en minuscules, les caractères spéciaux ne sont pas autorisés. | + | Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional |
- | <code - >Vous pouvez utiliser | + | Internal links are created by using square brackets. You can either just give |
+ | a [[pagename]] or use an additional | ||
- | Pour plus de détails sur les espaces de noms, voir [[doku>namespaces]]. | + | [[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, |
- | Il est également possible de créer un lien vers une section spécifique. Ajoutez simplement le nom de la section derrière un # :<code - >Cela renvoie à [[syntaxe# | + | You can use [[some: |
- | <WRAP center round info 60%> | + | You can use [[some: |
- | * Les liens vers les [[syntaxe|pages existantes]] sont affichés dans un style différent de ceux des [[pages inexistantes]]. | + | |
- | * DokuWiki n' | + | |
- | * Lorsque le titre d'une section est modifié, son signet change également. Alors ne comptez pas trop sur les liens de section. | + | |
- | </ | + | |
+ | For details about namespaces see [[doku> | ||
+ | |||
+ | Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax# | ||
+ | |||
+ | This links to [[syntax# | ||
+ | |||
+ | Notes: | ||
+ | |||
+ | * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. | ||
+ | * DokuWiki does not use [[wp> | ||
+ | * When a section' | ||
==== Interwiki ==== | ==== Interwiki ==== | ||
- | <code - >DokuWiki | + | DokuWiki |
- | | + | |
+ | For example this is a link to Wikipedia' | ||
- | ==== Partages | + | ==== Windows |
- | <code - >Les partages | + | Windows |
- | Windows | + | |
- | <WRAP center round info 60%> | + | Notes: |
- | * Pour des raisons de sécurité, la navigation directe sur les partages Windows ne fonctionne que dans Microsoft Internet Explorer | + | |
- | * Pour Mozilla | + | * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer |
+ | * For Mozilla | ||
<?php | <?php | ||
/** | /** | ||
Ligne 77: | Ligne 92: | ||
$lang[' | $lang[' | ||
</ | </ | ||
- | </ | ||
+ | ==== Image Links ==== | ||
- | ==== Liens d'images | + | You can also use an image to link to another internal or external page by combining the syntax for links and [[# |
- | Vous pouvez également utiliser une image pour créer un lien vers une autre page interne ou externe en combinant la syntaxe des liens et des [[# | + | |
- | Remarque : Le format image est la seule syntaxe de mise en forme acceptée dans les noms de liens. | + | [[http://php.net|{{wiki: |
- | L' | + | Please note: The image formatting is the only formatting syntax accepted in link names. |
- | ===== Notes de bas de page ===== | + | |
- | Vous pouvez ajouter des notes de bas de page ((Ceci est une note de bas de page)) en utilisant des doubles parenthèses. | + | The whole [[# |
- | -> <code - >Vous pouvez ajouter des notes de bas de page ((Ceci est une note de bas de page)) en utilisant des doubles parenthèses.</ | + | |
- | ===== Sectionnement | + | ===== Footnotes |
- | Vous pouvez utiliser jusqu' | + | You can add footnotes ((This is a footnote)) by using double parentheses. |
+ | |||
+ | You can add footnotes ((This is a footnote)) by using double parentheses. | ||
+ | |||
+ | ===== Sectioning ===== | ||
+ | |||
+ | You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically | ||
==== Headline Level 3 ==== | ==== Headline Level 3 ==== | ||
Ligne 104: | Ligne 123: | ||
== Headline Level 5 == | == Headline Level 5 == | ||
- | En utilisant quatre tirets ou plus, vous pouvez créer une ligne horizontale | + | By using four or more dashes, you can make a horizontal line: |
- | <code - > | + | |
---- | ---- | ||
- | ===== Fichiers multimédias | + | ===== Media Files ===== |
+ | |||
+ | You can include external and internal [[doku> | ||
- | Vous pouvez inclure des [[doku> | + | Real size: {{wiki: |
- | Taille réelle: {{wiki: | + | Resize to given width: {{wiki: |
- | Redimensionner à une largeur donnée : {{wiki: | + | Resize to given width and height((when the aspect ratio of the given width and height doesn' |
- | Redimensionner à la largeur et à la hauteur données ((lorsque le rapport hauteur/ | + | Resized external |
- | Image externe redimensionnée : {{https:// | + | Real size: {{wiki: |
+ | Resize to given width: | ||
+ | Resize to given width and height: {{wiki: | ||
+ | Resized external image: {{https:// | ||
- | <code - >Taille réelle : {{wiki: | ||
- | Redimensionner à une largeur donnée: | ||
- | Redimensionner à la largeur et à la hauteur données : {{wiki: | ||
- | Image externe redimensionnée : {{https:// | ||
- | En utilisant des espaces à gauche ou à droite, vous pouvez choisir l' | + | By using left or right whitespaces you can choose the alignment. |
{{ wiki: | {{ wiki: | ||
Ligne 133: | Ligne 153: | ||
{{ wiki: | {{ wiki: | ||
- | <code - >{{ wiki: | + | |
- | {{wiki: | + | {{wiki: |
- | {{ wiki: | + | {{ wiki: |
- | Bien sûr, vous pouvez également ajouter un titre (affiché sous forme d' | + | Of course, you can add a title (displayed as a tooltip by most browsers), too. |
{{ wiki: | {{ wiki: | ||
- | <code - >{{ wiki: | + | |
- | Pour lier une image à une autre page, voir [[#Liens d' | + | For linking an image to another |
- | ==== Formats | + | ==== Supported Media Formats ==== |
- | DokuWiki | + | DokuWiki |
| Image | '' | | Image | '' | ||
Ligne 154: | Ligne 174: | ||
| Flash | '' | | Flash | '' | ||
- | Si vous spécifiez un nom de fichier qui n'est pas un format | + | If you specify a filename that is not a supported media format, |
+ | |||
+ | By adding ''? | ||
+ | |||
+ | {{wiki: | ||
- | En ajoutant ''? | + | {{wiki: |
- | ==== Formats | + | ==== Fallback |
Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility. | Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility. | ||
Ligne 170: | Ligne 194: | ||
Additionally DokuWiki supports a " | Additionally DokuWiki supports a " | ||
- | ===== Listes | + | ===== Lists ===== |
- | Dokuwiki | + | Dokuwiki |
- | * Ceci est une liste | + | * This is a list |
- | * Le deuxième élément | + | * The second item |
- | * Vous pouvez avoir différents niveaux | + | * You may have different levels |
- | * Un autre article | + | * Another item |
- | - La même liste mais ordonnée | + | - The same list but ordered |
- | - Un autre élément | + | - Another item |
- | - Utilisez simplement l' | + | - Just use indention for deeper levels |
- | - C'est tout | + | - That's it |
< | < | ||
- | * Ceci est une liste | + | * This is a list |
- | * Le deuxième élément | + | * The second item |
- | * Vous pouvez avoir différents niveaux | + | * You may have different levels |
- | * Un autre article | + | * Another item |
- | - La même liste mais ordonnée | + | - The same list but ordered |
- | - Un autre élément | + | - Another item |
- | - Utilisez simplement l' | + | - Just use indention for deeper levels |
- | - C'est tout | + | - That's it |
</ | </ | ||
- | Jetez également un œil à la [[doku> | + | Also take a look at the [[doku> |
===== Text Conversions ===== | ===== Text Conversions ===== | ||
- | DokuWiki | + | DokuWiki |
- | La conversion de texte en image concerne surtout les smileys. | + | The text to image conversion is mainly done for smileys. |
==== Text to Image Conversions ==== | ==== Text to Image Conversions ==== | ||
- | DokuWiki | + | DokuWiki |
* 8-) %% 8-) %% | * 8-) %% 8-) %% | ||
Ligne 223: | Ligne 247: | ||
* ;-) %% ;-) %% | * ;-) %% ;-) %% | ||
* ^_^ %% ^_^ %% | * ^_^ %% ^_^ %% | ||
+ | * m( %% m( %% | ||
* :?: %% :?: %% | * :?: %% :?: %% | ||
* :!: %% :!: %% | * :!: %% :!: %% | ||
Ligne 231: | Ligne 256: | ||
==== Text to HTML Conversions ==== | ==== Text to HTML Conversions ==== | ||
- | Typographie | + | Typography: [[DokuWiki]] |
-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) | -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) | ||
Ligne 241: | Ligne 266: | ||
</ | </ | ||
- | La même chose peut être faite pour produire n' | + | The same can be done to produce any kind of HTML, it just needs to be added to the [[doku> |
- | Trois exceptions | + | There are three exceptions |
===== Quoting ===== | ===== Quoting ===== | ||
Ligne 412: | Ligne 437: | ||
If you don't want any highlighting but want a downloadable file, specify a dash ('' | If you don't want any highlighting but want a downloadable file, specify a dash ('' | ||
+ | |||
===== Embedding HTML and PHP ===== | ===== Embedding HTML and PHP ===== | ||
Ligne 464: | Ligne 490: | ||
===== 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 485: | Ligne 510: | ||
{{rss> | {{rss> | ||
+ | |||
===== Control Macros ===== | ===== Control Macros ===== |