Dotclear

Changeset 3859:7d04dc5941f9 for locales


Ignore:
Timestamp:
09/03/18 14:30:56 (7 years ago)
Author:
Franck-Tomek <franck@…>
Branch:
default
Message:

Help for new wiki syntax codes from 2.13 & 2.14 release added in french & english help files.

Location:
locales
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • locales/en/help/core_wiki.html

    r2534 r3859  
    2626  <code>*</code> or <code>#</code> for unnumbered or numbered lists respectively. 
    2727  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> 
    3541  </li> 
    3642  <li><strong>Preformatted text:</strong> Each line must start with a space.</li> 
    3743  <li><strong>Block quote:</strong> Each line must start with a <code>&gt;</code>.</li> 
     44  <li><strong>Side block:</strong> Each line must start with a <code>)</code>.</li> 
    3845</ul> 
    3946</dd> 
     
    6168  <li><strong>Code:</strong> <code>@@code@@</code></li> 
    6269  <li><strong>Footnotes:</strong> <code>$$footnote$$</code></li> 
     70  <li><strong>Superscript</strong>&nbsp;: <code>^superscript^</code></li> 
    6371</ul> 
    6472</dd> 
  • locales/fr/help/core_wiki.html

    r2798 r3859  
    3333</pre> 
    3434  </li> 
     35  <li><strong>Listes de définition</strong>&nbsp;: 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> 
    3541  <li><strong>Texte préformaté</strong>&nbsp;: espace avant chaque ligne de texte.</li> 
    3642  <li><strong>Bloc de citation</strong>&nbsp;: <code>&gt;</code> devant chaque 
    3743  ligne de texte.</li> 
     44  <li><strong>Bloc de côté</strong>&nbsp;: <code>)</code> devant chaque ligne de texte</li> 
    3845</ul> 
    3946</dd> 
     
    6067  <li><strong>Code</strong>&nbsp;: <code>@@code ici@@</code></li> 
    6168  <li><strong>Note de bas de page</strong>&nbsp;: <code>$$Corps de la note$$</code></li> 
     69  <li><strong>Exposant</strong>&nbsp;: <code>^exposant^</code></li> 
    6270</ul> 
    6371</dd> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map