Last change
on this file since 29155 was
29155,
checked in by mistic100, 10 years ago
|
language update: finished
|
-
Property svn:executable set to
*
|
File size:
1008 bytes
|
Line | |
---|
1 | <h4>[photo id=xx]</h4> |
---|
2 | <p>Med den här taggen kan du infoga en bild av vilken storlek du vill.</p> |
---|
3 | |
---|
4 | <b>Val:</b> |
---|
5 | <ul> |
---|
6 | <li><code>id</code> fotots unika ID</li> |
---|
7 | <li><code>album</code> (valfritt) albumets unika ID</li> |
---|
8 | <li><code>size</code> (valfritt) Önskad storlek på bilden, från <i>(SQ, TH, XXS, XS, S, M, L, XL, XXL)</i></li> |
---|
9 | <li><code>html</code> (valfritt) Om inställd till <code>false</code> returnerar taggen endast webbadressen till bilden, utan HTML-kod</li> |
---|
10 | <li><code>link</code> (valfritt) Om inställd till <code>true</code> blir bilden även en länk till den aktuella bildsidan</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>Samma som ovan, förutom att fotot väljs slumpmässigt från valt <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>Den här taggen infogar ett album i beskrivningen. <code>xx</code> ersätts med albumets unika ID.</p> |
---|
Note: See
TracBrowser
for help on using the repository browser.