source: extensions/ExtendedDescription/language/en_UK/help.cat_photo.html @ 29155

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

language update: finished

File size: 1005 bytes
Line 
1<h4>[photo id=xx]</h4>
2<p>This tag allows you to insert one photo of any size you want.</p>
3
4<b>Options:</b>
5<ul>
6  <li><code>id</code> the photo identifier</li>
7  <li><code>album</code> (optional) the parent album identifier</li>
8  <li><code>size</code> (optional) the size of the photo, from <i>(SQ, TH, XXS, XS, S, M, L, XL, XXL)</i></li>
9  <li><code>html</code> (optional) if set to <code>false</code> the tag only returns the URL of the photo, without HTML</li>
10  <li><code>link</code> (optional) if set to <code>true</code> the photo is wrapped into a link to the photo page</li>
11</ul>
12
13<pre>
14[photo id=46]
15
16[photo id=46 album=22 size=M html=true link=true]
17</pre>
18
19<h4>[random album=xx]</h4>
20<p>Same thing as above, except that the photo is chosen randomly from the whole gallery or from <code>album</code>.</p>
21
22<pre>
23[random]
24
25[random album=123 size=M html=yes link=yes]
26</pre>
27
28<h4>[cat=xx]</h4>
29<p>This tag inserts an album in the description, where <code>xx</code> is the album identifier.</p>
Note: See TracBrowser for help on using the repository browser.