织梦内容管理系统模板标签代码参考
The lwash template tag code reference
-----------------------------------------------------------
---------------------
[Arclist markers]
This marker is DedeCms a marker of the most commonly used, alsocalled a free list of markers, including hotart, coolart,likeart, artlist, imglist, imginfolist, specart, autolist ofthese markers are labeled with different attributes is an aliasdefined by the tag extending out of the.
Function Description: gets the specified list of documentsScope of application: cover template, list template, documentt emp lat e
Basi c grammar:
{dede:arclistinfolen=' '
Imgwidth=' ' , imgheight=' ' , l isttype=' ' , orderby=' ' ,k eyword=' ' }
Bottom template (InnerText)
{/dede:arclist}
Attribute description:
[1] typeid=' ' stands for column ID, which is not specified inlist templates and file templates, and allows multiple columnsto be represented separately in the cover template;
[2] row=' ' indicates the total number of returned documentlists;
[3] col=' 'represents how many columns are displayed (defaultis a single column) ;
[4] titlelen=' ' stands for Title length;
[5] infolen=' ' indicates the length of the content description;
[6] imgwidth=' ' stands for thumbnail width;
[7] imgheight=' ' stands for thumbnail height;
[8] type=' 'represents the file type, where null values do notuse this property or type='all' as plain documents
Section type='commend' , recommended document, equivalent to{dede:coolart} {/dede:coolart}
The type=' image' , said the document must contain thumbnailimages, equivalent to {dede: imglist} {/dede:imglist} ,
{dede:imginfolist} {/dede: imginfolist}
The type=' spec' , said the topic, equivalent to mark
{dede:specart} {/dede:specart}
The above property values can be used together, such as:type='commend image'represents the recommended picturedocument
"[9] orderby=' ' "means sorting. The default value is senddate,arranged by publication time.
The orderby='hot'or orderby='click' click the number ofpermutations
Orderby='pubdate' , according to the publication timearrangement (that is allowed to change the reception timevalue)
Orderby=' sortrank' , sorted by the new sorting level (if youwant to use the articles using this property)
Orderby=' id' , according to the ID ranking
Orderby='postnum' , according to the number of sort commentsThe list of documents, orderby='rand'random access to thespecified conditions
The [10] orderway=' 'value is desc or ASC, which specifieswhether the sort is descending or forward sort, and defaultsto descending order.
[11] keyword=' 'represents a list of documents containing the
specified keyword, and multiple keywords are separated by """" "
[12] channelid=' 'represents a specific channel model, ID,built-in channels: -1, articles (1) , Atlas (2) , Flash (4) ,software (3)
[13] limit=' start,
The end of the ' said record of limited scope, the row attributemust be equal to the "end - start", the limit statement MySQLis composed of 0 start, such as "limit 0, 5" that is the firstfive record, "limit 5, 5" is represented by fifth records,remove the five record, using this attribute the row propertywill be invalid.
[14] att='values' represent custom attribute values
"[15] subday='days" indicates documents within amatter of days,usually used to get hot documents, recommended documents, hotcomment documents for a specified number of days, and so on"[16] partsort=' " is the number of rows in the column thatindicates the number of all columns in the parent columnautomatically. When ID is marked
"{dede:autolist} {/dede:autolist}", this property is used.Bottom template field:
ID (with ID) , title, iscommend, color, typeID, ismake,description (the same info) , writer, shorttitle, memberid
PubDate, senddate, arcrank, click, litpic (the same picname) ,typedir, typename,
Arcurl (with filename) , typeurl, stime (PubDate "0000-00-00"f ormat) ,
Textlink, typelink, imglink, image
Among them:
Textlink = <a href='arcurl'>title</a>
Typelink = <a href='typeurl' >typename</a>
Imgl ink = <a, href='arcurl' ><img, src='picname' , border='0' ,width=' imgwidth' , height=' imgheight' ></a>
Image = <img, src='picname' , border='0' , width=' imgwidth' ,height=' imgheight'>
Field call method: [field:varname/]
Such as:
{dede:arclist infolen=' 100' }
[field:textlink/]
<br>
[field: info/]
<br>
{/dede:arclist}
Note: a form of bottom template Field implementation is weavingMark, therefore support the use of PHP syntax, Functionextension function
Such as: to the contents of the day issued with (New) logo[field:senddate runphp='yes' ]
$ntime = time () ;
$oneday = 3600 * 24;
If ( ($ntime - @me) <$oneday) @me = <font color='red'> (New)</font>";
Else @me ="";
[/field:senddate]
[Field markers]
Function Description: used to obtain the field values of aspecific column or file, and the common environment variablevalues
Scope of application: cover template, list template, documentt emp lat e
(1) bas ic grammar
The {dede:field name='field name'/}
(2) system assignment of field
Plate templates: phpurl, indexurl, indexname, templeturl,memberurl, powerby, webname, specurl
List templates: position, title, phpurl, templeturl, memberurl,dede_arctype, powerby, indexurl, indexname, specurl, columnfields, all fields
Among them, position is "column one, column two" such form oflink, title is for this kind of caption
Document templates: pos ition, phpurl, templeturl, memberurl,powerby, i ndexur l, indexname,
Specurl, ID (with ID, aid)
(3) all content fields for the document
Files, dede_archives tables, and all fields of an attachedt ab l e.
[Channel markers]
Function Description: used to obtain column list
Scope of application: cover template, list template, documentt emp lat e
(1) bas ic grammar
{dede:channel row=' 'type=' ' }
Custom style template (InnerText)
{/dede:channel}
(2) attributes
"[1] row='numbers" means the number of records to be obtained(common use at a certain level column, default is 8)
[2], type = top, sun/son, self
Type='top' stands for top columns
Type=' self' stands for columns at the same level
The latter two attributes must be used in the list template.
(3) underlying template variables
ID, typename, typedir, typelink (only the URL of the column)
Cases:
{dede:channel type='top' }
<a href=' [field:typelink /] ' >[f ield:typename/]</a>
{/dede:channel}
Note: in cases where no typeID is specified, the type tag isrelated to the template' s environment. For example, when thetemplate is generated in column 1, then type=' son'representsall subclasses of column 1
[Type tags] alias Onetype
Function Description: a link indicating a single columnspecified
Scope of application: cover template, list template, documentt emp lat e
(1) syntax, {dede:type, typeid=' ' } {/dede:type}
(2) attribute typeid=' column ID'
(3) underlying template variables
Typename, typelink (only the URL of the column)
[Autochannel markers]
在八月份的时候有分享到 Virmach 暑期的促销活动有低至年付12美元的便宜VPS主机,这不开学季商家又发布五款年付VPS主机方案,而且是有可以选择七个数据中心。如果我们有需要低价年付便宜VPS主机的可以选择,且最低年付7.2美元(这款目前已经缺货)。这里需要注意的,这次发布的几款便宜年付方案,会在2021年9月30日或者2022年4月39日,分两个时间段会将INTEL CPU迁移至AMD CP...
无忧云怎么样?无忧云是一家成立于2017年的老牌商家旗下的服务器销售品牌,现由深圳市云上无忧网络科技有限公司运营,是正规持证IDC/ISP/IRCS商家,主要销售国内、中国香港、国外服务器产品,线路有腾讯云国外线路、自营香港CN2线路等,都是中国大陆直连线路,非常适合免备案建站业务需求和各种负载较高的项目,同时国内服务器也有多个BGP以及高防节点,目前商家开启了夏日清凉补贴活动,商家的机器还是非常...
今天父亲节我们有没有陪伴家人一起吃个饭,还是打个电话问候一下。前一段时间同学将网站账户给我说可以有空更新点信息确保他在没有时间的时候还能保持网站有一定的更新内容。不过,他这个网站之前采用的主题也不知道来源哪里,总之各种不合适,文件中很多都是他多年来手工修改的主题拼接的,并非完全适应WordPress已有的函数,有些函数还不兼容最新的PHP版本,于是每次出现问题都要去排查。于是和他商量后,就抽时间把...