ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## 所属模块和模版: ``` 专题内容页:special_detail ``` ## 支持的标签 **所有常用标签**: **所有循环标签**: **分类标签** ``` {$show['list_id']}:分类ID {$show['list_name']} :分类名称 {$show['list_dir']}:分类拼音 {:zanpian_show_url($show['list_id'])}:分类连接 {$show['list_pid']}:分类上级ID {$show['list_oid']}:分类排序ID {$show['list_sid']}:分类模型ID {$show['list_ico']}:分类图标 {$show['list_keywords']}:分类关键词 {$show['list_title']}:分类标题 {$show['list_description']}:分类描述 还可以更具当前栏目ID获取上级栏目的相关内容 如:{$show['list_pid']}存在 那我们可以获取 {:getlistname($show['list_pid'],'list_dir')}:上级分类拼音 {:getlistname($show['list_pid'],'list_name')}:上级分类名称 {:zanpian_show_url($show['list_pid'])}:上级分类连接 ``` **内容标签** ``` {$info['special_id']}:ID {$info['special_cid']}: 分类ID {$info['special_prty']}: 文档推荐 {$info['special_pic']|zanpian_img_url}: 图片 {$info['special_bigpic']|zanpian_img_url}: 大图 {$info['special_name']}: 名称 {$info['special_title']}: 标题 {$info['special_keywords']}: 关键词 {$info['special_description']}: 描述 {$info['special_tag']}: TAG {$info['special_color']}: 颜色 {$info['special_addtime']|date='Y-m-d H:i:s',###}: 添加时间 {$info['special_hits']}:总人气 {$info['special_hits_day']}: 日人气 {$info['special_hits_week']}: 周人气 {$info['special_hits_month']}: 月人气 {$info['special_stars']}: 星级 {$info['special_up']}: 顶数 {$info['special_down']}: 踩数 {$info['special_gold']}: 评分 {$info['special_golder']}: 评分人数 {$info['special_letter']}: 字母 {$info['special_letters']}: 拼音 {$info['special_content']|zanpian_news_img_array}: 内容 ```