跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
首页
最近更改
随机页面
MediaWiki帮助
爱车百科
搜索
搜索
外观
登录
个人工具
登录
查看“︁模板:Documentation”︁的源代码
模板
讨论
大陆简体
阅读
查看源代码
工具
工具
移至侧栏
隐藏
操作
阅读
查看源代码
常规
链入页面
相关更改
特殊页面
页面信息
版权问题反馈
外观
移至侧栏
隐藏
←
模板:Documentation
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于这些用户组的用户执行:
管理员
、editor
您可以查看和复制此页面的源代码。
<includeonly> <!-- 分类应放在模板的<noinclude>部分,这里只是示例 --> [[Category:信息框模板]] </includeonly> <noinclude> {{Template documentation}} </noinclude> == 描述 == 这是一个用于汽车条目的信息框(Infobox)模板。 == 语法 == 在您要使用信息框的条目中,复制以下代码并填写参数: {{#tag:syntaxhighlight| {{Infobox automobile | name = | image = | caption = | manufacturer = | production = | class = | body_style = | layout = | platform = | engine = | transmission = | wheelbase = | length = | width = | height = | weight = | related = | predecessor = | successor = }} | lang="mediawiki"}} == 参数说明 == * '''name''': 车辆的全名(例如:本田CR-V (第一代))。 * '''image''': 车辆图片的文件名(例如:Honda_CR-V_front.jpg)。 * '''caption''': 图片的说明文字。 * '''manufacturer''': 制造商(例如:[[本田技研工业]])。 * '''production''': 生产日期(例如:1995-2001)。 * '''class''': 车辆类别(例如:[[紧凑型跨界SUV]])。 * ... (请在此处列出所有参数及其说明) == 示例 == {{#tag:syntaxhighlight| {{Infobox automobile | name = 本田CR-V (第一代) | image = Honda_CR-V_RD1_front.jpg | caption = 2005款本田CR-V | manufacturer = [[本田技研工业]] | production = 1995-2001 | class = [[紧凑型跨界SUV]] | body_style = 5门[[SUV]] | layout = [[前置前驱]],[[四轮驱动]] | platform = [[本田思域#第六代|本田思域平台]] | engine = 2.0 L B20B 直列四缸发动机 | transmission = 5速手动变速箱 | wheelbase = 2,620 mm | length = 4,510 mm | weight = 1,350 kg | predecessor = | successor = [[本田CR-V (第二代)]] }} | lang="mediawiki"}} </noinclude>
该页面使用的模板:
模板:Infobox automobile
(
查看源代码
)
模板:Template documentation
(
查看源代码
)
返回
模板:Documentation
。