The forum pages are fully operational! See this link for the latest forum topics, where users can collaborate or discuss certain topics in one place!

Difference between revisions of "Template:Music"

From Arthur Wiki
Jump to navigationJump to search
m
(remov)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>
{| class="infobox" style="width: 225px; text-align: left; -moz-border-radius:10px; font-size: 85%" align="right" cellpadding="2"
{| class="infobox" style="width: 225px; text-align: left; -moz-border-radius:10px; font-size: 85%" align="right" cellpadding="2"
|-
|-
! style="background: #FFB62D; -moz-border-radius: 0.5em 0.5em 0 0; font-size: 100%;" align="center" colspan="2" |<font color="white">{{#if:{{{name|}}}|{{{name}}}|{{#if:{{{Rname|}}}|{{{Rname}}}|{{PAGENAME}}}}}}</font>
! style="background: #BC1B1B; -moz-border-radius: 0.5em 0.5em 0 0; font-size: 100%;" align="center" colspan="2" |<font color="white">{{#if:{{{name|}}}|{{{name}}}|{{#if:{{{Rname|}}}|{{{Rname}}}|{{PAGENAME}}}}}}</font>
{{!}}-   
{{!}}-   
{{#if: {{{image|}}} | {{!}} align=center colspan=2 style="padding: 1em 0; text-align: center;" {{!}} [[File:{{{image}}}|200px]] }}
{{#if: {{{image|}}} | {{!}} align=center colspan=2 style="padding: 1em 0; text-align: center;" {{!}} [[File:{{{image}}}|250px]] }}
{{!}}-  style="vertical-align: top;"
{{!}}-  style="vertical-align: top;"
{{#if: {{{caption|}}} | {{!}} align=center colspan=2 {{!}} <small>{{{caption}}}</small> }}
{{#if: {{{caption|}}} | {{!}} align=center colspan=2 {{!}} <small>{{{caption}}}</small> }}
Line 11: Line 10:
{{!}}-  style="vertical-align: top;"
{{!}}-  style="vertical-align: top;"
{{#if: {{{artist|}}} | {{!}} '''Artist''' {{!!}} {{{artist}}} }}
{{#if: {{{artist|}}} | {{!}} '''Artist''' {{!!}} {{{artist}}} }}
{{!}}-  style="vertical-align: top;"
{{#if: {{{type|}}} | {{!}} '''Type''' {{!!}} {{{type}}} }}
{{!}}-  style="vertical-align: top;"
{{!}}-  style="vertical-align: top;"
{{#if: {{{runtime|}}} | {{!}} '''Runtime''' {{!!}} {{{runtime}}} }}
{{#if: {{{runtime|}}} | {{!}} '''Runtime''' {{!!}} {{{runtime}}} }}
{{!}}-  style="vertical-align: top;"
{{!}}-  style="vertical-align: top;"
{{#if: {{{firstsung|}}} | {{!}} '''Played in''' {{!!}} "{{{firstsung}}}" }}
{{#if: {{{firstsung|}}} | {{!}} '''Played in''' {{!!}} {{{firstsung}}} }}
{{!}}-  style="vertical-align: top;"
{{!}}-  style="vertical-align: top;"


{{ #if: {{{video|}}}  
{{ #if: {{{video|}}}  
| ! style="font-size: 100%; background: #FFB62D; text-align: center;" colspan=2 {{!}} <font color="white">Video</font>
| ! style="font-size: 100%; background: #BC1B1B; text-align: center;" colspan=2 {{!}} <font color="white">{{#ifeq:{{{audio|}}}|true|Audio|Video}}</font>
{{!}}-
{{!}}-
{{!}} style="text-align:center;" colspan=2 {{!}} {{{video}}}}}
{{!}} style="text-align:center;" colspan=2 {{!}} {{{video}}}}}
|-
|}<noinclude>
|}
</includeonly><noinclude>
Use the following code:
Use the following code:
<pre><nowiki>{{</nowiki>Music
<pre><nowiki>{{</nowiki>Music
Line 35: Line 30:
| firstsung      =  
| firstsung      =  
| video          =  
| video          =  
| audio          =
}}</pre>
}}</pre>
[[Category:Templates]]
[[Category:Infoboxes]]
</noinclude>
</noinclude>

Latest revision as of 22:59, 27 March 2021

Music

Use the following code:

{{Music
| image           = 
| caption         = 
| name            = 
| artist          = 
| runtime         = 
| firstsung       = 
| video           = 
| audio           =
}}