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
wiki:syntax [03.04.2026 @ 12:31] – Espace inécable devant "?" Adminwiki:syntax [23.07.2026 @ 21:00] (Version actuelle) – modification externe 127.0.0.1
Ligne 9: Ligne 9:
   DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.   DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.
   Of course you can **__//''combine''//__** all these.   Of course you can **__//''combine''//__** all these.
 +
 +Note that the formatting markers have to directly enclose the text, so ''%%** bold **%%'' with spaces inside the markers will not be formatted.
  
 You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
Ligne 156: Ligne 158:
   {{wiki:dokuwiki-128.png }}   {{wiki:dokuwiki-128.png }}
   {{ wiki:dokuwiki-128.png }}   {{ wiki:dokuwiki-128.png }}
 +
 +You can also set the alignment explicitly with a ''?left'', ''?right'' or ''?center'' parameter. This takes precedence over the whitespace alignment above and can be combined with a size.
 +
 +{{wiki:dokuwiki-128.png?100&right}}
 +
 +  {{wiki:dokuwiki-128.png?100&right}}
  
 Of course, you can add a title (displayed as a tooltip by most browsers), too. Of course, you can add a title (displayed as a tooltip by most browsers), too.
Ligne 428: Ligne 436:
 <code> <code>
 <file php myexample.php> <file php myexample.php>
-<?php echo "hello world!";(nbsp)?>+<?php echo "hello world!"; ?>
 </file> </file>
 </code> </code>
  
 <file php myexample.php> <file php myexample.php>
-<?php echo "hello world!";(nbsp)?>+<?php echo "hello world!"; ?>
 </file> </file>
  
wiki/syntax.1775212311.txt.gz · Dernière modification : de Admin