織夢的調用代碼:
<DIV class=title2> {dede:type typeid='6'}
<H3>[field:typename /]</H3>
{/dede:type}
<DIV class=more><A href="{dede:type typeid='9'}[field:typelink /]{/dede:type}"><IMG src="{dede:global.cfg_templets_skin/}/images/more.gif"></A></DIV>
</DIV>
<DIV class=left_b>
<DIV class=game_img>
<UL>
{dede:arclist typeid='6' row='3' titlelen='10' type='image.'}
<LI><A href="[field:arcurl/]" target=_blank><IMG src="[field:litpic/]"></A><SPAN> <A href="[field:arcurl/]" target=_blank>[field:title/]</A></SPAN> {/dede:arclist} </LI>
</UL>
</DIV>
<DIV class=game_list>
<UL>
{dede:arclist typeid='6' row='9' titlelen='14'}
<LI><A title="[field:title/]" href="[field:arcurl/]" target=_blank>[field:title/]</A> {/dede:arclist} </LI>
</UL>
</DIV>
</DIV>
代碼解釋:
代碼分為三段,第一段和第三段上一講已講過了,不再重復。
第二段代碼其實上一講也講過了,只是多了一點內容。
type='image.' 調用有縮略圖的內容。
[field:litpic/] 調用出縮略圖的地址。
*