Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
Difference between revisions of "Template:Infobox song"
Jump to navigation
Jump to search
(trying new thumbail size) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|colspan="2" |<span id="heading_biggest">{{{title}}}</span> | |colspan="2" |<span id="heading_biggest">{{{title}}}</span> | ||
|- | |- | ||
{{#if: {{{albumart|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{albumart}}}{{!}} | {{#if: {{{albumart|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{albumart}}}{{!}}320px]] | ||
{{!}}-}} | {{!}}-}} | ||
!width="70" valign="top" |Written by | !width="70" valign="top" |Written by | ||
Line 22: | Line 22: | ||
!valign="top" |Language | !valign="top" |Language | ||
|{{{language}}} | |{{{language}}} | ||
|- | |||
{{#if: {{{externalLinks|}}} | !valign="top" {{!}}Links: | |||
{{!}} {{{externalLinks}}} }} | |||
|- | |- | ||
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info: | {{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info: | ||
Line 28: | Line 31: | ||
<includeonly>[[Category:Songs]]</includeonly> | <includeonly>[[Category:Songs]]</includeonly> | ||
<includeonly>{{#ifexist: {{{writer}}} | [[Category:Songs by {{{writer}}}]] | }}</includeonly> | <includeonly>{{#ifexist: {{{writer}}} | [[Category:Songs by {{{writer}}}]] | }}</includeonly> | ||
<noinclude> | <noinclude> | ||
Please use the Song Creator form on the front page to start a new song page. Below is the code for the infobox only. | Please use the Song Creator form on the front page to start a new song page. Below is the code for the infobox only. | ||
Line 56: | Line 55: | ||
|genre = <!-- Rock is default genre. Please DO NOT use wonky or fabloo rock, we're looking for actual genres, here. List other genres if there's a definite style heard such as Rap, Dixieland, Jazz, Doo-wop, etc. --> | |genre = <!-- Rock is default genre. Please DO NOT use wonky or fabloo rock, we're looking for actual genres, here. List other genres if there's a definite style heard such as Rap, Dixieland, Jazz, Doo-wop, etc. --> | ||
|language = <!-- EXAMPLE: English --> | |language = <!-- EXAMPLE: English --> | ||
|externalLinks = <!-- links to spotify, youtube, bandcamp, etc. --> | |||
|addtlInfo = <!-- Any additional Info.--> | |addtlInfo = <!-- Any additional Info.--> | ||
}} | }} | ||
</pre> | </pre> |
Latest revision as of 05:39, 25 February 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 (obviously already uploaded) photo, such as hello.jpg (optional) --> |writer = <!-- Example: Andrew Horowitz (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 = <!-- Rock is default genre. Please DO NOT use wonky or fabloo rock, we're looking for actual genres, here. List other genres if there's a definite style heard such as Rap, Dixieland, Jazz, Doo-wop, etc. --> |language = <!-- EXAMPLE: English --> |externalLinks = <!-- links to spotify, youtube, bandcamp, etc. --> |addtlInfo = <!-- Any additional Info.--> }}