Template:Infobox song: Difference between revisions

From WikiLemon 2000
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 17: Line 17:
|-
|-
{{#if: {{{writer|}}} | !valign="top" {{!}}Written by
{{#if: {{{writer|}}} | !valign="top" {{!}}Written by
{{#ifexist: {{{writer}}} | [[{{{writer}}}]] | {{{writer}}} }} }}
{{!}}{{#ifexist: {{{writer}}} | [[{{{writer}}}]] | {{{writer}}} }} }}
|-
|-
{{#if: {{{album|}}} | !valign="top" {{!}}Appears on
{{#if: {{{album|}}} | !valign="top" {{!}}Appears on
Line 23: Line 23:
|-
|-
{{#if: {{{singer|}}} | !valign="top" {{!}}Sung by
{{#if: {{{singer|}}} | !valign="top" {{!}}Sung by
{{#ifexist: {{{singer}}} | [[{{{singer}}}]] | {{{singer}}} }} }}
{{!}}{{#ifexist: {{{singer}}} | [[{{{singer}}}]] | {{{singer}}} }} }}
|-
|-
{{#if: {{{duration|}}} | !valign="top" {{!}}Duration
{{#if: {{{duration|}}} | !valign="top" {{!}}Duration
Line 44: Line 44:
|}
|}
<includeonly>[[Category:Song]]</includeonly>
<includeonly>[[Category:Song]]</includeonly>
<includeonly>{{#ifexist: Category:Songs written by {{{writer}}} | [[Category:Songs written by {{{writer}}}]]}}</includeonly>
<includeonly>{{#ifexist: {{{writer}}}}}</includeonly>
<includeonly>{{#ifexist: {{{writer}}}}}</includeonly>
<noinclude>
<noinclude>

Latest revision as of 00:09, 5 August 2023

{{{title}}}
Song
Artist {{{artist}}}



 

 

 

 

 

 

 

 

 

 

How to use: Put this block of code in an song's main page. Fill out the information between the brackets and then remove the <!-- and -->

{{Infobox_song
 |title = <!-- Song Name -->
 |artist = <!-- Song artist -->
 |year = <!-- Release date -->
 |recorded = <!-- Time and/or place where it was recorded -->
 |albumart = <!-- The filename of the photo, such as hello.jpg -->
 |writer = <!-- Example: Neil Cicierega -->
 |singer = <!-- Lead singer(s) on this song.  Bracket/link it. -->
 |album = <!-- Album(s) this song appears on. Bracket/link it. -->
 |duration = <!-- Length of song -->
 |tempo = <!-- Tempo of song (BPM) -->
 |genre = <!-- The genre(s) of the song -->
 |language = <!-- EXAMPLE: English -->
 |externalLinks = <!-- links to spotify, youtube, bandcamp, etc. -->
 |addtlInfo = <!-- Any additional Info.-->
}}

DO NOT BRACKET/LINK TO ARTISTS, WRITERS, SINGERS, ALBUMS, ETC. IT DOES IT ON ITS OWN.