Outils pour utilisateurs

Outils du site


wiki:syntax

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édentesRévision précédente
Prochaine révision
Révision précédente
wiki:syntax [30/03/2023 08:23] cahethelwiki:syntax [15/10/2024 08:13] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
-====== Syntaxe de mise en page ====== +====== Formatting Syntax ======
-[[doku>fr:dokuwiki|DokuWiki]] utilise un langage de balisage simple, qui essaie de rendre les fichiers de données aussi lisibles que possible. Cette page contient toutes les syntaxes possibles que vous pouvez utiliser en éditant les pages. Regardez simplement le code source de cette page en cliquant sur le bouton //Modifier cette page//. Si vous souhaitez essayer quelque chose, rendez-vous dans la page du [[playground:playground|bac à sable]]. Les balises les plus simples sont également facilement accessibles depuis la [[fr:toolbar|barre d'outils]].+
  
-===== Mise en forme de texte basique =====+[[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". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
  
-DokuWiki accepte les textes en **gras**, //italique//, __souligné__ et ''à chasse fixe''. Bien sûr, vous pouvez tous les **__//''combiner''//__**.+===== Basic Text Formatting =====
  
 +DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these.
  
-  DokuWiki accepte les textes en **gras**, //italique//, __souligné__ et ''à chasse fixe''Bien sûr, vous pouvez tous les **__//''combiner''//__**.+  DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. 
 +  Of course you can **__//''combine''//__** all these.
  
-Vous pouvez aussi utiliser des <sub>indices</sub> et <sup>exposants</sup>.+You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
  
-  Vous pouvez aussi utiliser des <sub>indices</sub> et <sup>exposants</sup>.+  You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
  
-De plus, vous pouvez marquer un passage comme <del>supprimé</del>.+You can mark something as <del>deleted</del> as well.
  
-  De plus, vous pouvez marquer un passage comme <del>supprimé</del>.+  You can mark something as <del>deleted</del> as well.
  
-**Les paragraphes** sont créés à partir des lignes videsSi vous souhaitez **forcer un saut de ligne** sans paragraphevous pouvez utiliser deux contre-obliques suivies par un espace ou une fin de ligne+**Paragraphs** are created from blank linesIf you want to **force a newline** without a paragraphyou can use two backslashes followed by a whitespace or the end of line.
  
-Voici du texte avec des sauts de ligne\\ remarquez que les +This is some text with some linebreaks\\ Note that the 
-deux contre-obliques sont reconnues uniquement en fin de ligne\\ +two backslashes are only recognized at the end of a line\\ 
-ou suivies par\\ un espace ; \\ceci se produit sinon.+or followed by\\ a whitespace \\this happens without it.
  
-  Voici du texte avec des sauts de ligne\\ remarquez que les +  This is some text with some linebreaks\\ Note that the 
-  deux contre-obliques sont reconnues uniquement en fin de ligne\\ +  two backslashes are only recognized at the end of a line\\ 
-  ou suivies par\\ un espace ; \\ceci se produit sinon.+  or followed by\\ a whitespace \\this happens without it.
  
-Vous ne devriez forcer des sauts de ligne que si c'est vraiment nécessaire+You should use forced newlines only if really needed.
  
-===== Liens =====+===== Links =====
  
-DokuWiki propose plusieurs moyens pour créer des liens+DokuWiki supports multiple ways of creating links.
  
-==== Externes ====+==== External ====
  
-Les liens externes sont reconnus automatiquement : http://www.google.fr ou simplement www.google.fr Vous pouvez aussi donner des noms aux liens : [[http://www.google.fr|Ce lien pointe vers Google]]. Les adresses de courriel comme celle-ci : <andi@splitbrain.org> sont également reconnues+External links are recognized automagically: http://www.google.com or simply www.google.com You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
  
-  Les liens externes sont reconnus automatiquement : http://www.google.fr  +  DokuWiki supports multiple ways of creating links. External links are recognized 
-  ou simplement www.google.fr Vous pouvez aussi donner des noms aux  +  automagically: http://www.google.com or simply www.google.com You can set 
-  liens : [[http://www.google.fr|Ce lien pointe vers Google]]. Les adresses  +  link text as well: [[http://www.google.com|This Link points to google]]. Email 
-  de courriel comme celle-ci : <andi@splitbrain.org> sont également reconnues+  addresses like this one: <andi@splitbrain.org> are recognized, too.
  
 +==== Internal ====
  
 +Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
  
-==== Internes ====+  Internal links are created by using square brackets. You can either just give 
 +  a [[pagename]] or use an additional [[pagename|link text]].
  
-Les liens internes sont créés en utilisant des crochets. Vous pouvez juste utiliser un [[nom de page]] ou utiliser un [[nom de page|texte de lien]].+[[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
  
-  Les liens internes sont créés en utilisant des crochets. Vous pouvez juste +You can use [[some:namespaces]] by using a colon in the pagename.
-  utiliser un [[nom de page]] ou utiliser un [[nom de page|texte de lien]].+
  
-Les [[doku>fr:pagename|noms de pages wiki]] sont automatiquement convertis en minuscules ; les caractères spéciaux ne sont pas autorisés.+  You can use [[some:namespaces]] by using a colon in the pagename.
  
-Vous pouvez utiliser les [[voici:des:categories]] en utilisant les deux points dans le nom de page.+For details about namespaces see [[doku>namespaces]].
  
-  Vous pouvez utiliser les [[voici:des:categories]] en utilisant +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#internal|this Section]].
-  les deux points dans le nom de page.+
  
-Pour plus de détails sur les catégories, voir [[doku>fr:namespaces|Catégories]].+  This links to [[syntax#internal|this Section]].
  
-Les liens vers une section spécifique d'une page sont également possibles (voir la partie [[syntax#decoupage_en_sections|Découpage en sections]]). Ajoutez simplement le nom de la section après un caractère dièse comme en HTML. Ce lien renvoie vers [[syntax#internes|cette section]].+Notes:
  
-  Ce lien renvoie vers [[syntax#internes|cette section]]. +  * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones
- +  * DokuWiki does not use [[wp>CamelCase]] to automatically create links by defaultbut this behavior can be enabled in the [[doku>config]] fileHintIf DokuWiki is a linkthen it's enabled
-Notes : +  * When a section's heading is changedits bookmark changes, tooSo don't rely on section linking too much.
- +
-  Les liens vers des [[syntax|pages existantes]] sont montrés dans un style différent des liens vers des pages [[inexistantes]]. +
-  * Par défaut, DokuWiki n'utilise pas la syntaxe [[wpfr>CamelCase]] pour créer des liensmais ce comportement peut être activé dans le fichier de [[doku>fr:config|configuration]]. Astuce si le mot DokuWiki apparaît sur cette page comme un lienalors c'est que la syntaxe CamelCase est activée.  +
-  * Lorsque le titre d'une section est modifiéalors son lien change aussiDonc ne comptez pas trop sur les liens de section. +
  
 ==== Interwiki ==== ==== Interwiki ====
  
-Les liens [[doku>fr:interwiki|Interwiki]] sont des liens rapides vers d'autres Wikis.\\ +DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis[[wp>Wiki]].
-Par exemple [[wpfr>Wiki|Wiki]] ou [[wp>fr:Wiki|Wiki]] sont des liens vers la définition des Wikis dans Wikipedia en français.+
  
-  Les liens [[doku>fr:interwiki|Interwiki]] sont des liens rapides vers d'autres Wikis.\\ +  DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. 
-  Par exemple [[wpfr>Wiki|Wiki]] ou [[wp>fr:Wiki|Wiki]] sont des liens vers la définition des Wikis dans Wikipedia en français.+  For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
  
-==== Partages Windows ====+==== Windows Shares ====
  
-Les partages Windows tels que [[\\serveurnt4\partage|ceci]] sont également reconnusVeuillez noter qu'ils n'ont un sens que dans un groupe d'utilisateurs homogène tels qu'un [[wpfr>Intranet]] d'entreprise+Windows shares like [[\\server\share|this]] are recognized, tooPlease note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]].
  
-  Les partages Windows tels que [[\\serveur\partage|ceci]] sont également reconnus.+  Windows Shares like [[\\server\share|this]] are recognized, too.
  
-Notes :+Notes:
  
-  * Pour des raisons de sécurité, la navigation directe sur partages Windows ne fonctionne que dans //Microsoft Internet Explorer// par défaut (et seulement dans la « zone locale »).  +  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone"). 
-  * Pour //Mozilla// et //Firefox//, sans réglages, ça ne fonctionne pas. Voir [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|cette fiche]] de la base de connaissance de Mozilla pour les contournements possiblesIl restera cependant un avertissement JavaScript. Pour supprimer cet avertissementpour tous les visiteurs du wiki, ajouter cette ligne dans le fichier texte ''conf/userscript.js'':<code javascript+  * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows ShareTo remove this warning (for all users)put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php
-LANG.nosmblinks = '';+<?php 
 +/** 
 + * Customization of the english language file 
 + * Copy only the strings that needs to be modified 
 + */ 
 +$lang['js']['nosmblinks'= '';
 </code> </code>
  
-==== Liens images ====+==== Image Links ====
  
-Vous pouvez aussi utiliser une image afin de créer un lien vers une autre page interne ou externe en combinant les syntaxes des liens et des [[#Images et autres fichiers|images]] (voir plus bascomme ceci :+You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see belowlike this:
  
-  [[http://www.php.net|{{wiki:dokuwiki-128.png}}]]+  [[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
-[[http://www.php.net|{{wiki:dokuwiki-128.png}}]]+[[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
-NB la mise en forme image est la seule syntaxe de mise en forme acceptée comme nom de lien.+Please noteThe image formatting is the only formatting syntax accepted in link names.
  
-la totalité des syntaxes d'[[#Images et autres fichiers|image]] et de [[#Liens]] est possible (y compris le redimensionnement d'image, les images internes et externes, les URL et les liens interwikis).+The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizinginternal and external images and URLs and interwiki links).
  
-===== Notes de pied de page =====+===== Footnotes =====
  
-Vous pouvez ajouter des notes de pied de page ((Ceci est une note de pied de page)) en utilisant des parenthèses doubles.+You can add footnotes ((This is a footnote)) by using double parentheses.
  
-  Vous pouvez ajouter des notes de pied de page ((Ceci est une note de pied de page)) en utilisant des parenthèses doubles.+  You can add footnotes ((This is a footnote)) by using double parentheses.
  
 +===== Sectioning =====
  
-===== Découpage en sections =====+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 -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document.
  
-Vous pouvez utiliser jusqu'à cinq niveaux de titres différents afin de **structurer** le contenu. Si vous avez plus de trois titres, une table des matières est construite automatiquement -- ceci peut être désactivé en incluant la chaîne  +==== Headline Level 3 ==== 
-''<nowiki>~~NOTOC~~</nowiki>'' dans le document.+=== Headline Level 4 === 
 +== Headline Level 5 ==
  
 +  ==== Headline Level 3 ====
 +  === Headline Level 4 ===
 +  == Headline Level 5 ==
  
 +By using four or more dashes, you can make a horizontal line:
  
-==== Titre niveau 3 ==== +----
-=== Titre niveau 4 === +
-== Titre niveau 5 ==+
  
-  ==== Titre niveau 3 ==== +===== Media Files =====
-  === Titre niveau 4 === +
-  == Titre niveau 5 == +
- +
-En utilisant quatre tirets ou plus, vous pouvez créer une ligne horizontale : +
- +
----- +
-\\ +
-<code>----</code> +
-===== Images et autres fichiers =====+
  
-Vous pouvez insérer des [[doku>fr:images|images, fichiers audio et vidéo]] (ou autres fichiers) internes ou externes avec des accoladesAdditionnelement, vous pouvez en préciser la taille. +You can include external and internal [[doku>images|images, videos and audio files]] with curly bracketsOptionally you can specify the size of them.
-  +
-taille originale :                 {{wiki:dokuwiki-128.png}}+
  
-largeur donnée                   {{wiki:dokuwiki-128.png?50}}+Real size                       {{wiki:dokuwiki-128.png}}
  
-hauteur et largeur données((Si les proportions de l'image ne sont pas respectées, celle-ci sera découpée avant redimensionnement selon les nouvelles proportions)) : {{wiki:dokuwiki-128.png?200x50}}+Resize to given width           {{wiki:dokuwiki-128.png?50}}
  
-Image externe redimensionnée      {{http://de3.php.net/images/php.gif?200x50}}+Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
  
-  taille originale                {{wiki:dokuwiki-128.png}} +Resized external image          {{https://www.php.net/images/php.gif?200x50}}
-  largeur donnée :                  {{wiki:dokuwiki-128.png?50}} +
-  hauteur et largeur données :      {{wiki:dokuwiki-128.png?200x50}} +
-  Image externe redimensionnée :    {{http://de3.php.net/images/php.gif?200x50}}+
  
 +  Real size:                        {{wiki:dokuwiki-128.png}}
 +  Resize to given width:            {{wiki:dokuwiki-128.png?50}}
 +  Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
 +  Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
  
-Par défaut les images se placent au fil du texte, centrées verticalement. 
  
-Vous pouvez les aligner avec des espaces à gauche ou à droite :+By using left or right whitespaces you can choose the alignment.
  
 {{ wiki:dokuwiki-128.png}} {{ wiki:dokuwiki-128.png}}
Ligne 162: Ligne 157:
   {{ wiki:dokuwiki-128.png }}   {{ wiki:dokuwiki-128.png }}
  
-Bien sûrvous pouvez  ajouter un titreaffiché comme une bulle d'aide par les navigateurs.+Of courseyou can add a title (displayed as a tooltip by most browsers)too.
  
-{{ wiki:dokuwiki-128.png |Ceci est le titre}}+{{ wiki:dokuwiki-128.png |This is the caption}}
  
-  {{ wiki:dokuwiki-128.png |Ceci est le titre}}+  {{ wiki:dokuwiki-128.png |This is the caption}}
  
------- +For linking an image to another page see [[#Image Links]] above.
  
-Les fichiers qui ne sont pas affichables (voir tableau des médias pris en charge dans la [[#Médias pris en charge|section suivante]]), sont représentés uniquement comme un lien de téléchargement. Par défaut, les images disposent d'un lien vers une page de détails.+==== Supported Media Formats ====
  
-Vous pouvez modifier ce comportement :+DokuWiki can embed the following media formats directly.
  
-{{wiki:dokuwiki-128.png?nolink}} Pas de lien.\\ +| Image | ''gif'', ''jpg'', ''png''  | 
-{{wiki:dokuwiki-128.png?direct}} Lien direct sur le media.\\ +| Video | ''webm'', ''ogv'', ''mp4'' | 
-{{wiki:dokuwiki-128.png?linkonly}} Uniquement le lien direct.\\ +| Audio | ''ogg'', ''mp3'', ''wav''  | 
-[[http://www.php.net|{{wiki:dokuwiki-128.png}}]] Lien vers une page. Voir [[#liens images]] ci dessus+Flash | ''swf''                    |
  
-  {{wiki:dokuwiki-128.png?nolink}} Pas de lien. +If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
-  {{wiki:dokuwiki-128.png?direct}} Lien direct sur le media. +
-  {{wiki:dokuwiki-128.png?linkonly}} Uniquement le lien direct. +
-  [[http://www.php.net|{{wiki:dokuwiki-128.png}}]] Lien vers une page. Voir [[#liens images]] ci dessus+
  
 +By adding ''?linkonly'' you provide a link to the media without displaying it inline
  
-Vous pouvez combiner plusieurs effets avec ''&'' :+  {{wiki:dokuwiki-128.png?linkonly}}
  
-{{wiki:dokuwiki-128.png?50&nolink|Le titre}} +{{wiki:dokuwiki-128.png?linkonly}} This is just a link to the image.
-  {{wiki:dokuwiki-128.png?50&nolink|Le titre}}+
  
-==== Médias pris en charge ====+==== Fallback Formats ====
  
-DokuWiki peut directement présenter les formats de fichiers suivants+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.
  
-^ Image  | ''gif'', ''jpg'', ''png''   | +For example consider this embedded mp4 video:
-^ Vidéo  | ''webm'', ''ogv'', ''mp4'' +
-^ Audio  | ''ogg'', ''mp3'', ''wav''   | +
-^ Flash  | ''swf''                     |+
  
-Si vous indiquez un fichier dans un format non pris en charge, DokuWiki le présentera comme un lien de téléchargement.+  {{video.mp4|A funny video}}
  
-==== Formats de repli ====+When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
  
-Malheureusement, certains navigateurs ne comprennent qu'un ensemble restreint de formats vidéo et audioPour atténuer ce problème, vous pouvez téléverser vos vidéos et audio dans différents formats pour augmenter la compatibilité avec les divers navigateursDokuWiki présentera alors des alternatives au navigateur.+Additionally DokuWiki supports a "poster" image which will be shown before the video has startedThat image needs to have the same filename as the video and be either a jpg or png fileIn the example above a ''video.jpg'' file would work.
  
-Par exemple, si vous avez téléversé ''film.webm'', ''film.ogv'' et ''film.mp4'', lorsque vous présentez la vidéo mp4 comme ceci :+===== Lists =====
  
-  {{film.mp4|une vidéo sympa}}+Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
  
-DokuWiki indiquera automatiquement les alternatives ''film.webm'', ''film.ogv'' de telle sorte que l'un des formats au moins soit reconnu par le navigateur.+  * This is a list 
 +  * The second item 
 +    * You may have different levels 
 +  * Another item
  
-De plus, DokuWiki permet d'utiliser une image poster qui est affichée avant le démarrage de la vidéo. Cette image doit avoir le même nom que la vidéo et être soit une image jpeg, soit une image png. Dans l'exemple précédent, on aurait pu utiliser une image nommée ''film.jpg''+  The same list but ordered 
- +  - Another item 
- +    - Just use indention for deeper levels 
-===== Listes ===== +  - That's it
- +
-DokuWiki accepte les listes ordonnées et non ordonnées. Pour créer un élément de liste, indentez votre texte par deux espaces et utilisez une ''*'' pour une liste non ordonnée ou un ''-'' pour une liste ordonnée.  +
- +
-  * Ceci est une liste +
-  * Le second élément +
-    * Vous pouvez avoir plusieurs niveaux +
-  * Un autre élément +
- +
-  La même liste mais ordonnée +
-  - Un autre élément +
-    - Utilisez simplement l'indentation pour des niveaux plus profonds +
-  - Et voilà+
  
 <code> <code>
-  * Ceci est une liste +  * This is a list 
-  * Le second élément +  * The second item 
-    * Vous pouvez avoir plusieurs niveaux +    * You may have different levels 
-  * Un autre élément+  * Another item
  
-  - La même liste mais ordonnée +  - The same list but ordered 
-  - Un autre élément +  - Another item 
-    - Utilisez simplement l'indentation pour des niveaux plus profonds +    - Just use indention for deeper levels 
-  - Et voilà+  - That's it
 </code> </code>
  
-Vous pouvez aussi consulter notre [[doku>fr:faq:lists|FAQ sur les listes]] +Also take a look at the [[doku>faq:lists|FAQ on list items]].
  
-===== Conversions textuelles =====+===== Text Conversions =====
  
-DokuWiki peut convertir certains caractères ou chaînes de caractère prédéfinis en image, autre texte, ou HTML.+DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
  
-Les conversions en image sont principalement utilisée pour les émoticônes (//smileys//)Les conversions en texte ou HTML sont utilisées pour des raisons de typographiemais peuvent également être configurées pour utiliser d'autres balises HTML.+The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacementsbut can be configured to use other HTML as well.
  
-==== Emoticônes (smileys) ====+==== Text to Image Conversions ====
  
-DokuWiki transforme les [[wpfr>Émoticône]]s courantes en leurs équivalents graphiquesOn peut facilement en [[doku>fr:smileys|ajouter d'autres]]. Voici une vue d'ensemble des émoticônes incluses dans DokuWiki+DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalentsThose [[doku>Smileys]] and other images can be configured and extendedHere is an overview of Smileys included in DokuWiki:
  
   * 8-) %%  8-)  %%   * 8-) %%  8-)  %%
Ligne 267: Ligne 247:
   * ;-) %%  ;-)  %%   * ;-) %%  ;-)  %%
   * ^_^ %%  ^_^  %%   * ^_^ %%  ^_^  %%
 +  * m(  %%  m(   %%
   * :?: %%  :?:  %%   * :?: %%  :?:  %%
   * :!: %%  :!:  %%   * :!: %%  :!:  %%
Ligne 273: Ligne 254:
   * DELETEME %% DELETEME %%   * DELETEME %% DELETEME %%
  
-==== Typographie ====+==== Text to HTML Conversions ====
  
-[[doku>fr:dokuwiki|DokuWiki]] peut convertir de simples caractères de texte brut en leurs entités typographiques correctesVoici un exemple des caractères reconnus+Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entitiesHere is an example of recognized characters.
  
 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
Ligne 285: Ligne 266:
 </code> </code>
  
-Il est possible de faire la même chose pour n'importe quelle balise HTML. Il suffit pour cela de rajouter une ligne dans le [[doku>fr:entities|fichier de motifs]].+The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].
  
-Il existe trois exceptions à ce mécanisme. le symbole de multiplication (640x480), les %%'%%apostrophes%%'%% et les "guillemets"On peut toutefois désactiver ces trois substitutions par une [[doku>fr:config:typography|option de configuration]].+There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'singleand "double quotes"They can be turned off through a [[doku>config:typography|config option]].
  
-===== Citations =====+===== Quoting =====
  
-Parfois vous souhaitez marquer du texte afin de montrer que c'est une réponse ou un commentaireVous pouvez utiliser la syntaxe suivante :+Some times you want to mark some text to show it's a reply or commentYou can use the following syntax:
  
-  Je pense que nous devrions le faire +<code
-   +I think we should do it
-  Non nous ne devrions pas +
-   +
-  >> Eh bien, je pense que si +
-   +
-  > Vraiment ? +
-   +
-  >> Oui ! +
-   +
-  >>> Alors faisons-le !+
  
-Je pense que nous devrions le faire+> No we shouldn't
  
-Non nous ne devrions pas+>> Well, I say we should
  
->> Eh bien, je pense que si+Really?
  
-Vraiment ?+>> Yes!
  
->> Oui !+>>> Then lets do it! 
 +</code>
  
->>> Alors faisons-le !+I think we should do it
  
-===== Tableaux =====+> No we shouldn't
  
-DokuWiki propose une syntaxe simple pour créer des tableaux. +>> Well, I say we should
  
-^ Titre 1        ^ Titre 2                                                ^ Titre 3        ^ +> Really?
-| Ligne 1 Col 1  | Ligne 1 Col 2                                          | Ligne 1 Col 3  | +
-| Ligne 2 Col 1  | colonnes fusionnées (notez la double barre verticale)                  || +
-| Ligne 3 Col 1  | Ligne 2 Col 2                                          | Ligne 2 Col 3  |+
  
-Les lignes de tableau doivent commencer et se terminer avec une //barre verticale// ''|'' pour des lignes normales ou avec un ''^'' pour les titres. +>> Yes!
  
-  ^ Titre 1         ^ Titre 2           ^ Titre 3                            ^ +>>> Then lets do it!
-  | Ligne 1 Col 1   | Ligne 1 Col 2     | Ligne 1 Col 3                      | +
-  | Ligne 2 Col 1   | colonnes fusionnées (notez la double barre verticale) || +
-  | Ligne 3 Col 1   | Ligne 2 Col 2     | Ligne 2 Col 3                      |+
  
-Pour fusionner des cellules horizontalement, videz simplement complètement la cellule suivante comme il est montré ci-dessus. Assurez-vous d'avoir toujours le même nombre de séparateurs de cellules !+===== Tables =====
  
-Les titres de tableau verticaux sont également possibles+DokuWiki supports a simple syntax to create tables.
  
-|          Titre                   Titre        ^ +Heading      Heading       Heading          ^ 
-^ Titre  Ligne 1 Col 2             Ligne 1 Col 3  +Row 1 Col 1    | Row 1 Col 2     Row 1 Col 3        
-^ Titre 4  pas de fusion cette fois                 +Row 2 Col 1    | some colspan (note the double pipe) || 
-^ Titre 5  Ligne 2 Col 2             Ligne 2 Col 3  |+Row 3 Col 1    Row 3 Col     | Row 3 Col 3        |
  
-Comme vous pouvez le constater, c'est le séparateur ('|' ou '^') précédant une cellule qui détermine le format :+Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
  
-  |              Titre                  Titre 2          ^ +  ^ Heading      Heading       ^ Heading 3          ^ 
-  ^ Titre 3      Ligne 1 Col 2            Ligne 1 Col 3    +  | Row 1 Col 1    | Row 1 Col 2     Row 1 Col 3        
-  ^ Titre 4      pas de fusion cette fois                  +  | Row 2 Col 1    | some colspan (note the double pipe) || 
-  ^ Titre 5      Ligne 2 Col 2            Ligne 2 Col 3    |+  | Row 3 Col 1    Row 3 Col     | Row 3 Col 3        |
  
-Vous pouvez fusionner des cellules verticalement en ajoutant ::: dans les cellules sous celles avec laquelle elles doivent fusionner. +To connect cells horizontally, just make the next cell completely empty as shown aboveBe sure to have always the same amount of cell separators!
-:!: Cette fonctionnalité n'est disponible que pour les versions supérieures à 2009-02-14b+
  
-^ Titre 1        ^ Titre 2                                 ^ Titre 3        ^ +Vertical tableheaders are possible, too.
-| Ligne 1 Col 1  |  Cette cellule s'étend\\ verticalement  | Ligne 1 Col 3  | +
-| Ligne 2 Col 1  | :::                                     | Ligne 2 Col 3  | +
-| Ligne 3 Col 1  | :::                                     | Ligne 3 Col 3  |+
  
-Ces cellules ne doivent rien contenir d'autre que l'indicateur de fusion vertical.+|              ^ Heading 1            ^ Heading 2          ^ 
 +^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        | 
 +^ Heading 4    | no colspan this time |                    | 
 +^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |
  
-  ^ Titre 1       ^ Titre 2                                  ^ Titre 3       ^ +As you can see, it'the cell separator before a cell which decides about the formatting:
-  | Ligne 1 Col 1 |  Cette cellule s'étend\\ verticalement   | Ligne 1 Col 3 | +
-  | Ligne 2 Col 1 | :::                                      | Ligne 2 Col 3 | +
-  | Ligne 3 Col 1 | ::                                     | Ligne 3 Col 3 |+
  
 +  |              ^ Heading 1            ^ Heading 2          ^
 +  ^ Heading 3    | Row 1 Col 2          | Row 1 Col 3        |
 +  ^ Heading 4    | no colspan this time |                    |
 +  ^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |
  
-Vous pouvez également aligner les contenus du tableau (uniquement horizontalement). Ajoutez simplement au moins deux espaces à l'extrémité opposée de votre texte ajoutez deux espaces sur la gauche pour aligner à droite, deux espaces sur la droite pour aligner à gauche et deux espaces au moins à chaque extrémité pour centrer le texte+You can have rowspans (vertically connected cellsby adding ''%%:::%%'' into the cells below the one to which they should connect.
  
- Tableau avec alignement                                ||| +Heading 1      ^ Heading 2                  ^ Heading 3          ^ 
-                   droite  centré       gauche        | +Row 1 Col 1    this cell spans vertically Row 1 Col 3        | 
-gauche                    |        droite |  centré       +Row 2 Col 1    :::                        | Row 2 Col 3        | 
-xxxxxxxxxxxx              xxxxxxxxxxxx  xxxxxxxxxxxx  |+Row 3 Col 1    :::                        Row 2 Col 3        |
  
-Voici à quoi ça ressemble dans le code source :+Apart from the rowspan syntax those cells should not contain anything else.
  
-  ^          Tableau avec alignement         ^^^ +  ^ Heading 1      Heading 2                  Heading 3          
-  |        droite|    centré    |gauche        | +  | Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        | 
-  |gauche        |        droite|    centré    |+  | Row 2 Col 1    :::                        | Row 2 Col 3        | 
 +  | Row 3 Col 1    :::                        | Row 2 Col 3        
 + 
 +You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text. 
 + 
 +^           Table with alignment           ^^^ 
 +|         right|    center    |left          | 
 +|left          |         right|    center    | 
 +| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | 
 + 
 +This is how it looks in the source: 
 + 
 +  ^           Table with alignment           ^^^ 
 +  |         right|    center    |left          | 
 +  |left          |         right|    center    |
   | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |   | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
 +Note: Vertical alignment is not supported.
  
-===== Blocs non analysés =====+===== No Formatting =====
  
-Si vous avez besoin d'afficher du texte exactement comme il est saisi (sans aucun formatage), entourez le texte soit de balises ''%%<nowiki>%%'' soit, plus simplement encorede double signe pourcent ''<nowiki>%%</nowiki>''.+If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simplerwith double percent signs ''<nowiki>%%</nowiki>''.
  
 <nowiki> <nowiki>
-Voilà du texte qui contient une adresse : http://www.splitbrain.org et de la **mise en formee** ; mais +This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
-il est reproduit tel quel.+
 </nowiki> </nowiki>
-La même chose est vraie pour  %%//__ce__ texte// avec une émoticône ;-)%%.+The same is true for %%//__this__ text// with a smiley ;-)%%.
  
   <nowiki>   <nowiki>
-  Voilà du texte qui contient une adresse : http://www.splitbrain.org et de la **mise en formee** ; mais +  This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
-  il est reproduit tel quel.+
   </nowiki>   </nowiki>
-  La même chose est vraie pour  %%//__ce__ texte// avec une émoticône ;-)%%. +  The same is true for %%//__this__ text// with a smiley ;-)%%.
-  <nowiki>+
  
 +===== Code Blocks =====
  
 +You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
  
-===== Extensions de syntaxe : WRAP =====+  This is text is indented by two spaces.
  
-Basic Syntax: +<code
-  <WRAP classes #id width :language+This is preformatted code all spaces are preservedlike              <-this 
-  "big" content +</code>
-  </WRAP> +
-   +
-  **or** +
-  <block classes #id width :language> +
-  "big" content +
-  </block> +
-   +
-  or +
-  <div classes #id width :language> +
-  "big" content +
-  </div> +
-An uppercase **%%<WRAP>%%** (or alternatively **%%<block>%%** or **%%<div>%%**) creates a **''div''** and should be used for **"big"** containers, **surrounding** paragraphs, lists, tables, etc. +
-   +
-  <wrap classes #id width :language>"small" content</wrap> +
-   +
-  or +
-  <inline classes #id width :language>"small" content</inline> +
-   +
-  or +
-  <span classes #id width :language>"small" content</span> +
-A lowercase **%%<wrap>%%** (or alternatively **%%<inline>%%** or **%%<span>%%**) creates a **''span''** and should be used for **"small"** containers, **inside** paragraphs, lists, tables, etc.+
  
-Since version 2013-06-13 there is also shorthand syntax (for wraps without content):+<file> 
 +This is pretty much the same, but you could use it to show that you quoted file. 
 +</file>
  
-  <WRAP classes #id /> or <block classes #id /> or <div classes #id />+Those blocks were created by this source:
  
-and+    This is text is indented by two spaces.
  
-  <wrap classes #id /or <inline classes #id /> or <span classes #id />+  <code> 
 +  This is preformatted code all spaces are preserved: like              <-this 
 +  </code>
  
-:!: Please note, some things **won't work with spans**: **alignments** (including alignments generated by changing the text direction)**multi-columns** and **widths** if the according wrap isn't floated as well.+  <file> 
 +  This is pretty much the samebut you could use it to show that you quoted a file. 
 +  </file>
  
 +==== Syntax Highlighting ====
  
-==== Classes ====+[[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
  
-The following classes are currently available:+<code java> 
 +/** 
 + The HelloWorldApp class implements an application that 
 + * simply displays "Hello World!" to the standard output. 
 + */ 
 +class HelloWorldApp { 
 +    public static void main(String[] args) { 
 +        System.out.println("Hello World!"); //Display the string. 
 +    } 
 +
 +</code>
  
-^ class name                                                                                        ^ description/notes                                                                                                                                     ^ +The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic//
-^ __columns__ -- similar to [[columns]], [[side_note]], [[styler]], [[tip]]                                                                                                                                                                                || +
-| **''column''**                                                                                    | same as ''left'' in LTR languages and same as ''right'' in RTL languages                                                                              | +
-| **''left''**                                                                                      | same as ''column'', will let you float your container on the left                                                                                     | +
-| **''right''**                                                                                     | will let the container float right                                                                                                                    | +
-| **''center''**                                                                                    | will position the container in the horizontal center of the page                                                                                      | +
-| **''col2''**..**''col5''**                                                                        | will show the text in multiple columns determined by their amount (2, 3, 4 or 5), only works in modern browsers (no IE9 and below)                    | +
-| **''colsmall''**, **''colmedium''**, **''collarge''**                                             | will also show the text in multiple columns but determined by their width (small, medium or large), only works in modern browsers (no IE9 and below) +
-^ __widths__ -- :!**experimental**, might not work as expected, includes mobile support                                                                                                                                                                  || +
-| **''half''**                                                                                      | fits two columns in a row, should be used in pairs                                                                                                    | +
-| **''third''**                                                                                     | fits three or two columns in a row, should be used in triplets or together with ''twothirds''                                                         | +
-| **''twothirds''**                                                                                 | fits two columns in a row when used together with ''third'', one 1/3 wide and another 2/3 wide                                                        | +
-| **''quarter''**                                                                                   | fits four columns in a row, should be used in quads                                                                                                   | +
-^ __alignments__ -- similar to [[divalign]], [[columns]], [[styler]] -- :!: don't work with spans!                                                                                                                                                         || +
-| **''leftalign''**                                                                                 | aligns text on the left                                                                                                                               | +
-| **''rightalign''**                                                                                | aligns text on the right                                                                                                                              | +
-| **''centeralign''**                                                                               | centers the text                                                                                                                                      | +
-| **''justify''**                                                                                   | justifies the text                                                                                                                                    | +
-^ __boxes and notes__ -- similar to [[box]], [[note]], [[tip]]                                                                                                                                                                                             || +
-| **''box''**                                                                                       | creates a box around the container (uses colours from ''style.ini''                                                                                 | +
-| **''info''** (was ''information'' in first version)                                               | creates a blue box with an info icon                                                                                                                  | +
-| **''important''**                                                                                 | creates an orange box with an important icon                                                                                                          | +
-| **''alert''** (:!: was ''warning'' in previous versions)                                          | creates a red box with an alert icon                                                                                                                  | +
-| **''tip''**                                                                                       | creates a yellow box with a tip icon                                                                                                                  | +
-| **''help''**                                                                                      | creates a violet box with a help icon                                                                                                                 | +
-| **''todo''**                                                                                      | creates a cyan box with an todo icon                                                                                                                  | +
-| **''download''**                                                                                  | creates a green box with a download icon                                                                                                              | +
-| **''round''**                                                                                     | adds rounded corners to any container with a background colour or a border (only works in modern browsers, i.e. no IE)                                | +
-| **''danger''**                                                                                    | creates a red danger safety note                                                                                                                      | +
-| **''warning''**                                                                                   | creates an orange warning safety note                                                                                                                 | +
-| **''caution''**                                                                                   | creates a yellow caution safety note                                                                                                                  | +
-| **''notice''**                                                                                    | creates a blue notice safety note                                                                                                                     | +
-| **''safety''**                                                                                    | creates a green safety note                                                                                                                           | +
-^ __marks__ -- similar to [[emphasis]], [[important_paragraf]], [[importanttext]]                                                                                                                                                                          || +
-| **''hi''**                                                                                        | marks text as highlighted                                                                                                                             | +
-| **''lo''**                                                                                        | marks text as less significant                                                                                                                        | +
-| **''em''**                                                                                        | marks text as especially emphasised                                                                                                                   | +
-^ __miscellaneous__                                                                                                                                                                                                                                        || +
-| **''clear''**                                                                                     | similar to [[clearfloat]], should preferably be used with divs, i.e. uppercase ''%%<WRAP>%%''                                                       | +
-| **''tabs''**                                                                                      | if wrapped around a list of links, will show those as tabs                                                                                            | +
-| **''hide''**                                                                                      | hides the text per CSS (the text will still appear in the source code, in non-modern browsers and is searchable)                                      | +
-| **''noprint''**                                                                                   | displays text on the screen, but not in print, similar to [[noprint]]                                                                                 | +
-| **''onlyprint''**                                                                                 | displays text only in print, but not on the screen                                                                                                    | +
-| **''pagebreak''**                                                                                 | forces a new page in printouts (not visible on the screen), similar to [[pagebreak]]                                                                  | +
-| **''nopagebreak''**                                                                               | tries to avoid a pagebreak in printouts (not visible on the screen)                                                                                   | +
-| **''spoiler''**                                                                                   | shows white text on a white background, only to be revealed by highlighting it; similar to [[hide]]                                                   | +
-| **''button''**                                                                                    | when wrapped around a link, styles it like a button                                                                                                   | +
-| **''tablewidth''**                                                                                | sets widths of tables inside to whichever width the wrap gets, partly replaces [[tablewidth]]                                                         | +
-| **''indent''**                                                                                    | indents the text, could be used instead of [[tab]]                                                                                                    | +
-| **''outdent''**                                                                                   | "outdents" the text, could partly be used instead of [[outdent]]                                                                                      | +
-| **''prewrap''**                                                                                   | wraps text inside pre-formatted code blocks, similar to [[wpre]]                                                                                      |+
  
 +There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
  
-==== Widths ====+==== Downloadable Code Blocks ====
  
-You can set any valid widths on any uppercase %%<WRAP>%% container: ''%, px, em, rem, ex, ch, vw, vh, pt, pc, cm, mm, in''. Just set the width before or after or with the classese.g. +When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as aboveyou might want to make the shown code available for download as wellYou can do this by specifying a file name after language code like this:
-  <WRAP someclass 50% anotherclass>... +
-All except percentages will be reduced to have the maximum width available on smaller screens.+
  
-You can also use the width keywords ''half'', ''third'', ''twothirds'' and ''quarter''. To work correctly they need another wrap around them. E.g. +<code
-  <WRAP group+<file php myexample.php
-    <WRAP half column>...</WRAP+<?php echo "hello world!"; ?
-    <WRAP half column>...</WRAP+</file
-  </WRAP+</code>
-will result in two columns next to each other, which will wrap underneath each other on smaller screens and mobile devices. +
- +
- +
-==== Anchor ==== +
- +
-To define an anchor, the following syntax applies: +
-  <wrap #ankername /> +
- +
-The anchor is accessible via: ''#ankername''+
  
-==== Languages and Text Directions ====+<file php myexample.php> 
 +<?php echo "hello world!"; ?> 
 +</file>
  
-You can change the language and the direction of container by simply adding colon followed by the language code, like this:+If you don't want any highlighting but want downloadable file, specify dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.
  
-  <wrap :en>This text is explicitly marked as English.</wrap>+===== 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 wellYou can influence the rendering by multiple additional space separated parameters:
  
-The text direction (''rtl'', right to left or ''ltr''left to right) will get inserted automatically and is solely dependent on the languageThe list of currently supported languages is taken from: http://meta.wikimedia.org/wiki/Template:List_of_language_names_ordered_by_code+^ Parameter  ^ Description ^ 
 +| any number | will be used as maximum number items to showdefaults to 8 | 
 +| reverse    | display the last items in the feed first | 
 +| author     | show item authors names | 
 +| date       | show item dates | 
 +| description| show the item descriptionAll HTML tags will be stripped | 
 +| nosort     | do not sort the items in the feed | 
 +//n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
  
-If you like to mark text with different text direction than the default oneyou should use divs, i.e. uppercase ''%%<WRAP>%%''s. Otherwise the text alignment won't change as well.+The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply cached version of pageobviously this is inappropriate when the page contains dynamic external contentThe parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
  
-This makes it a better replacement of [[ltr]] (and [[lang]]).+By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the ''reverse'' parameter, or display the feed as is with ''nosort''.
  
 +**Example:**
  
-==== Examples ====+  {{rss>http://slashdot.org/index.rss 5 author date 1h }}
  
-The plugin comes with an example page, which should explain a lot and looks like this in the default template (see below).+{{rss>http://slashdot.org/index.rss 5 author date 1h }}
  
-{{ :wiki:wrap_plugin_example10.png?400 |}} 
  
 +===== Control Macros =====
  
-===== Demo =====+Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
  
-You can see a demo of the plugin on [[http://demo.selfthinker.org/plugin:wrap|demo.selfthinker.org]].+^ Macro           ^ Description | 
 +| %%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created | 
 +| %%~~NOCACHE~~%% | DokuWiki caches all output by defaultSometimes this might not be wanted (egwhen the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
  
 +===== Syntax Plugins =====
  
 +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:
  
 +~~INFO:syntaxplugins~~
  
wiki/syntax.1680164594.txt.gz · Dernière modification : 30/03/2023 08:23 de cahethel