source: extensions/ExtendedDescription/language/en_UK/help.cat_photo.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: 882 bytes
Line 
1<ul>
2  <li><b>[cat=xx]</b></li>
3</ul>
4<p>This tag inserts an album in the description, where xx is the album identifier.</p>
5
6<ul>
7  <li><b>[photo id=xx album=yy size=M html=yes link=yes]</b></li>
8</ul>
9<p>This tag allows you to insert one picture of any size you want, with:<br><br>
10- <code>id</code> the photo identifier<br>
11- <code>album</code> (optional) the parent album identifier<br>
12- <code>size</code> (optional) the size of the photo, from <i>{SQ, TH, XXS, XS, S, M, L, XL, XXL}</i><br>
13- <code>html</code> (optional) if set to <i>no</i> the tag only returns the URL of the photo, without HTML<br>
14- <code>link</code> (optional) if set to <i>yes</i> the photo is wrapped into a link to the picture page</p>
15
16<ul>
17  <li><b>[random album=yy size=M html=yes link=yes]</b></li>
18</ul>
19<p>Same thing as above, except that the photo is chosen randomly from <code>album</code></p>
Note: See TracBrowser for help on using the repository browser.