Template:产品信息: Difference between revisions
Template page
More actions
初始化技术文档中心框架 |
Git release 5e4241dd8446 |
||
| Line 1: | Line 1: | ||
<div class=" | <includeonly> | ||
<div class=" | <div class="lcd-product"> | ||
<div><span class=" | <div class="lcd-product__hero"> | ||
<div class=" | <div class="lcd-product__summary"> | ||
<span class="lcd-product__kicker">{{{所属模块|产品文档}}}</span> | |||
<div class="lcd-product__model">{{{型号|未填写型号}}}</div> | |||
<div class="lcd-product__status">{{文档状态|状态={{{状态|草稿}}}}}</div> | |||
<p>{{{简介|暂无产品简介。}}}</p> | |||
</div> | </div> | ||
{| class="wikitable | <div class="lcd-product__gallery"> | ||
! | <div>[[File:{{{主图}}}|900px|alt={{{标题|{{PAGENAME}}}}} 主视图]]</div> | ||
| {{{ | {{#if:{{{副图|}}}|<div>[[File:{{{副图}}}|900px|alt={{{标题|{{PAGENAME}}}}} 辅助视图]]</div>|}} | ||
! | </div> | ||
| {{{ | </div> | ||
== 产品介绍 == | |||
{{{产品要点|* 产品资料待管理员补充。}}} | |||
== 产品参数 == | |||
{| class="wikitable lcd-spec-table" | |||
! 项目 | |||
! 参数 | |||
|- | |||
! 型号 | |||
| {{{型号|未填写}}} | |||
|- | |||
! 所属模块 | |||
| {{{所属模块|未填写}}} | |||
|- | |||
! 显示尺寸 | |||
| {{{显示尺寸|未填写}}} | |||
|- | |||
! 分辨率 | |||
| {{{分辨率|未填写}}} | |||
|- | |||
! 显示接口 | |||
| {{{显示接口|未填写}}} | |||
|- | |- | ||
! | ! 触控方式 | ||
| {{{ | | {{{触控方式|未填写}}} | ||
|- | |- | ||
! | ! 供电 | ||
| {{{ | | {{{供电|未填写}}} | ||
|- | |- | ||
! | ! 外形尺寸 | ||
| {{{ | | {{{外形尺寸|未填写}}} | ||
|} | |} | ||
== 硬件说明 == | |||
{{{硬件说明|硬件接口与结构说明待补充。}}} | |||
== 使用说明 == | |||
{{{使用说明|# 连接硬件。<br># 上电并检查显示。<br># 按产品资料完成软件配置。}}} | |||
== 常见问题 == | |||
{{{常见问题|; 页面内容是否为真实产品参数?<br>: 当前为原创演示数据,请由管理员替换为实际资料。}}} | |||
== 资源下载 == | |||
{{#if:{{{下载文件|}}} | |||
|{{下载项 | |||
|类型={{{下载类型|FILE}}} | |||
|名称={{{下载名称|产品资料}}} | |||
|说明={{{下载说明|下载相关技术资料}}} | |||
|版本={{{下载版本|1.0}}} | |||
|文件={{{下载文件}}} | |||
}} | |||
|<div class="lcd-empty-resource">暂无已发布资源,管理员可在产品表单中添加下载文件。</div> | |||
}} | |||
</div> | </div> | ||
[[Category:产品文档]][[Category:{{{所属模块|未分类产品}}}]] | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": " | "description": "完整产品二级页模板,包含图库、介绍、参数、硬件、使用、FAQ 和下载区。", | ||
"params": { | "params": { | ||
"标题": {"label": "产品标题", "type": "string"}, | |||
"型号": {"label": "型号", "type": "string", "required": true}, | "型号": {"label": "型号", "type": "string", "required": true}, | ||
"状态": {"label": "文档状态", "type": "string", "suggestedvalues": ["已发布", "草稿", "已归档"]}, | "状态": {"label": "文档状态", "type": "string", "suggestedvalues": ["已发布", "草稿", "已归档"]}, | ||
" | "所属模块": {"label": "所属模块", "type": "string", "required": true}, | ||
" | "主图": {"label": "主图", "type": "wiki-file-name", "required": true}, | ||
" | "副图": {"label": "副图", "type": "wiki-file-name"}, | ||
" | "简介": {"label": "简介", "type": "content"}, | ||
" | "产品要点": {"label": "产品要点", "type": "content"}, | ||
" | "显示尺寸": {"label": "显示尺寸", "type": "string"}, | ||
" | "分辨率": {"label": "分辨率", "type": "string"}, | ||
" | "显示接口": {"label": "显示接口", "type": "string"}, | ||
"触控方式": {"label": "触控方式", "type": "string"}, | |||
"供电": {"label": "供电", "type": "string"}, | |||
"外形尺寸": {"label": "外形尺寸", "type": "string"}, | |||
"硬件说明": {"label": "硬件说明", "type": "content"}, | |||
"使用说明": {"label": "使用说明", "type": "content"}, | |||
"常见问题": {"label": "常见问题", "type": "content"}, | |||
"下载类型": {"label": "下载类型", "type": "string"}, | |||
"下载名称": {"label": "下载名称", "type": "string"}, | |||
"下载说明": {"label": "下载说明", "type": "string"}, | |||
"下载版本": {"label": "下载版本", "type": "string"}, | |||
"下载文件": {"label": "下载文件", "type": "wiki-file-name"} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 22:35, 25 July 2026
完整产品二级页模板,包含图库、介绍、参数、硬件、使用、FAQ 和下载区。
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 产品标题 | 标题 | no description | String | optional |
| 型号 | 型号 | no description | String | required |
| 文档状态 | 状态 | no description
| String | optional |
| 所属模块 | 所属模块 | no description | String | required |
| 主图 | 主图 | no description | File | required |
| 副图 | 副图 | no description | File | optional |
| 简介 | 简介 | no description | Content | optional |
| 产品要点 | 产品要点 | no description | Content | optional |
| 显示尺寸 | 显示尺寸 | no description | String | optional |
| 分辨率 | 分辨率 | no description | String | optional |
| 显示接口 | 显示接口 | no description | String | optional |
| 触控方式 | 触控方式 | no description | String | optional |
| 供电 | 供电 | no description | String | optional |
| 外形尺寸 | 外形尺寸 | no description | String | optional |
| 硬件说明 | 硬件说明 | no description | Content | optional |
| 使用说明 | 使用说明 | no description | Content | optional |
| 常见问题 | 常见问题 | no description | Content | optional |
| 下载类型 | 下载类型 | no description | String | optional |
| 下载名称 | 下载名称 | no description | String | optional |
| 下载说明 | 下载说明 | no description | String | optional |
| 下载版本 | 下载版本 | no description | String | optional |
| 下载文件 | 下载文件 | no description | File | optional |