89 lines
No EOL
3.7 KiB
HTML
89 lines
No EOL
3.7 KiB
HTML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!-- ***** BEGIN LICENSE BLOCK *****
|
|
- This file is part of DotClear.
|
|
- Copyright (c) 2004 Olivier Meunier and contributors. All rights
|
|
- reserved.
|
|
-
|
|
- DotClear is free software; you can redistribute it and/or modify
|
|
- it under the terms of the GNU General Public License as published by
|
|
- the Free Software Foundation; either version 2 of the License, or
|
|
- (at your option) any later version.
|
|
-
|
|
- DotClear is distributed in the hope that it will be useful,
|
|
- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
- GNU General Public License for more details.
|
|
-
|
|
- You should have received a copy of the GNU General Public License
|
|
- along with DotClear; if not, write to the Free Software
|
|
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
-
|
|
- ***** END LICENSE BLOCK ***** -->
|
|
<html>
|
|
<head>
|
|
<title>Syntaxe Wiki</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Syntaxe Wiki</h1>
|
|
|
|
<p>Les marques de formatage Wiki peuvent être insérées dans le texte en les
|
|
protégeant par le caractère "<code>\</code>".</p>
|
|
|
|
<h2>Blocs</h2>
|
|
<ul>
|
|
<li>Laisser une ligne vide entre chaque bloc <em>de même nature</em>. ;</li>
|
|
<li><strong>Paragraphe</strong> : du texte et une ligne vide ;</li>
|
|
<li><strong>Titre</strong> : <code>!!!</code>, <code>!!</code>, <code>!</code>
|
|
pour des titres plus ou moins importants ;</li>
|
|
<li><strong>Trait horizontal</strong> : <code>----</code> ;</li>
|
|
<li><strong>Liste</strong> : ligne débutant par <code>*</code> ou
|
|
<code>#</code>. Il est possible de mélanger les listes (<code>*#*</code>) pour
|
|
faire des listes de plusieurs niveaux. Respecter le style de chaque
|
|
niveau ;</li>
|
|
<li><strong>Texte préformaté</strong> : espace devant chaque ligne de
|
|
texte ;</li>
|
|
<li><strong>Bloc de citation</strong> : <code>></code> ou <code>;:</code>
|
|
devant chaque ligne de texte.</li>
|
|
</ul>
|
|
|
|
<h2>Éléments en ligne</h2>
|
|
<ul>
|
|
<li>La correction de ponctuation est active. Un espace insécable
|
|
remplacera automatiquement tout espace précédant les marques
|
|
";","?",":" et "!". ;</li>
|
|
<li><strong>Emphase</strong> : deux apostrophes
|
|
<code>''texte''</code> ;</li>
|
|
<li><strong>Forte emphase</strong> : deux soulignés
|
|
<code>__texte__</code> ;</li>
|
|
<li><strong>Retour forcé à la ligne</strong> :
|
|
<code>%%%</code> ;</li>
|
|
<li><strong>Insertion</strong> : deux plus
|
|
<code>++texte++</code> ;</li>
|
|
<li><strong>Suppression</strong> : deux moins
|
|
<code>--texte--</code> ;</li>
|
|
<li><strong>Lien</strong> : <code>[url]</code>, <code>[nom|url]</code>,
|
|
<code>[nom|url|langue]</code> ou
|
|
<code>[nom|url|langue|titre]</code>.
|
|
<br /><em>Si vous voulez insérer un lien vers une ancre dans la même page,
|
|
remplacez url par #nom-de-votre-ancre</em> ;</li>
|
|
<li><strong>Image</strong> :
|
|
<code>((url|texte alternatif))</code>,
|
|
<code>((url|texte alternatif|position))</code> ou
|
|
<code>((url|texte alternatif|position|description longue))</code>.
|
|
<br />La position peut prendre les valeur L ou G (gauche), R ou D (droite)
|
|
ou C (centré). ;</li>
|
|
<li><strong>Ancre</strong> : <code>~ancre~</code> ;</li>
|
|
<li><strong>Acronyme</strong> : <code>??acronyme??</code> ou
|
|
<code>??acronyme|titre??</code> ;</li>
|
|
<li><strong>Citation</strong> : <code>{{citation}}</code>,
|
|
<code>{{citation|langue}}</code> ou
|
|
<code>{{citation|langue|url}}</code> ;</li>
|
|
<li><strong>Code</strong> : <code>@@code ici@@</code> ;</li>
|
|
<li><strong>Note de bas de page</strong> : <code>$$Corps de la
|
|
note$$</code>.</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html> |