source: extensions/ExtendedDescription/language/en_UK/help.extdesc.html @ 26430

Last change on this file since 26430 was 26430, checked in by mistic100, 10 years ago

slip help files + add entry in plugins list

File size: 1.3 KB
Line 
1<p>Extended description tags make it possible to have a short description for the album outside the album,
2a longer description for the album inside the album page,
3or even 2 distinct descriptions inside the album page.</p>
4
5<p>tag &lt;!--more--&gt; adds text to the short description.<br>
6tag &lt;!--complete--&gt; lets the user have 2 distinct descriptions.<br>
7tag &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>
13<p>Only the short description is displayed outside the album. On the album page, you will see short description + long description.</p>
14
15<ul>
16  <li><b>&lt;!--complete--&gt;</b></li>
17</ul>
18<code>short description &lt;!--complete--&gt; long description</code>
19<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>
20
21<ul>
22  <li><b>&lt;!--up-down--&gt;</b></li>
23</ul>
24<code>top description &lt;!--up-down--&gt; bottom description</code>
25<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>
Note: See TracBrowser for help on using the repository browser.