Template:Music Infobox/Docs

From A3! Wiki
< Template:Music Infobox
Revision as of 21:29, 26 October 2017 by Fimbulvetr (talk | contribs) (Created page with "==How to Use== Add the template to lyric pages by using this template: <pre> {{Music Infobox |troupe= |albumcover= |character= |cv= |lyricist= |composition= |arrangement= |al...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to Use

Add the template to lyric pages by using this template:

{{Music Infobox
|troupe=
|albumcover=
|character=
|cv=
|lyricist=
|composition=
|arrangement=
|album=
}}

troupe should be in lowercase. This defines the colour scheme of the infobox.

albumcover should be the file name of the image, without the preceding "File:" but including the extension (eg. .png)

character should be the CHARACTER's name in Western order (Name Surname) as a link, eg. [[Sakuya Sakuma]]. If there are multiple characters, separate with commas.

For cv, lyricist, composition and arrangement, it should be self-explanatory. If the name is Japanese, it should be the person's name in Japanese order (Surname Name) as plaintext, eg. Takeuchi Shunsuke

Code

{| class="infobox {{{troupe|}}}music musicinfo" style="padding: 1em; margin-left: 1em;" cellpadding=3
|-
| colspan="2" | [[File:{{{albumcover|}}}|260px|center]]
|-
! colspan="2" class="{{{troupe|}}}music musicinfo-title" | {{SUBPAGENAME}}
|-
! Vocals
| {{{character|}}}
|-
! CV
| {{{cv|}}}
|-
! Lyrics
| {{{lyricist|}}}
|-
! Composition
| {{{composition|}}}
|-
! Arrangement
| {{{arrangement|}}}
|-
! Album
| [[Music#{{{album}}}|{{{album}}}]]
|-
! colspan="2" class="{{{troupe|}}}music musicinfo-title" | Lyrics Toggles
|-
|colspan="2" align="center"|<span class="mw-customtoggle-Kanji">Show/Hide Kanji</span>
|-
|colspan="2" align="center"|<span class="mw-customtoggle-Romaji">Show/Hide Romaji</span>
|-
|colspan="2" align="center"|<span class="mw-customtoggle-English">Show/Hide English</span>
|}