「テンプレート:Tracklist」の版間の差分
提供: MONACA Wiki
その他の操作
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
||
| (同じ利用者による、間の14版が非表示) | |||
| 1行目: | 1行目: | ||
<onlyinclude>{{#invoke:Tracklist|main}}</onlyinclude>< | <onlyinclude><div style="overflow:auto;">{{#invoke:Tracklist|main}}</div></onlyinclude> | ||
{{ | <noinclude> | ||
<templatedata> | |||
{ | |||
"description": "楽曲・CD・サウンドトラック向けの高機能トラックリストを表示します。", | |||
"params": { | |||
"id": { | |||
"label": "ID", | |||
"description": "トラックリストに固有のIDを指定します。", | |||
"type": "string" | |||
}, | |||
"collapsed": { | |||
"label": "折りたたみ", | |||
"description": "yes を指定するとトラックリストを折りたたみ表示します。", | |||
"type": "string", | |||
"example": "yes" | |||
}, | |||
"headline": { | |||
"label": "見出し", | |||
"description": "A面/B面、Disc 1/2 などの区分見出し。", | |||
"type": "string", | |||
"example": "Disc 1" | |||
}, | |||
"extra_column": { | |||
"label": "追加列の見出し", | |||
"description": "編曲、オリジナル・アーティスト、リミックスなどの追加列名。", | |||
"type": "string" | |||
}, | |||
"total_length": { | |||
"label": "総再生時間", | |||
"description": "auto を指定すると各トラックの length から自動計算します。", | |||
"type": "string", | |||
"example": "auto" | |||
}, | |||
"all_lyrics": { | |||
"label": "全曲作詞", | |||
"description": "全トラックの作詞者が同一の場合に指定します。", | |||
"type": "string" | |||
}, | |||
"all_music": { | |||
"label": "全曲作曲", | |||
"description": "全トラックの作曲者が同一の場合に指定します。", | |||
"type": "string" | |||
}, | |||
"all_writing": { | |||
"label": "全曲作詞・作曲", | |||
"description": "全トラックの作詞・作曲が同一の場合に指定します。", | |||
"type": "string" | |||
}, | |||
"all_arrangements": { | |||
"label": "全曲編曲", | |||
"description": "全トラックの編曲者が同一の場合に指定します。", | |||
"type": "string" | |||
}, | |||
"lyrics_credits": { | |||
"label": "作詞欄表示", | |||
"type": "string", | |||
"example": "yes" | |||
}, | |||
"music_credits": { | |||
"label": "作曲欄表示", | |||
"type": "string", | |||
"example": "yes / +a" | |||
}, | |||
"writing_credits": { | |||
"label": "作詞・作曲統合表示", | |||
"type": "string", | |||
"example": "yes" | |||
}, | |||
"arrangements_credits": { | |||
"label": "編曲欄表示", | |||
"type": "string", | |||
"example": "yes" | |||
}, | |||
"strings_arrange_credits": { | |||
"label": "ストリングス編曲欄", | |||
"type": "string", | |||
"example": "yes / +b / +h" | |||
}, | |||
"brass_arrange_credits": { | |||
"label": "ブラス編曲欄", | |||
"type": "string", | |||
"example": "yes" | |||
}, | |||
"horn_arrange_credits": { | |||
"label": "ホーン編曲欄", | |||
"type": "string", | |||
"example": "yes" | |||
}, | |||
"orchestra_arrange_credits": { | |||
"label": "オーケストラ編曲欄", | |||
"type": "string", | |||
"example": "yes" | |||
}, | |||
"singer_credits": { | |||
"label": "歌唱欄表示", | |||
"type": "string", | |||
"example": "yes" | |||
}, | |||
"remix_credits": { | |||
"label": "リミックス欄表示", | |||
"type": "string", | |||
"example": "yes" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
{{Documentation}} | |||
</noinclude> | </noinclude> | ||