Home > CMS Tutorial > DEDECMS > body text

What is the Field tag of DreamWeaver tag code?

王林
Release: 2019-11-09 09:48:01
Original
2467 people have browsed it

What is the Field tag of DreamWeaver tag code?

Tags:

Field

Function description:

is used Get the field values ​​of specific columns or files and the values ​​of commonly used environment variables.

Applicable scope:

Cover template, list template, document template

Basic syntax

{dede:field name='字段名'/}
Copy after login

Field assigned by the system

Section template:

phpurl,indexurl,indexname,templeturl,memberurl,powerby,webname,specurl
Copy after login

List template:

position,title,phpurl,templeturl,memberurl,powerby,indexurl,indexname,specurl,栏目表dede_arctype的所有字段
Copy after login

The position is a link in the form of "Column 1 > Column 2", and the title is a title in this form.

Document template:

position,phpurl,templeturl,memberurl,powerby,indexurl,indexname,specurl,id(同 ID,aid)
Copy after login

All content fields of the document

All fields of the archive dede_archives table and additional tables.

Recommended tutorial: dedecms tutorial

The above is the detailed content of What is the Field tag of DreamWeaver tag code?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template