dedecms タグ内の何がリスト タグを表していますか? dedecms タグ内の
list はリスト タグを表します:
タグ名: list
関数の説明:リストを表します。テンプレート内のページ分割されたコンテンツ リストです。
適用範囲: リスト テンプレート list_*.htm
のみ基本構文:
{dede:list col='' titlelen='' infolen='' imgwidth='' imgheight='' listtype='' orderby='' pagesize='' orderway=''}{/dede:list}
パラメーターの説明:
col =' 'コンテンツの列数
titlelen='' タイトルの長さ
infolen='' コンテンツの概要の長さ
imgwidth='' サムネイルの幅
imgheight= '' サムネイルの高さ
orderby='' 並べ替え方法。有効な並べ替え方法は senddate、pubdate、id、click、lastpost、postnum です。デフォルトは sortrank
pagesize='20' です。ページング サイズ
基になるテンプレート フィールド:
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"格式)
注: アーカイブ テーブルの基本テンプレート変数のサポートに加えて、リスト タグは追加テーブルのフィールドもサポートします。モデル管理のサポート リスト 使用されるフィールド。
dedecms の技術記事の詳細については、dedecms の使用方法チュートリアル 列をご覧ください。
以上がdedecms タグ内のものがリスト タグを表すものの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。