aide:syntaxe:comparaison_de_syntaxe_entre_wikis
Ceci est une ancienne révision du document !
Aide:Syntaxe:Comparaison de syntaxe entre Wikis
Cette page est construite a partir des données du site [[https://www.wikimatrix.org]]. Celui-ci permet de comparer différents wiki entre eux.
Ici, nous allons simplement comparer les syntaxe entre MediaWiki (Wikipédia) et DokuWiki afin que tu puisses voir quelles sont les différences.
Suite à venir…
Syntax Examples | MediaWiki | DokuWiki |
---|---|---|
Lien interne | [[a link]] [[a link|with title]] | [[a Link]] [[namespace:link]] [[link|With a Title]] |
Lien externe | [http://example.org The title] | [[http://example.com]] [[http://example.com|With a Title]] |
Titres | ==Section== ===Subsection=== ====Sub-subsection==== | ====== Level 1 ====== ===== Level 2 ===== ==== Level 3 ==== === Level 4 === == Level 5 == |
Texte en gras | '''bold''' | **bold** |
Texte en italique | ''italic'' | //italics// |
Texte en ouligné | <u>underlined</u> | __underlined__ |
Texte à chasse fixe | <tt>monospace</tt> | ''monospace'' |
Texte barré | <s>strikethrough</s> | <del>strikethrough</del> |
Exposant | <sup>superscript</sup> | <sup>superscript</sup> |
Indice | <sub>subscript</sub> | <sub>subscript</sub> |
Images | [[Image:wiki.png]] | {{local.jpg}} {{http://foo.bar/baz.jpg}} |
Alignement du texte | <center>Centered</center> | Par extension (plugin) Wrap plugin DivAlign2 plugin |
Indentation du texte (tabulation) | : indented line | n/a |
liste à puce (non ordonnée) | * Item 1 ** Item 1.2 * Item 2 | * item 1 * item 1.1 * item 2 |
liste numérotée (ordonnée) | # Item 1 ## Item 1.2 # Item 2 | - item 1 - item 1.1 - item 2 |
Liste de description | ; term : definition | Par extension (plugin) yalist plugin |
Ligne horizontale | ---- | ---- |
aide/syntaxe/comparaison_de_syntaxe_entre_wikis.1675179660.txt.gz · Dernière modification : de Chewbacca