source: extensions/ExtendedDescription/language/eo_EO/help.html @ 25714

Last change on this file since 25714 was 25714, checked in by TranslationTeam, 10 years ago

[extended_description] Update eo_EO, thanks to : sylvbarrier

  • Property svn:executable set to *
File size: 5.5 KB
Line 
1<div style="text-align:left;">
2<h2>Etendita Priskribo</h2>
3
4<h3>Pluralingvaj priskriboj</h3>
5
6<p>Pluralingvaj priskriboj troviĝas inter la etikedoj [lang=xx] kaj [/lang], kie xx estas la lingva kodo (ekzemple eo, en, es, fr). Estas ankaŭ 2 specialaj lingvoj: [lang=default] kaj [lang=all]</p>
7
8<ul>
9  <li><b>Ekzemple</b>:<br>
10<code>[lang=default] apriora priskribo [/lang]<br>
11[lang=eo] priskribo en esperanto [/lang]<br>
12[lang=en] description in english [/lang]<br>
13[lang=de] deutsche Beschreibung [/lang]</code>
14</li>
15</ul>
16
17<p>La apriora priskribo ne uziĝos se la priskribo ne disponeblas ĉe la lingvo selektita de la konektita uzanto.
18Se [lang=default] ne ekzistas, ĉio ajn krom la [lang] etikedoj estos considerata kiel la apriora priskribo.</p>
19
20<p><u>Speciala lingvo <i>ĉio</i></u>: ĉio ajn ene de [lang=all] estos inkluzivita en la priskribo, kia ajn estu la elektita lingvo de la konektita uzanto.
21Tio ĉefe utilas por inkluzivi HTML/JavaScript-kodo ene de priskribo.</p>
22
23<h3>Etenditaj priskriboj</h3>
24
25*******************************************************************
26
27<p>Extended description tags make it possible to have a short description for the album outside the album,
28a longer description for the album inside the album page,
29or even 2 distinct descriptions inside the album page.</p>
30
31<p>tag &lt;!--more--&gt; adds text to the short description.<br>
32tag &lt;!--complete--&gt; lets the user have 2 distinct descriptions.<br>
33tag &lt;!--up-down--&gt; lets the user have a top and a bottom description.</p>
34
35<ul>
36  <li><b>&lt;!--more--&gt;</b></li>
37</ul>
38<code>short description &lt;!--more--&gt; long description</code>
39<p>Only the short description is displayed outside the album. On the album page, you will see short description + long description.</p>
40
41<ul>
42  <li><b>&lt;!--complete--&gt;</b></li>
43</ul>
44<code>short description &lt;!--complete--&gt; long description</code>
45<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>
46
47<ul>
48  <li><b>&lt;!--up-down--&gt;</b></li>
49</ul>
50<code>top description &lt;!--up-down--&gt; bottom description</code>
51<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>
52
53<h3>Insert an album or a photo</h3>
54
55<ul>
56  <li><b>[cat=xx]</b></li>
57</ul>
58<p>This tag inserts an album in the description, where xx is the album identifier.</p>
59
60<ul>
61  <li><b>[photo id=xx album=yy size=M html=yes link=yes]</b></li>
62</ul>
63<p>This tag allows you to insert one picture of any size you want, with:<br><br>
64- <code>id</code> the photo identifier<br>
65- <code>album</code> (optional) the parent album identifier<br>
66- <code>size</code> (optional) the size of the photo, from <i>{SQ, TH, XXS, XS, S, M, L, XL, XXL}</i><br>
67- <code>html</code> (optional) if set to <i>no</i> the tag only returns the URL of the photo, without HTML<br>
68- <code>link</code> (optional) if set to <i>yes</i> the photo is wrapped into a link to the picture page</p>
69
70<ul>
71  <li><b>[random album=yy size=M html=yes link=yes]</b></li>
72</ul>
73<p>Same thing as above, except that the photo is chosen randomly from <code>album</code></p>
74
75<ul>
76  <li><b>[slider album=xx nb_images=10 random=no list=aa,bb,cc size=M speed=3 title=no effect=fade arrows=yes control=yes elastic=no]</b></li>
77</ul>
78<p>This tag allows to insert a slideshow (NivoSlider). (you must set <code>album</code> OR <code>list</code>):<br><br>
79- <code>album</code> (optional) source album<br>
80- <code>nb_images</code> (optional) max number of photos to display in the slideshow<br>
81- <code>random</code> (optional) choose photos randomly in the album<br>
82- <code>list</code> (optional) a list of photos ids separated by a comma<br>
83- <code>size</code> (optional) the size of the photos, from <i>{SQ, TH, XXS, XS, S, M, L, XL, XXL}</i><br>
84- <code>speed</code> (optional) the slideshow speed (in seconds)<br>
85- <code>title</code> (optional) display photo title<br>
86- <code>effect</code> (optional) transition effect (see <a href="http://nivo.dev7studios.com/support/jquery-plugin-usage/">NivoSlider doc</a>)<br>
87- <code>arrows</code> (optional) display navigation arrows<br>
88- <code>control</code> (optional) display navigation controls<br>
89- <code>elastic</code> (optional) adapt slideshow size to each photo</p>
90
91
92<h3>Hide an album</h3>
93
94<p>Use tag <b>&lt;!--hidden--&gt;</b> in the album name:<br>
95<br>
96- it won't be displayed in the parent album<br>
97- it remains visible in the album menu</p>
98
99<h3>Hide an album from the menu</h3>
100
101<p>Use tag <b>&lt;!--mb-hidden--&gt;</b> in the album name:<br>
102<br>
103- it won't be displayed in the album menu<br>
104- it remains visible in the parent album</p>
105
106<h3>Hide a photo</h3>
107
108<p>Use tag <b>&lt;!--hidden--&gt;</b> in the photo name:<br>
109<br>
110- it won't be displayed on the thumbnails page<br>
111- it remains visible inside the album</p>
112
113<h3>Redirected album</h3>
114
115<ul>
116  <li><b>[redirect http://piwigo.org]</b></li>
117</ul>
118<p>Insert this tag into a album description to redirect it to the URL of your choice.</p>
119
120<ul>
121  <li><b>[redirect img=xx]</b></li>
122</ul>
123<p>Redirect to a photo of your gallery where xx is the photo identifier; you can add the album identifier next to the photo identifier: <code>xx.ccc</code>.</p>
124
125<ul>
126  <li><b>[redirect cat=xx]</b></li>
127</ul>
128<p>Redirect to a album of your gallery where xx the album identifier.</p>
129
130<ul>
131  <li><b>[redirect search=xx]</b></li>
132</ul>
133<p>Redirect to a search page of your gallery where xx is the search identifier.</p>
134</div>
Note: See TracBrowser for help on using the repository browser.