Difference between revisions of "Template:Music Infobox"
From A3! Wiki
Fimbulvetr (talk | contribs) |
m (added horizontal infobox) |
||
Line 2: | Line 2: | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> | ||
<includeonly>[[Category:Music]] | <includeonly>[[Category:Music]] | ||
+ | {{#css: | ||
+ | .springmusic {background: #ffeff4; border: 1px solid #FF91B2} | ||
+ | .summermusic {background: #fff9e5; border: 1px solid #ffc800} | ||
+ | .autumnmusic {background: #fff0e8; border: 1px solid #ff9b63} | ||
+ | .wintermusic {background: #e9f6ff; border: 1px solid #6ac1ff} | ||
+ | |||
+ | @media only screen and (min-width: 90em) { | ||
+ | .musicinfo-h {display: none;} | ||
+ | } | ||
+ | @media only screen and (max-width: 90em) { | ||
+ | .musicinfo {display: none; float: none;} | ||
+ | } | ||
+ | |||
+ | }} | ||
+ | <div class="list {{{troupe|}}}music flex-container musicinfo-h" style="width:80%; min-width: 22em; justify-content: center; font-size: 90%;"> | ||
+ | <div style="flex-basis: 150px; flex-grow: 1; max-width: 300px;">[[File:{{{albumcover|}}}|center]]</div> | ||
+ | <div style="flex-basis: 150px; flex-grow: 3;"> | ||
+ | {| cellpadding=3 style="width:100%" | ||
+ | |- | ||
+ | ! colspan="2" class="{{{troupe|}}}music musicinfo-title" | {{SUBPAGENAME}} | ||
+ | |- | ||
+ | ! Vocals | ||
+ | | {{{character|}}} | ||
+ | |- | ||
+ | ! CV | ||
+ | | {{{cv|}}} | ||
+ | |- | ||
+ | ! Lyrics | ||
+ | | {{{lyricist|}}} | ||
+ | |- | ||
+ | ! Composition | ||
+ | | {{{composition|}}} | ||
+ | |- | ||
+ | ! Arrangement | ||
+ | | {{{arrangement|}}} | ||
+ | |- | ||
+ | ! Album | ||
+ | | [[Music#{{{album}}}|{{{album}}}]] | ||
+ | |- | ||
+ | |} | ||
+ | {| cellpadding=3 style="width:100%" | ||
+ | ! colspan="3" class="{{{troupe|}}}music musicinfo-title" | Lyrics Toggles | ||
+ | |- | ||
+ | |<span class="mw-customtoggle-Kanji">Show/Hide Kanji</span> | ||
+ | |<span class="mw-customtoggle-Romaji">Show/Hide Romaji</span> | ||
+ | |<span class="mw-customtoggle-English">Show/Hide English</span> | ||
+ | |} | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
{| class="infobox musicinfo {{{troupe|}}}music" style="width:24em; padding: 1em; margin-left: 1em; margin-bottom: 1em; float:right; border-radius:15px;" cellpadding=3 | {| class="infobox musicinfo {{{troupe|}}}music" style="width:24em; padding: 1em; margin-left: 1em; margin-bottom: 1em; float:right; border-radius:15px;" cellpadding=3 | ||
|- | |- | ||
Line 34: | Line 84: | ||
|colspan="2" align="center"|<span class="mw-customtoggle-English">Show/Hide English</span> | |colspan="2" align="center"|<span class="mw-customtoggle-English">Show/Hide English</span> | ||
|} | |} | ||
− | </includeonly> | + | </includeonly><noinclude> |
+ | {{Music Infobox | ||
+ | |troupe=summer | ||
+ | |albumcover=Mini Album A3! First SUMMER EP.png | ||
+ | |character=[[Tenma Sumeragi]], [[Yuki Rurikawa]], [[Muku Sakisaka]], [[Misumi Ikaruga]], [[Kazunari Miyoshi]] | ||
+ | |cv=[[Takuya Eguchi]], [[Shunichi Toki]], [[Yoshitaka Yamaya]], [[Daisuke Hirose]], [[Ren Ozawa]] | ||
+ | |lyricist=Hige Driver | ||
+ | |composition=Hige Driver | ||
+ | |arrangement=Hige Driver | ||
+ | |album=A3! First SUMMER EP | ||
+ | }} | ||
+ | </noinclude> |
Revision as of 01:12, 11 January 2018
Creates a music infobox for use on lyric pages. This template automatically adds the page it's on to Category:Music.
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]].
For cv, lyricist, composition and arrangement, it should be self-explanatory. This should also follow Western order. Refer to Wiki_Guide#Names.
If there are multiple characters, voice actors, composers, etc. separate each name with a comma.
Music Infobox | |
---|---|
Vocals | Tenma Sumeragi, Yuki Rurikawa, Muku Sakisaka, Misumi Ikaruga, Kazunari Miyoshi |
CV | Takuya Eguchi, Shunichi Toki, Yoshitaka Yamaya, Daisuke Hirose, Ren Ozawa |
Lyrics | Hige Driver |
Composition | Hige Driver |
Arrangement | Hige Driver |
Album | A3! First SUMMER EP |
Lyrics Toggles | ||
---|---|---|
Show/Hide Kanji | Show/Hide Romaji | Show/Hide English |
Music Infobox | |
---|---|
Vocals | Tenma Sumeragi, Yuki Rurikawa, Muku Sakisaka, Misumi Ikaruga, Kazunari Miyoshi |
CV | Takuya Eguchi, Shunichi Toki, Yoshitaka Yamaya, Daisuke Hirose, Ren Ozawa |
Lyrics | Hige Driver |
Composition | Hige Driver |
Arrangement | Hige Driver |
Album | A3! First SUMMER EP |
Lyrics Toggles | |
Show/Hide Kanji | |
Show/Hide Romaji | |
Show/Hide English |