dedecms全域標籤:
channel |頻道標籤, 功能:用於取得欄位清單(全域使用)
#基本語法:
{dede:channel type='top' row='8'} <a href=''[field:typelink/]"> [field:typename/] </a> {/dede:channel}
row = '1'分多少列顯示(預設為單列)
type = 'son | sun' son表示下級欄位,self表示同級欄位,top頂層欄位
field|常用變數,功能:用於取得特定欄位或檔案的欄位值及常用的環境變數值(全域使用)
基本語法:
{dede:field name='字段名'/}
arclist|文件清單,功能:取得指定文件清單(全域使用)
基本語法:
{dede:arclist flag='h' typeid='' row='' col='' titlelen='' infolen='' imgwidth='' imgheight='' listtype='' orderby='' keyword='' limit='0,1'}} <a href="[field:arcurl/]">[field:title/]</a> {/dede:arclist}
row='10' 傳回文件清單總數
typeid='' 欄位ID,在清單模板和檔案範本中一般不需要指定,在首頁範本中允許用","分開表示多個欄位;
getall='1' 在沒有指定此屬性的情況下,在欄位頁、文章頁範本,不會取得以","分開的多個欄目的下級子類別
titlelen = '30' 標題長度等同於titlelength
infolen='160' 表示內容簡介長度等同於infolength
imgwidth='120' 縮圖寬度
imgheight='90' 縮圖高度
listtype='all' 欄位類型image含有縮圖commend推薦
orderby='sortrank' 文件排序方式
§ orderby='hot' 或orderby='click' 表示按點擊數排列
§ orderby='sortrank' 或orderby ='pubdate' 依出版時間排列
§ orderby='near'
#§ orderby=='lastpost' 按最後評論時間
§ orderby=='scores'依分數排序
§ orderby='id' 依文章ID排序
§ orderby='rand' 隨機取得指定條件的文件清單
keyword='' 含有指定關鍵字的文檔列表,多個關鍵字用","分
底層模板字段:
ID(同 id),typeid,sortrank,flag,ismake,channel,arcrank,click,money,title,shorttitle,color,writer, source,litpic(同picname),pubdate,senddate,mid, lastpost,scores,goodpost,badpost,notpost, description(同infos),filename, image, imglink, fulltitle, textlink, typelink,plusurl, memberurl, templeturl, stime(pubdate 的"0000-00-00"格式)
其中:
textlink = <a href='arcurl'>title</a> typelink = <a href='typeurl'>typename</a> imglink = <a href='arcurl'><img src='picname' border='0' width='imgwidth' height='imgheight'></a> image = <img src='picname' border='0' width='imgwidth' height='imgheight' alt=’titile’>
字段調用方法:[field:varname/ ]
如:
{dede:arclist infolen='100'} [field:textlink/] <br> [field:infos/] <br> {/dede:arclist}
更多DedeCMS相關技術文章,請造訪DedeCMS教學欄位進行學習!
以上是dedecms的全域標籤有哪些的詳細內容。更多資訊請關注PHP中文網其他相關文章!