Ignore:
Timestamp:
Aug 3, 2014, 12:41:07 PM (10 years ago)
Author:
mistic100
Message:

language update: finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/language/zh_CN/help.cat_photo.html

    r29149 r29155  
     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
    128<h4>[cat=xx]</h4>
    229<p>此tag标签可在描述中插入一个相册,xx为相册id。</p>
    3 
    4 <h4>[photo id=xx album=yy size=M html=yes link=yes]</h4>
    5 <p>此tag标签可在描述中插入一张任意尺寸的图片:<br><br>
    6   <li><code>id</code> 图片id <br>
    7   <li><code>album</code> (可选) 当前相册id <br>
    8   <li><code>size</code> (可选) 图片尺寸,有 <i>{SQ, TH, XXS, XS, S, M, L, XL, XXL}</i><br>
    9   <li><code>html</code> (可选) 如果设为 <i>no</i> 则tag标签仅给出图片的URL,不包含HTML<br>
    10   <li><code>link</code> (可选) 如果设为 <i>yes</i> 则点击图片可进入该图片所在页面</p>
    11 
    12 <h4>[random album=yy size=M html=yes link=yes]</h4>
    13 <p>同上,只是图片是从<code>album</code>中随机抽选的</p>
Note: See TracChangeset for help on using the changeset viewer.