Ignore:
Timestamp:
Jun 29, 2012, 11:24:13 AM (12 years ago)
Author:
mistic100
Message:

-help buttons added with a prefilter, update for 2.4
-update fr and en help files (only)

File:
1 edited

Legend:

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

    r11384 r16172  
     1<div style="text-align:left;">
    12<h2>Extended Description</h2>
    23
     
    78<ul>
    89  <li><b>Example</b>:<br>
    9   <br>
    1010<code>[lang=default] default description [/lang]<br>
    1111[lang=en] description in english [/lang]<br>
     
    3131
    3232<ul>
    33   <li><b>tag &lt;!--more--&gt;</b></li>
     33  <li><b>&lt;!--more--&gt;</b></li>
    3434</ul>
    3535<code>short description &lt;!--more--&gt; long description</code>
     
    3737
    3838<ul>
    39   <li><b>tag &lt;!--complete--&gt;</b></li>
     39  <li><b>&lt;!--complete--&gt;</b></li>
    4040</ul>
    4141<code>short description &lt;!--complete--&gt; long description</code>
     
    4343
    4444<ul>
    45   <li><b>tag &lt;!--up-down--&gt;</b></li>
     45  <li><b>&lt;!--up-down--&gt;</b></li>
    4646</ul>
    4747<code>top description &lt;!--up-down--&gt; bottom description</code>
    4848<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>
    4949
    50 <h3>Insert a album or a photo</h3>
     50<h3>Insert an album or a photo</h3>
    5151
    5252<ul>
    53   <li><b>tag [cat=xx]</b></li>
     53  <li><b>[cat=xx]</b></li>
    5454</ul>
    5555<p>This tag inserts a album in the description, where xx is the album identifier.</p>
    5656
    5757<ul>
    58   <li><b>tag [img=xx1 xx2 xxN;yyyy;name]</b></li>
     58  <li><b>[img=xx1 xx2 xxN;yyyy;name]</b></li>
    5959</ul>
    6060<p>This tag allows to insert one or more thumbnail in the description, with:<br><br>
    61 - xx the photo identifier; you can add the album identifier next to the photo identifier: <code>xx.ccc</code>.
    62 <br>
    63 - yyyy (optional) : can take any value among {left, right}.</p>
    64 - name (optional) : can take any value among {name, titleName}. If tagged, with <i>name</i> the name of the picture is diplayed under the thumbnail, with <i>titleName</i> the photo markup &lt;title&gt; is fill with the name.</p>
     61- <code>xx</code> the photo identifier; you can add the album identifier next to the photo identifier: <code>xx.ccc</code>.<br>
     62- <code>yyyy</code> (optional) : can take any value among <i>{left, right}</i>.<br>
     63- <code>name</code> (optional) : can take any value among <i>{name, titleName}</i>. If tagged, with <i>name</i> the name of the picture is diplayed under the thumbnail, with <i>titleName</i> the photo markup &lt;title&gt; is fill with the name.</p>
     64
     65<ul>
     66  <li><b>[photo id=xx album=yy size=M html=yes link=yes]</b></li>
     67</ul>
     68<p>This tag allows to insert one picture at any size you want, with:<br><br>
     69- <code>id</code> the photo identifier<br>
     70- <code>album</code> (optional) the parent album identifier<br>
     71- <code>size</code> (optional) the size of the photo, among <i>{SQ, TH, XXS, S, M, L, XL, XXL}</i><br>
     72- <code>html</code> (optional) if set to <i>no</i> the tag only returns the URL of the photo, without HTML<br>
     73- <code>link</code> (optional) if set to <i>yes</i> the photo is wrapped into a link to the picture page</p>
     74
     75<ul>
     76  <li><b>[random album=yy size=M html=yes link=yes]</b></li>
     77</ul>
     78<p>Same thin as above, except that the photo is choosed randomly into <code>album</code></p>
    6579
    6680
    67 <h3>Hide a album</h3>
     81<h3>Hide an album</h3>
    6882
    6983<p>Use tag <b>&lt;!--hidden--&gt;</b> in the album name:<br>
     
    7286- it remains visible in the album menu</p>
    7387
    74 <h3>Hide a album in menu</h3>
     88<h3>Hide an album from the menu</h3>
    7589
    7690<p>Use tag <b>&lt;!--mb-hidden--&gt;</b> in the album name:<br>
     
    107121</ul>
    108122<p>Redirect to a search page of your gallery where xx is the search identifier.</p>
     123</div>
Note: See TracChangeset for help on using the changeset viewer.