Changeset 3859:7d04dc5941f9 for locales
- Timestamp:
- 09/03/18 14:30:56 (7 years ago)
- Branch:
- default
- Location:
- locales
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
locales/en/help/core_wiki.html
r2534 r3859 26 26 <code>*</code> or <code>#</code> for unnumbered or numbered lists respectively. 27 27 List imbrication is done by mixing list markers this way: 28 <pre> 29 * item 1 30 ** item 1.1 31 * item 2 32 *# item 2.1 33 ... 34 </pre> 28 <pre> 29 <code>*</code> item 1 30 <code>**</code> item 1.1 31 <code>*</code> item 2 32 <code>*#</code> item 2.1 33 ... 34 </pre> 35 </li> 36 <li><strong>Definition lists:</strong> Start each line with <code>=</code> for the term to define and with <code>:</code> for the definition of the term. 37 <pre> 38 <code>=</code> term 39 <code>:</code> description of the term 40 </pre> 35 41 </li> 36 42 <li><strong>Preformatted text:</strong> Each line must start with a space.</li> 37 43 <li><strong>Block quote:</strong> Each line must start with a <code>></code>.</li> 44 <li><strong>Side block:</strong> Each line must start with a <code>)</code>.</li> 38 45 </ul> 39 46 </dd> … … 61 68 <li><strong>Code:</strong> <code>@@code@@</code></li> 62 69 <li><strong>Footnotes:</strong> <code>$$footnote$$</code></li> 70 <li><strong>Superscript</strong> : <code>^superscript^</code></li> 63 71 </ul> 64 72 </dd> -
locales/fr/help/core_wiki.html
r2798 r3859 33 33 </pre> 34 34 </li> 35 <li><strong>Listes de définition</strong> : ligne débutant par <code>=</code> pour le terme à définir et par <code>:</code> pour la définition du terme. 36 <pre> 37 <code>=</code> terme 38 <code>:</code> définition du terme 39 </pre> 40 </li> 35 41 <li><strong>Texte préformaté</strong> : espace avant chaque ligne de texte.</li> 36 42 <li><strong>Bloc de citation</strong> : <code>></code> devant chaque 37 43 ligne de texte.</li> 44 <li><strong>Bloc de côté</strong> : <code>)</code> devant chaque ligne de texte</li> 38 45 </ul> 39 46 </dd> … … 60 67 <li><strong>Code</strong> : <code>@@code ici@@</code></li> 61 68 <li><strong>Note de bas de page</strong> : <code>$$Corps de la note$$</code></li> 69 <li><strong>Exposant</strong> : <code>^exposant^</code></li> 62 70 </ul> 63 71 </dd>
Note: See TracChangeset
for help on using the changeset viewer.