“模板:Infobox song”的版本间的差异
来自UtaWiki
小 |
小 |
||
(未显示1个用户的12个中间版本) | |||
第1行: | 第1行: | ||
− | {| class="infobox" style="" | + | <includeonly>{| class="infobox infobox-song" style="" |
! colspan="2" | {{PAGENAME}} | ! colspan="2" | {{PAGENAME}} | ||
+ | |- {{#if: {{{zhname|}}} | | style="display: none;" }} | ||
+ | | 中文译名 | ||
+ | | {{{zhname|}}} | ||
+ | |- {{#if: {{{lyricsby|}}} | | style="display: none;" }} | ||
+ | | 作词 | ||
+ | | {{{lyricsby|}}} | ||
+ | |- {{#if: {{{musicby|}}} | | style="display: none;" }} | ||
+ | | 作曲 | ||
+ | | {{{musicby|}}} | ||
+ | |- {{#if: {{{composedby|}}} | | style="display: none;" }} | ||
+ | | 编曲 | ||
+ | | {{{composedby|}}} | ||
+ | |- {{#if: {{{firstartist|}}} | | style="display: none;" }} | ||
+ | | 原唱 | ||
+ | | {{{firstartist|}}} | ||
+ | |- {{#if: {{{firstreleased|}}} | | style="display: none;" }} | ||
+ | | 初次发行 | ||
+ | | {{{firstreleased|}}} | ||
+ | |- {{#if: {{{genre|}}} | | style="display: none;" }} | ||
+ | | 流派 | ||
+ | | {{{genre|}}} | ||
+ | |- {{#if: {{{misc|}}} | | style="display: none;" }} | ||
+ | | 备注 | ||
+ | | {{{misc|}}} | ||
+ | |}</includeonly> | ||
+ | <noinclude>本模板用于歌曲条目。 | ||
+ | |||
+ | == 使用方法 == | ||
+ | 请在编辑歌曲条目时,将下列原始代码粘贴至起始部分,并在等号后面填写项目对应的内容。没有必填项目,未填写的项目留空即可。 | ||
+ | <pre>{{Infobox song | ||
+ | | zhname = | ||
+ | | lyricsby = | ||
+ | | musicby = | ||
+ | | composedby = | ||
+ | | firstartist = | ||
+ | | firstreleased = | ||
+ | | genre = | ||
+ | | misc = | ||
+ | }}</pre> | ||
+ | |||
+ | === 项目说明 === | ||
+ | {| class="wikitable sortable" | | ||
+ | | '''zhname''' || 曲名的中文译名,如无官方译名可自行翻译。 | ||
|- | |- | ||
− | + | | '''lyricsby''' || 作词者。建议使用<nowiki>[[xxx]]</nowiki>来创建指向该人士条目的链接(以下同)。 | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
− | + | | '''musicby''' || 作曲者。 | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
− | + | | '''composedby''' || 编曲者。 | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
− | + | | '''firstartist''' || 原唱艺人。 | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
− | + | | '''firstreleased''' || 该歌曲的初次发行时间(对于民歌等情况,可以是诞生时间)。 | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
− | + | | '''genre''' || 音乐流派。 | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
− | + | | '''misc''' || 备注。其他需要说明的内容。 | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|} | |} | ||
− | + | ||
− | + | == 相关模板 == | |
+ | * [[:Template:Infobox album]] | ||
+ | * [[:Template:Infobox artist]] | ||
</noinclude> | </noinclude> |
2014年7月3日 (四) 23:38的最后版本
本模板用于歌曲条目。
使用方法
请在编辑歌曲条目时,将下列原始代码粘贴至起始部分,并在等号后面填写项目对应的内容。没有必填项目,未填写的项目留空即可。
{{Infobox song | zhname = | lyricsby = | musicby = | composedby = | firstartist = | firstreleased = | genre = | misc = }}
项目说明
zhname | 曲名的中文译名,如无官方译名可自行翻译。 |
lyricsby | 作词者。建议使用[[xxx]]来创建指向该人士条目的链接(以下同)。 |
musicby | 作曲者。 |
composedby | 编曲者。 |
firstartist | 原唱艺人。 |
firstreleased | 该歌曲的初次发行时间(对于民歌等情况,可以是诞生时间)。 |
genre | 音乐流派。 |
misc | 备注。其他需要说明的内容。 |