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

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: 866 bytes
Line 
1<h4>[photo id=xx]</h4>
2<p>此tag标签可在描述中插入一张任意尺寸的图片:</p>
3
4<b>选项:</b>
5<ul>
6  <li><code>id</code> 图片id <br>
7  <li><code>album</code> (可选) 当前相册id</li>
8  <li><code>size</code> (可选) 图片尺寸,有 <i>(SQ, TH, XXS, XS, S, M, L, XL, XXL)</i></li>
9  <li><code>html</code> (可选) 如果设为 <i>no</i> 则tag标签仅给出图片的URL,不包含HTML</li>
10  <li><code>link</code> (可选) 如果设为 <i>yes</i> 则点击图片可进入该图片所在页面</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>同上,只是图片是从<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>此tag标签可在描述中插入一个相册,xx为相册id。</p>
Note: See TracBrowser for help on using the repository browser.