Web
Analytics
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"

From Tally Hallmanac: The Ultimate Tally Hall Wiki
Jump to navigation Jump to search
m (cheating, but it'll be managed better when we draw up a big song template template template)
(38 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox" id="infobox_song"  
{| class="infobox-HITS" id="infobox_song" style="text-align:left;"
|style="text-align:center;" |<h1>{{{title}}}</h1>
|-
|-
!valign="top" |Written by
|colspan="2" |<span id="heading_biggest">{{{title}}}</span>
|{{{writers}}}
|-
{{#if: {{{albumart|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{albumart}}}{{!}}220px]]
{{!}}-}}
!width="70" valign="top" |Written by
|{{#ifexist: {{{writer}}} | [[{{{writer}}}]] | {{{writer}}} }}
|-
!valign="top" |Appears on
|{{{album}}}
|-
|-
!valign="top" |Sung by
!valign="top" |Sung by
|{{{singers}}}
|{{{singer}}}
|-
{{#if: {{{duration|}}} | !valign="top" {{!}}Duration
{{!}}{{{duration}}} }}
|-
!valign="top" |Genre
|{{{genre}}}
|-
|-
!width="70" valign="top" |Appears on
!valign="top" |Language
|{{{albums}}}
|{{{language}}}
|-
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info:
{{!}} {{{addtlInfo}}} }}
|}
|}
<includeonly>[[Category:Songs]]</includeonly>
<includeonly>{{#ifexist: {{{writer}}} | [[Category:Songs by {{{writer}}}]] | }}</includeonly>


__NOTOC__
__NOTOC__
<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.
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
'''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  '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>'''
<pre>
{{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 -->
|addtlInfo = <!-- Any additional Info.-->
}}
</pre>

Revision as of 11:42, 16 December 2012

{{{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 -->
 |addtlInfo = <!-- Any additional Info.-->
}}