Difference between revisions of "Template:Song"
Line 2: | Line 2: | ||
|+ '''"{{{title}}}"''' | |+ '''"{{{title}}}"''' | ||
|- | |- | ||
− | ! align="right" | | + | ! align="right" valign="top" | Album: |
| ''[[{{{album}}}]]'' | | ''[[{{{album}}}]]'' | ||
|- | |- | ||
− | ! align="right" | Length: | + | ! align="right" valign="top" | Length: |
| {{{length}}} | | {{{length}}} | ||
|- | |- | ||
− | ! align="right" | Versions: | + | ! align="right" valign="top" | Versions: |
| {{{versions}}} | | {{{versions}}} | ||
|- | |- | ||
− | ! align="right" | Live: | + | ! align="right" valign="top" | Live: |
| {{{live}}} | | {{{live}}} | ||
|} | |} | ||
Line 18: | Line 18: | ||
See an example at [[March Of The Pigs (song)]], made with the code below. | See an example at [[March Of The Pigs (song)]], made with the code below. | ||
+ | |||
+ | |||
Line 25: | Line 27: | ||
==Usage== | ==Usage== | ||
<pre>{{song | <pre>{{song | ||
− | | | + | | title = March of the Pigs |
| album = The Downward Spiral | | album = The Downward Spiral | ||
| length = 2:58 | | length = 2:58 | ||
− | | versions = March of the Pigs (clean)<br>All The Pigs, All Lined Up<br>March of the Fuckheads (?) | + | | versions = March of the Pigs (clean) <br> All The Pigs, All Lined Up <br> March of the Fuckheads (?) |
− | | live = 1994 - present | + | | live = 1994 - present <br> almost every show |
}}</pre> | }}</pre> | ||
</noinclude> | </noinclude> |
Revision as of 06:59, 17 February 2007
Album: | [[{{{album}}}]] |
---|---|
Length: | {{{length}}} |
Versions: | {{{versions}}} |
Live: | {{{live}}} |
This is a proposed infobox template to provide quick-access information on song articles.
See an example at March Of The Pigs (song), made with the code below.
Usage
{{song | title = March of the Pigs | album = The Downward Spiral | length = 2:58 | versions = March of the Pigs (clean) <br> All The Pigs, All Lined Up <br> March of the Fuckheads (?) | live = 1994 - present <br> almost every show }}