Template:Infobox song: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(16 intermediate revisions by 4 users not shown) | |||
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}}} }} | ||
|- | |- | ||
!valign="top" | {{#if: {{{year|}}} | !valign="top" {{!}}Released | ||
{{!}}{{{year}}} }} | |||
|- | |- | ||
{{#if: {{{recorded|}}} | !valign="top" {{!}}Recorded | {{#if: {{{recorded|}}} | !valign="top" {{!}}Recorded | ||
{{!}}{{{recorded}}} }} | {{!}}{{{recorded}}} }} | ||
|- | |- | ||
! | {{#if: {{{writer|}}} | !valign="top" {{!}}Written by | ||
{{!}}{{#ifexist: {{{writer}}} | [[{{{writer}}}]] | {{{writer}}} }} }} | |||
|- | |- | ||
!valign="top" | {{#if: {{{album|}}} | !valign="top" {{!}}Appears on | ||
{{!}}{{{album}}} }} | |||
|- | |- | ||
!valign="top" | {{#if: {{{singer|}}} | !valign="top" {{!}}Sung by | ||
|{{{singer}}} | {{!}}{{#ifexist: {{{singer}}} | [[{{{singer}}}]] | {{{singer}}} }} }} | ||
|- | |- | ||
{{#if: {{{duration|}}} | !valign="top" {{!}}Duration | {{#if: {{{duration|}}} | !valign="top" {{!}}Duration | ||
{{!}}{{{duration}}} }} | {{!}}{{{duration}}} }} | ||
|- | |- | ||
!valign="top" | {{#if: {{{tempo|}}} | !valign="top" {{!}}Tempo | ||
{{!}}{{{tempo}}} }} | |||
|- | |- | ||
!valign="top" |Language | {{#if: {{{genre|}}} | !valign="top" {{!}}Genre | ||
{{!}}{{{genre}}} }} | |||
|- | |||
{{#if: {{{language|}}} | !valign="top" {{!}}Language | |||
{{!}}{{{language}}} }} | |||
|- | |- | ||
{{#if: {{{externalLinks|}}} | !valign="top" {{!}}Links: | {{#if: {{{externalLinks|}}} | !valign="top" {{!}}Links: | ||
Line 41: | 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> | ||
Line 54: | Line 58: | ||
<p> </p> | <p> </p> | ||
'''How to use:''' | '''How to use:''' | ||
Put this block of code in an | Put this block of code in an song's main page. Fill out the information between the brackets and then remove the '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>''' | ||
<pre> | <pre> | ||
{{Infobox_song | {{Infobox_song | ||
Line 61: | Line 65: | ||
|year = <!-- Release date --> | |year = <!-- Release date --> | ||
|recorded = <!-- Time and/or place where it was recorded --> | |recorded = <!-- Time and/or place where it was recorded --> | ||
|albumart = <!-- The filename of the photo, such as hello.jpg | |albumart = <!-- The filename of the photo, such as hello.jpg --> | ||
|writer = <!-- Example: Neil Cicierega | |writer = <!-- Example: Neil Cicierega --> | ||
|singer = <!-- Lead singer(s) on this song. Bracket/link it. --> | |singer = <!-- Lead singer(s) on this song. Bracket/link it. --> | ||
|album = <!-- Album(s) this song appears on. Bracket/link it. --> | |album = <!-- Album(s) this song appears on. Bracket/link it. --> | ||
|duration = <!-- Length of song ( | |duration = <!-- Length of song --> | ||
|tempo = <!-- Tempo of song (BPM) --> | |||
|genre = <!-- The genre(s) of the song --> | |genre = <!-- The genre(s) of the song --> | ||
|language = <!-- EXAMPLE: English --> | |language = <!-- EXAMPLE: English --> | ||
Line 72: | Line 77: | ||
}} | }} | ||
</pre> | </pre> | ||
'''DO NOT BRACKET/LINK TO ARTISTS, WRITERS, SINGERS, ALBUMS, ETC. IT DOES IT ON ITS OWN.''' |
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.