内容管理系统织梦内容管理系统模板标签代码参考(Lwash template tag code reference)

织梦内容管理系统  时间:2021-03-20  阅读:()

织梦内容管理系统模板标签代码参考Lwash template tag codereference

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=' ' ,keyword=' ' }

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 thespecified 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, ' said the end of record of limited scope,the row attribute must be equal to the "end- start", the limitstatement MySQL is composed of 0 start, such as "limit 0,5" thatis the first five record, "limit 5, 5" is represented by fifthrecords, remove five records, use the this attribute, the rowattribute is 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 (with 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 variable

values

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, indexurl, indexname, , specurl, and 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

T ype name,

Typelink (only the URL of the column)

织梦DEDECMS即将授权收费和维权模式 站长应对的几个方法

这两天在站长群里看到不少有使用DEDECMS织梦程序的朋友比较着急,因为前两天有看到来自DEDECMS,我们熟悉的织梦程序官方发布的公告,将会在10月25日开始全面商业用途的使用DEDECMS内容管理程序的会采用授权收费模式,如果我们有在个人或者企业商业用途的,需要联系且得到授权才可以使用,否则后面会通过维权的方式。对于这个事情,我们可能有些站长经历过,比如字体、图片的版权。以及有一些国内的CMS...

Virmach 3.23美元可用6个月的VPS主机

Virmach 商家算是比较久且一直在低价便宜VPS方案中玩的不亦乐乎的商家,有很多同时期的商家纷纷关闭转让,也有的转型到中高端用户。而前一段时间也有分享过一次Virmach商家推出所谓的一次性便宜VPS主机,比如很低的价格半年时间,时间到服务器也就关闭。这不今天又看到商家有提供这样的产品。这次的活动产品包括圣何塞和水牛城两个机房,为期六个月,一次性付费用完将会取消,就这么特别的产品,适合短期玩玩...

HostKvm5.95美元起,香港、韩国可选

HostKvm发布了夏季特别促销活动,针对香港国际/韩国机房VPS主机提供7折优惠码,其他机房全场8折,优惠后2GB内存套餐月付仅5.95美元起。这是一家成立于2013年的国外主机服务商,主要提供基于KVM架构的VPS主机,可选数据中心包括日本、新加坡、韩国、美国、中国香港等多个地区机房,均为国内直连或优化线路,延迟较低,适合建站或者远程办公等。下面分享几款香港VPS和韩国VPS的配置和价格信息。...

织梦内容管理系统为你推荐
客户flash操作http在线代理怎么样设置代理,让别人看我的IP是别的地方,不是我真实的IP?重庆网络公司一九互联我重庆2013年7月毕业,报到证上写的是A公司,档案也在A公司,半年后我辞职,到B公司上班,档案也苹果appstore宕机苹果无法连接到appstore怎么办my.qq.commy.qq.com,QQ用户上不去?重庆网站制作我想做个网站,我是重庆的人。想在本地找个做网站的公司,请教一下在重庆那个公司比较好一点,,,,谢谢360arp防火墙在哪360ARP防火墙哪里下载?文档下载请问手机版wps如何把云文档下载到手机上的本地文档?爱买网超谁有http://www.25j58.com爱网购吧网站简介?
中国域名交易中心 bbr 免费个人网站申请 100x100头像 php空间申请 北京双线机房 免费申请个人网站 电信虚拟主机 海外空间 西安服务器托管 lamp兄弟连 阿里dns 江苏双线 umax 阿里云邮箱怎么注册 xshell5注册码 godaddy中文 asp介绍 阿里云宕机故障 dbank 更多