更多操作
无编辑摘要 |
无编辑摘要 |
||
(未显示同一用户的9个中间版本) | |||
第3行: | 第3行: | ||
{ | { | ||
"params": { | "params": { | ||
"titleCn": {}, | "titleCn": { | ||
"titleEn": {}, | "type": "line" | ||
"platform": {}, | }, | ||
"developer": {}, | "titleEn": { | ||
"publisher": {}, | "type": "line" | ||
"publishDate": {}, | }, | ||
"playDate": {}, | "platform": { | ||
"playedTime": {}, | "type": "line", | ||
"playStatus": {}, | "suggestedvalues": [ | ||
"rate": {}, | "STEAM", | ||
"commentLine": {}, | "XBOX", | ||
"commentArt": {}, | "PS", | ||
"commentContent": {}, | "NS", | ||
"commentInteract": {}, | "PC" | ||
"commentGameplay": {}, | ] | ||
"commentSound": {}, | }, | ||
"commentStory": {}, | "developer": { | ||
" | "type": "line" | ||
"scoreArt": {}, | }, | ||
"scoreContent": {}, | "publisher": { | ||
"scoreInteract": {}, | "type": "line" | ||
"scoreGameplay": {}, | }, | ||
"scoreSound": {}, | "publishDate": { | ||
"scoreStory": {}, | "type": "date" | ||
}, | |||
"playDate": { | |||
"type": "date" | |||
}, | |||
"playedTime": { | |||
"type": "number" | |||
}, | |||
"playStatus": { | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"ABANDON", | |||
"DEEP", | |||
"FINISH" | |||
] | |||
}, | |||
"rate": { | |||
"type": "number" | |||
}, | |||
"commentLine": { | |||
"type": "content" | |||
}, | |||
"commentArt": { | |||
"type": "content" | |||
}, | |||
"commentContent": { | |||
"type": "content" | |||
}, | |||
"commentInteract": { | |||
"type": "content" | |||
}, | |||
"commentGameplay": { | |||
"type": "content" | |||
}, | |||
"commentSound": { | |||
"type": "content" | |||
}, | |||
"commentStory": { | |||
"type": "content" | |||
}, | |||
"commentConclusion": { | |||
"type": "content" | |||
}, | |||
"scoreArt": { | |||
"type": "number" | |||
}, | |||
"scoreContent": { | |||
"type": "number" | |||
}, | |||
"scoreInteract": { | |||
"type": "number" | |||
}, | |||
"scoreGameplay": { | |||
"type": "number" | |||
}, | |||
"scoreSound": { | |||
"type": "number" | |||
}, | |||
"scoreStory": { | |||
"type": "number" | |||
}, | |||
"publicId": {}, | "publicId": {}, | ||
"isDeleted": {} | "isDeleted": { | ||
} | "type": "boolean", | ||
"default": "0", | |||
"autovalue": "0" | |||
}, | |||
"genres": { | |||
"type": "content" | |||
} | |||
}, | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
第51行: | 第119行: | ||
|commentSound=String | |commentSound=String | ||
|commentStory=String | |commentStory=String | ||
| | |commentConclusion=String | ||
|scoreArt=Float | |scoreArt=Float | ||
|scoreContent=Float | |scoreContent=Float | ||
第60行: | 第128行: | ||
|publicId=String (size=10) | |publicId=String (size=10) | ||
|isDeleted=Boolean | |isDeleted=Boolean | ||
}} | |genres=String | ||
</noinclude><includeonly> | }}</noinclude><includeonly>{{#cargo_store: | ||
{{#cargo_store: | |||
_table=games | _table=games | ||
|titleCn={{{titleCn}}} | |titleCn={{{titleCn|}}} | ||
|titleEn={{{titleEn}}} | |titleEn={{{titleEn|}}} | ||
|platform={{{platform}}} | |platform={{{platform|}}} | ||
|developer={{{developer}}} | |developer={{{developer|}}} | ||
|publisher={{{publisher}}} | |publisher={{{publisher|}}} | ||
|publishDate={{{publishDate}}} | |publishDate={{{publishDate|}}} | ||
|playDate={{{playDate}}} | |playDate={{{playDate|}}} | ||
|playedTime={{{playedTime}}} | |playedTime={{{playedTime|}}} | ||
|playStatus={{{playStatus}}} | |playStatus={{{playStatus|}}} | ||
|rate={{{rate}}} | |rate={{{rate|}}} | ||
|commentLine={{{commentLine}}} | |commentLine={{{commentLine|}}} | ||
|commentArt={{{commentArt}}} | |commentArt={{{commentArt|}}} | ||
|commentContent={{{commentContent}}} | |commentContent={{{commentContent|}}} | ||
|commentInteract={{{commentInteract}}} | |commentInteract={{{commentInteract|}}} | ||
|commentGameplay={{{commentGameplay}}} | |commentGameplay={{{commentGameplay|}}} | ||
|commentSound={{{commentSound}}} | |commentSound={{{commentSound|}}} | ||
|commentStory={{{commentStory}}} | |commentStory={{{commentStory|}}} | ||
| | |commentConclusion={{{commentConclusion|}}} | ||
|scoreArt={{{scoreArt}}} | |scoreArt={{{scoreArt|}}} | ||
|scoreContent={{{scoreContent}}} | |scoreContent={{{scoreContent|}}} | ||
|scoreInteract={{{scoreInteract}}} | |scoreInteract={{{scoreInteract|}}} | ||
|scoreGameplay={{{scoreGameplay}}} | |scoreGameplay={{{scoreGameplay|}}} | ||
|scoreSound={{{scoreSound}}} | |scoreSound={{{scoreSound|}}} | ||
|scoreStory={{{scoreStory}}} | |scoreStory={{{scoreStory|}}} | ||
|publicId={{{publicId}}} | |publicId={{{publicId|}}} | ||
|isDeleted={{{isDeleted}}} | |isDeleted={{{isDeleted|0}}} | ||
|genres={{{genres|}}} | |||
}}</includeonly> | }}</includeonly> | ||
2025年3月23日 (日) 21:34的最新版本
无描述。
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
titleCn | titleCn | 无描述 | 单行文本 | 可选 |
titleEn | titleEn | 无描述 | 单行文本 | 可选 |
platform | platform | 无描述
| 单行文本 | 可选 |
developer | developer | 无描述 | 单行文本 | 可选 |
publisher | publisher | 无描述 | 单行文本 | 可选 |
publishDate | publishDate | 无描述 | 日期 | 可选 |
playDate | playDate | 无描述 | 日期 | 可选 |
playedTime | playedTime | 无描述 | 数字 | 可选 |
playStatus | playStatus | 无描述
| 单行文本 | 可选 |
rate | rate | 无描述 | 数字 | 可选 |
commentLine | commentLine | 无描述 | 内容 | 可选 |
commentArt | commentArt | 无描述 | 内容 | 可选 |
commentContent | commentContent | 无描述 | 内容 | 可选 |
commentInteract | commentInteract | 无描述 | 内容 | 可选 |
commentGameplay | commentGameplay | 无描述 | 内容 | 可选 |
commentSound | commentSound | 无描述 | 内容 | 可选 |
commentStory | commentStory | 无描述 | 内容 | 可选 |
commentConclusion | commentConclusion | 无描述 | 内容 | 可选 |
scoreArt | scoreArt | 无描述 | 数字 | 可选 |
scoreContent | scoreContent | 无描述 | 数字 | 可选 |
scoreInteract | scoreInteract | 无描述 | 数字 | 可选 |
scoreGameplay | scoreGameplay | 无描述 | 数字 | 可选 |
scoreSound | scoreSound | 无描述 | 数字 | 可选 |
scoreStory | scoreStory | 无描述 | 数字 | 可选 |
publicId | publicId | 无描述 | 未知 | 可选 |
isDeleted | isDeleted | 无描述
| 布尔 | 可选 |
genres | genres | 无描述 | 内容 | 可选 |
此模板定义表格“games”。 查看表格.