模板:曲目信息/doc:修订间差异
无编辑摘要 |
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
||
| (未显示同一用户的14个中间版本) | |||
| 第1行: | 第1行: | ||
{{ | {{Ombox | ||
|color=red | |||
|text='''注意:该模板目前处于测试阶段,仅用于部分页面,暂时不用于投入大规模使用。可能存在一些使其无法正常工作的问题。'''<br/>欢迎您随时测试、纠正本模板。如有相关问题,可以在该模板的讨论页提出。}} | |||
{{ | == 使用方法 == | ||
<pre> | |||
{{曲目信息 | |||
| title = | |||
| artist = | |||
| image = | |||
| composer = | |||
| arranger = | |||
| lyrics = | |||
| genre = | |||
| length = | |||
| bpm = | |||
| vocal = | |||
| bga = | |||
| debut = | |||
| debut_date = | |||
}} | |||
</pre> | |||
== 示例 == | |||
以[[glory day]]为例。 | |||
{| | |||
| width = 50% | | |||
<pre> | |||
{{曲目信息 | |||
| artist = BEXTER x Mycin.T | |||
| image = DMR Song glory day.jpg | |||
| composer = BEXTER、Mycin.T | |||
| arranger = Mycin.T | |||
| lyrics = BEXTER、MD Pistol | |||
| genre = J-Rock | |||
| length = 2:18 | |||
| bpm = 162 | |||
| vocal = DyoN Joo | |||
| bga = SHIHYUN、 DumpingLIFE、BJLee | |||
| debut = DJMAX RESPECT | |||
| debut_date = 2017-6-28 | |||
}} | |||
</pre> | |||
| width = 50% | | |||
{{曲目信息 | |||
| artist = BEXTER x Mycin.T | |||
| image = DMR Song glory day.jpg | |||
| composer = BEXTER、Mycin.T | |||
| arranger = Mycin.T | |||
| lyrics = BEXTER、MD Pistol | |||
| genre = J-Rock | |||
| length = 2:18 | |||
| bpm = 162 | |||
| vocal = DyoN Joo | |||
| bga = SHIHYUN、 DumpingLIFE、BJLee | |||
| debut = DJMAX RESPECT | |||
| debut_date = 2017-6-28 | |||
}} | |||
|} | |||
== 模板数据 == | == 模板数据 == | ||
| 第9行: | 第65行: | ||
"title": { | "title": { | ||
"label": "标题", | "label": "标题", | ||
"description": " | "description": "本曲原名,默认展示页面标题。", | ||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true | ||
| 第22行: | 第78行: | ||
"image": { | "image": { | ||
"label": "图片", | "label": "图片", | ||
"description": " | "description": "本曲封面,仅需填写对应文件名称即可。填写文件名称详见“DJMAX中文资料库:编辑规范”一览。", | ||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true, | ||
"example": "游戏代号 Song 曲名.jpg(更多可用文件详见页面“特殊:文件列表”或“特殊:新文件图库”)" | |||
}, | }, | ||
"composer": { | "composer": { | ||
"label": " | "label": "作曲", | ||
"type": "content" | "type": "content", | ||
"description": "本曲的制作者。" | |||
}, | }, | ||
"arranger": { | "arranger": { | ||
"label": " | "label": "编曲", | ||
"type": "content" | "type": "content", | ||
"description": "本曲的编曲者。" | |||
}, | }, | ||
"genre": { | "genre": { | ||
"label": "风格", | "label": "风格", | ||
"type": "line" | "type": "line", | ||
"description": "本曲的风格。", | |||
"example": "J-Rock" | |||
}, | }, | ||
"length": { | "length": { | ||
"label": "时长", | "label": "时长", | ||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true, | ||
"description": "本曲的时长。", | |||
"example": "1:23" | |||
}, | }, | ||
"bpm": { | "bpm": { | ||
| 第47行: | 第110行: | ||
"description": "本曲的BPM。可以填写数字,如该曲目BPM可变可以填写范围。", | "description": "本曲的BPM。可以填写数字,如该曲目BPM可变可以填写范围。", | ||
"example": "162、80-160", | "example": "162、80-160", | ||
"type": "line" | "type": "line", | ||
"suggested": true | |||
}, | }, | ||
"vocal": { | "vocal": { | ||
| 第66行: | 第130行: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "debut_date": { | ||
"label": "首发时间", | "label": "首发时间", | ||
"description": "该曲目最初出现在DJMAX系列的版本。填写格式为ISO日期格式。", | "description": "该曲目最初出现在DJMAX系列的版本。填写格式为ISO日期格式。", | ||
| 第72行: | 第136行: | ||
"type": "date", | "type": "date", | ||
"suggested": true | "suggested": true | ||
}, | |||
"lyrics": { | |||
"label": "作词", | |||
"type": "content", | |||
"description": "本曲的作词。如已填写“演唱”参数,请视情况填写该参数。" | |||
} | } | ||
}, | }, | ||
"description": "用于展示曲目信息。", | "description": "用于展示曲目信息。", | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"title", | |||
"artist", | |||
"image", | |||
"composer", | |||
"arranger", | |||
"lyrics", | |||
"genre", | |||
"length", | |||
"bpm", | |||
"vocal", | |||
"bga", | |||
"debut", | |||
"debut_date" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
== 依赖 == | |||
* [[Template:Infobox]] | |||
<noinclude>[[分类:模板文档]]</noinclude> | <noinclude>[[分类:模板文档]]</noinclude> | ||