Template:Infobox song: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
|colspan="2" |<span id="heading_bigger">[[:Category:Song|Song]]</span> | |colspan="2" |<span id="heading_bigger">[[:Category:Song|Song]]</span> | ||
|- | |- | ||
!valign="top" |Artist | !valign="top" |Artist: | ||
|{{#ifexist: {{{artist}}} | [[{{{artist}}}]] | {{{artist}}} }} | |{{#ifexist: {{{artist}}} | [[{{{artist}}}]] | {{{artist}}} }} | ||
|- | |- | ||
| Line 23: | Line 23: | ||
|- | |- | ||
{{#if: {{{singer|}}} | !valign="top" {{!}}Sung by | {{#if: {{{singer|}}} | !valign="top" {{!}}Sung by | ||
{{#ifexist: {{{singer}}} | [[{{{singer}}}]] | {{{singer}}} }} }} | |||
|- | |- | ||
{{#if: {{{duration|}}} | !valign="top" {{!}}Duration | {{#if: {{{duration|}}} | !valign="top" {{!}}Duration | ||
Revision as of 04:24, 20 October 2022
| {{{title}}} | |
| Song | |
| Artist: | {{{artist}}} |
|---|---|
| Released | {{{year}}} |
| Written by | {{{writer}}} |
| Appears on | {{{album}}} |
| Genre | {{{genre}}} |
| Language | {{{language}}} |
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 -->
|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 (optional) -->
|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 (optional) -->
|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.
}}