source: extensions/ExtendedDescription/language/nn_NO/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>Taggar i utvida skildringar gjer det mogleg å ha ein kort skildring ein annan stad enn i sjølve albumet,
2ei lenger skildring for albumet i sjølve albumet,
3eller til og med 2 ulike skildringar inne i sjølve albumsida.</p>
4
5<p>tagg &lt;!--more--&gt; legg til tekst til ei kort skildring.<br>
6tagg &lt;!--complete--&gt; tillet brukaren ha to ulike skildringar.<br>
7tagg &lt;!--up-down--&gt; tillet brukaren å ha skildring på toppen og ein på botnen.</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.