Template:Infobox song: Difference between revisions

From WikiLemon 2000
Jump to navigation Jump to search
(Created page with "{| class="infobox-HITS" id="infobox_song" style="text-align:left;" |- |colspan="2" |<span id="heading_biggest">{{{title}}}</span> |- {{#if: {{{albumart|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{albumart}}}{{!}}320px]] {{!}}-}} !width="70" valign="top" |Written by |{{#ifexist: {{{writer}}} | [[{{{writer}}}]] | {{{writer}}} }} |- !valign="top" |Appears on |{{{album}}} |- !valign="top" |Sung by |{{{singer}}} |- {{#if: {{{duration|}}} | !valign="top" {{!}}Duratio...")
 
No edit summary
Line 1: Line 1:
{| class="infobox-HITS" id="infobox_song" style="text-align:left;"
{| class="infobox" id="infobox_song" style="text-align:left;"
|-
|-
|colspan="2" |<span id="heading_biggest">{{{title}}}</span>
|colspan="2" |<span id="heading_biggest">{{{title}}}</span>

Revision as of 17:36, 18 September 2022

{{{title}}}
Written by {{{writer}}}
Appears on {{{album}}}
Sung by {{{singer}}}
Genre {{{genre}}}
Language {{{language}}}


Please use the Song Creator form on the front page to start a new song page. Below is the code for the infobox only.

 

 

 

 

 

 

 

 

 

 

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

{{Infobox_song
 |title = <!-- Song Name -->
 |albumart = <!-- The filename of the photo, such as hello.jpg (optional) -->
 |writer = <!-- Example: Neil Cicierega (DO NOT BRACKET/LINK THIS. IT DOES IT ON ITS OWN) -->
 |singer = <!-- Lead singer(s) on this song.  Bracket/link it. -->
 |album = <!-- Album(s) this song appears on. Bracket/link it. -->
 |duration = <!-- Length of song (optional) -->
 |genre = <!-- The genre(s) of the song -->
 |language = <!-- EXAMPLE: English -->
 |externalLinks = <!-- links to spotify, youtube, bandcamp, etc. -->
 |addtlInfo = <!-- Any additional Info.-->
}}