Template:Infobox song: Difference between revisions
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 |
||
(24 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox | {| 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> | ||
Line 5: | Line 5: | ||
{{#if: {{{albumart|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{albumart}}}{{!}}320px]] | {{#if: {{{albumart|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{albumart}}}{{!}}320px]] | ||
{{!}}-}} | {{!}}-}} | ||
|colspan="2" |<span id="heading_bigger">[[:Category:Song|Song]]</span> | |||
|- | |- | ||
!valign="top" | | !valign="top" |Artist | ||
|{{{ | |{{#ifexist: {{{artist}}} | [[{{{artist}}}]] | {{{artist}}} }} | ||
|- | |- | ||
!valign="top" |Sung by | {{#if: {{{year|}}} | !valign="top" {{!}}Released | ||
|{{{singer}}} | {{!}}{{{year}}} }} | ||
|- | |||
{{#if: {{{recorded|}}} | !valign="top" {{!}}Recorded | |||
{{!}}{{{recorded}}} }} | |||
|- | |||
{{#if: {{{writer|}}} | !valign="top" {{!}}Written by | |||
{{!}}{{#ifexist: {{{writer}}} | [[{{{writer}}}]] | {{{writer}}} }} }} | |||
|- | |||
{{#if: {{{album|}}} | !valign="top" {{!}}Appears on | |||
{{!}}{{{album}}} }} | |||
|- | |||
{{#if: {{{singer|}}} | !valign="top" {{!}}Sung by | |||
{{!}}{{#ifexist: {{{singer}}} | [[{{{singer}}}]] | {{{singer}}} }} }} | |||
|- | |- | ||
{{#if: {{{duration|}}} | !valign="top" {{!}}Duration | {{#if: {{{duration|}}} | !valign="top" {{!}}Duration | ||
{{!}}{{{duration}}} }} | {{!}}{{{duration}}} }} | ||
|- | |- | ||
!valign="top" |Genre | {{#if: {{{tempo|}}} | !valign="top" {{!}}Tempo | ||
{{!}}{{{tempo}}} }} | |||
|- | |||
{{#if: {{{genre|}}} | !valign="top" {{!}}Genre | |||
{{!}}{{{genre}}} }} | |||
|- | |- | ||
!valign="top" | {{#if: {{{language|}}} | !valign="top" {{!}}Language | ||
{{!}}{{{language}}} }} | |||
|- | |- | ||
{{#if: {{{externalLinks|}}} | !valign="top" {{!}}Links: | {{#if: {{{externalLinks|}}} | !valign="top" {{!}}Links: | ||
Line 29: | Line 43: | ||
{{!}} {{{addtlInfo}}} }} | {{!}} {{{addtlInfo}}} }} | ||
|} | |} | ||
<includeonly>[[Category: | <includeonly>[[Category:Song]]</includeonly> | ||
<includeonly>{{#ifexist: {{{writer}}} | [[Category:Songs by {{{writer}}}]] | <includeonly>{{#ifexist: Category:Songs written by {{{writer}}} | [[Category:Songs written by {{{writer}}}]]}}</includeonly> | ||
<includeonly>{{#ifexist: {{{writer}}}}}</includeonly> | |||
<noinclude> | <noinclude> | ||
<p> </p> | <p> </p> | ||
<p> </p> | <p> </p> | ||
Line 44: | 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 | ||
|title = <!-- Song Name --> | |title = <!-- Song Name --> | ||
|albumart = <!-- The filename of the photo, such as hello.jpg | |artist = <!-- Song artist --> | ||
|writer = <!-- Example: Neil Cicierega | |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. --> | |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 59: | 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.