Ignore:
Timestamp:
Aug 2, 2014, 4:33:28 PM (10 years ago)
Author:
mistic100
Message:

clean help + add example codes
TODO: update all language (no new translation, only refactor)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/language/en_UK/help.extdesc.html

    r26430 r29147  
    33or even 2 distinct descriptions inside the album page.</p>
    44
    5 <p>tag &lt;!--more--&gt; adds text to the short description.<br>
    6 tag &lt;!--complete--&gt; lets the user have 2 distinct descriptions.<br>
    7 tag &lt;!--up-down--&gt; lets the user have a top and a bottom description.</p>
    8 
    9 <ul>
    10   <li><b>&lt;!--more--&gt;</b></li>
    11 </ul>
    12 <code>short description &lt;!--more--&gt; long description</code>
     5<h4>&lt;!--more--&gt;</h4>
    136<p>Only the short description is displayed outside the album. On the album page, you will see short description + long description.</p>
    147
    15 <ul>
    16   <li><b>&lt;!--complete--&gt;</b></li>
    17 </ul>
    18 <code>short description &lt;!--complete--&gt; long description</code>
     8<pre>
     9short description &lt;!--more--&gt; long description
     10</pre>
     11
     12<h4>&lt;!--complete--&gt;</h4>
    1913<p>Only the short description is displayed outside the album. On the album page, you will only see the long description, so you have 2 distinct descriptions.</p>
    2014
    21 <ul>
    22   <li><b>&lt;!--up-down--&gt;</b></li>
    23 </ul>
    24 <code>top description &lt;!--up-down--&gt; bottom description</code>
     15<pre>
     16short description &lt;!--complete--&gt; long description
     17</pre>
     18
     19<h4>&lt;!--up-down--&gt;</h4>
    2520<p>Only the top description is displayed outside the album.  On the album page, the top description is displayed above the thumbnails, the bottom description is displayed below the thumbnails.</p>
     21
     22<pre>
     23top description &lt;!--up-down--&gt; bottom description
     24</pre>
Note: See TracChangeset for help on using the changeset viewer.