Information calling tag with template: [Universal Tag](ecmsinfo)
Tag name: Information call tag with template (sys_GetEcmsInfo)
Format: [ecmsinfo] Column ID/topic ID, number of displayed items, number of title interceptions, whether to display the column name, operation type, template ID, only display pictures with titles[/ecmsinfo]
Parameter description: (The essence of empire template production, this tag achieves various display effects.)
- Column ID/Topic ID: Column ID or topic ID to call information, current column or topic ID='selfinfo', multiple column IDs or topic IDs can be opened with ",", such as '1,2' , if it is called by SQL statement, this is the SQL statement.
- Show number of records: Display the first few records.
- Number of title interceptions: How many characters of the title are intercepted.
- Whether to display the column name: 0 means not to display, 1 means to display it.
- Operation type: View information call operation type description for details.
- Label template ID: The label template ID used by this label.
- Only display pictures with titles: 0 means no limit, 1 means only display information about pictures with titles.
Its display effect is determined by the label template. The operation types are as follows:
操作类型 说明 操作类型 说明
0 各栏目最新 3 所有信息最新(默认表)
1 各栏目热门 4 所有信息热门(默认表)
2 各栏目推荐 5 所有信息推荐(默认表)
9 各栏目评论排行 10 所有信息评论排行(默认表)
12 各栏目头条信息 13 所有信息头条(默认表)
15 各栏目下载排行 16 所有信息下载排行(默认表)
25 各栏目评分排行 27 所有信息评分排行(默认表)
26 各栏目投票排行 28 所有信息投票排行(默认表)
6 专题最新信息 18 各表最新 (栏目ID='表名')
7 专题热门信息 19 各表热门 (栏目ID='表名')
8 专题推荐信息 20 各表推荐 (栏目ID='表名')
11 专题评论排行 21 各表评论排行 (栏目ID='表名')
14 专题头条 22 各表头条信息 (栏目ID='表名')
17 各专题下载排行 23 各表下载排行 (栏目ID='表名')
29 各专题评分排行 31 各表评分排行 (栏目ID='表名')
30 各专题投票排行 32 各表投票排行 (栏目ID='表名')
24 按sql查询(栏目ID='sql语句') 数据表前缀可用:"[!db.pre!]"表示
Copy after login
Example: [ecmsinfo]2,3,14,1,0,5,1[/ecmsinfo]
- The column ID is 2
- The number of items displayed is 3
- The title is truncated to 14 characters
- Whether to display the column name 1 is to display
- The operation type is 0
- The template ID is 5
- Only show captioned images
http://www.bkjia.com/PHPjc/752484.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/752484.htmlTechArticleInformation calling tag with template: [Universal tag] (ecmsinfo) Tag name: Information calling tag with template ( sys_GetEcmsInfo) Format: [ecmsinfo] column ID/topic ID, number of items displayed, title cutoff...