打开/关闭搜索
搜索
打开/关闭菜单
5
6
152
卡车模拟中文维基
导航
首页
最近更改
随机页面
特殊页面
上传文件
打开/关闭外观设置菜单
无法加载偏好设置。请检查您的网络连接并重试。
重试
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
创建账号
登录
查看“︁Template:游戏信息框”︁的源代码
模板页面
更多语言
更多操作
←
Template:游戏信息框
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
<includeonly>{{#invoke:Infobox|main |align={{{align|right}}} |title={{{title|{{PAGENAME}}}}} |image={{{image|Placeholder Picture.png}}} |col1-label1=官方网站 |col1-info1={{{website|}}} |col1-label2=剩余博客 |col1-info2={{{blogcounter|}}} |col1-label3=当前版本 |col1-info3={{{version|}}} |col1-label4=发行日期 |col1-info4={{{year|20??}}} |col1-label5=支持平台 |col1-info5={{{platform|}}} |col1-label6=内容类型 |col1-info6={{{form|游戏、DLC等}}} |col1-label7=游戏引擎 |col1-info7={{{engine|}}} |col1-label8=价格 |col1-info8={{{price|}}} |col1-label9=地区发行商 |col1-info9={{{regional|}}} |col1-label10=成就 |col1-info10={{{achievements|}}} |col1-label11=购买平台 |col1-info11={{{store|}}} |col1-label12=版本与变体 |col1-info12={{{variants|}}} |col1-label13=系统需求 |col1-info13={{{requirements|}}} |col1-label14=前作 |col1-info14={{{predecessor|}}} |col1-label15=续作 |col1-info15={{{successor|}}} |col1-label16=简介 |col1-info16={{{about|}}} |col1-label17=国家/地区 |col1-info17={{{countries|}}} |col1-label18=州 |col1-info18={{{states|}}} |col1-label19=城市数量 |col1-info19={{{noofcities|}}} |col1-label20=其他特色 |col1-info20={{{otherfeatures|}}} |col1-label21=处理器 |col1-info21={{{cpu|}}} |col1-label22=内存 |col1-info22={{{ram|}}} |col1-label23=显卡 |col1-info23={{{gpu|}}} |col1-label24=存储空间 |col1-info24={{{hdd|}}} |col1-label25=操作系统 |col1-info25={{{os|}}} }}<templatestyles src="Module:Infobox/styles.css" /></includeonly><noinclude> <templatedata> { "description": "用于展示游戏、DLC及其他游戏相关内容的基本资料、发行信息、游戏特色与系统需求。", "format": "block", "paramOrder": [ "title", "image", "align", "website", "blogcounter", "version", "year", "platform", "form", "engine", "price", "regional", "achievements", "store", "variants", "requirements", "predecessor", "successor", "about", "countries", "states", "noofcities", "otherfeatures", "cpu", "ram", "gpu", "hdd", "os" ], "params": { "title": { "label": "标题", "description": "信息框的标题。留空时自动使用当前页面名称。", "type": "content", "default": "{{PAGENAME}}", "suggested": true }, "image": { "label": "图片", "description": "游戏封面或代表性图片的文件名,不需要添加“File:”或“文件:”前缀。", "type": "wiki-file-name", "default": "Placeholder Picture.png", "suggested": true }, "align": { "label": "对齐方式", "description": "信息框在页面中的对齐方式。", "type": "string", "default": "right", "suggestedvalues": [ "left", "right", "center" ] }, "website": { "label": "官方网站", "description": "游戏或相关产品的官方网站。", "type": "content", "suggested": true }, "blogcounter": { "label": "剩余博客", "description": "尚未发布或需要补充的博客、开发日志数量。", "type": "number" }, "version": { "label": "当前版本", "description": "游戏或产品当前发布的版本号。", "type": "line", "example": "1.57" }, "year": { "label": "发行日期", "description": "游戏或产品首次发行的日期。", "type": "date", "default": "20??", "suggested": true }, "platform": { "label": "支持平台", "description": "游戏支持的平台,例如Windows、macOS、Linux、PlayStation或Xbox。", "type": "content", "suggested": true }, "form": { "label": "内容类型", "description": "内容的具体类型。", "type": "line", "default": "游戏、DLC等", "suggestedvalues": [ "游戏", "DLC", "扩展包", "模组" ] }, "engine": { "label": "游戏引擎", "description": "游戏使用的游戏引擎。", "type": "content" }, "price": { "label": "价格", "description": "游戏或产品的价格。存在多个地区价格时,可在此参数中统一列出。", "type": "content", "example": "CN¥ 88/HK$ 88/NT$ 88" }, "regional": { "label": "地区发行商", "description": "负责不同国家或地区发行工作的发行商。", "type": "content" }, "achievements": { "label": "成就", "description": "游戏中的成就数量或成就系统信息。", "type": "content" }, "store": { "label": "购买平台", "description": "可以购买或下载该游戏的平台及商店链接。", "type": "content", "example": "[[Steam]]" }, "variants": { "label": "版本与变体", "description": "游戏的不同版本、特别版、套装或其他发行形式。", "type": "content" }, "requirements": { "label": "系统需求", "description": "系统需求的概述或指向详细系统需求页面的链接。", "type": "content" }, "predecessor": { "label": "前作", "description": "该游戏的前作。", "type": "content" }, "successor": { "label": "续作", "description": "该游戏的续作或后继作品。", "type": "content" }, "about": { "label": "简介", "description": "游戏或相关产品的简要介绍与补充说明。", "type": "content" }, "countries": { "label": "国家/地区", "description": "游戏中出现、开放或可供游玩的国家和地区。", "type": "content" }, "states": { "label": "州", "description": "游戏中出现、开放或可供游玩的州、省或其他一级行政区。", "type": "content" }, "noofcities": { "label": "城市数量", "description": "游戏中可访问或可供游玩的城市数量。", "type": "number" }, "otherfeatures": { "label": "其他特色", "description": "未在其他参数中列出的重要玩法、功能或特色。", "type": "content" }, "cpu": { "label": "处理器", "description": "运行游戏所需的处理器配置。", "type": "content" }, "ram": { "label": "内存", "description": "运行游戏所需的内存容量。", "type": "content", "example": "8 GB" }, "gpu": { "label": "显卡", "description": "运行游戏所需的显卡配置。", "type": "content" }, "hdd": { "label": "存储空间", "description": "安装和运行游戏所需的可用存储空间。", "type": "content", "example": "25 GB可用空间" }, "os": { "label": "操作系统", "description": "游戏支持或要求使用的操作系统。", "type": "content", "example": "Windows 10 64位" } } } </templatedata> </noinclude>
返回
Template:游戏信息框
。
查看“︁Template:游戏信息框”︁的源代码
模板页面