Template:Album: Difference between revisions
Jump to navigation
Jump to search
Brumlesten (talk | contribs) (Align text vertically) |
Brumlesten (talk | contribs) (Align text vertically) |
||
| Line 1: | Line 1: | ||
{| class=" | {| class="infobox" | ||
! colspan="2" | ! colspan="2" class="infoboxTitle" | "{{{name|Song Name}}}" | ||
|- | |- | ||
| colspan="2" | | colspan="2" class="center" | [[File:{{{cover|Placeholder buffy.png}}}|250px]] | ||
|- | |- | ||
| colspan="2" | | colspan="2" class="center" | <hr> | ||
Album by {{{artist|}}}<hr><!-- | Album by {{{artist|}}}<hr><!-- | ||
-->{{#if:{{{released|}}} | <br> | -->{{#if:{{{released|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! | ! class="infoboxLabel" {{!}} Released | ||
{{!}} {{{released|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{released|}}} }}<!-- | ||
-->{{#if:{{{recorded|}}} | <br> | -->{{#if:{{{recorded|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! | ! class="infoboxLabel" {{!}} Recorded | ||
{{!}} {{{recorded|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{recorded|}}} }}<!-- | ||
-->{{#if:{{{tour|}}} | <br> | -->{{#if:{{{tour|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! | ! class="infoboxLabel" {{!}} Tour | ||
{{!}} {{{tour|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{tour|}}} }}<!-- | ||
-->{{#if:{{{studio|}}} | <br> | -->{{#if:{{{studio|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! | ! class="infoboxLabel" {{!}} Studio | ||
{{!}} {{{studio|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{studio|}}} }}<!-- | ||
-->{{#if:{{{genre|}}} | <br> | -->{{#if:{{{genre|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! | ! class="infoboxLabel" {{!}} Genre | ||
{{!}} {{{genre|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{genre|}}} }}<!-- | ||
-->{{#if:{{{length|}}} | <br> | -->{{#if:{{{length|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! | ! class="infoboxLabel" {{!}} Length | ||
{{!}} {{{length|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{length|}}} }}<!-- | ||
-->{{#if:{{{label|}}} | <br> | -->{{#if:{{{label|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! | ! class="infoboxLabel" {{!}} Label | ||
{{!}} {{{label|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{label|}}} }}<!-- | ||
-->{{#if:{{{writer|}}} | <br> | -->{{#if:{{{writer|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! | ! class="infoboxLabel" {{!}} Writer | ||
{{!}} {{{writer|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{writer|}}} }}<!-- | ||
-->{{#if:{{{producer|}}} | <br> | -->{{#if:{{{producer|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! | ! class="infoboxLabel" {{!}} Producer | ||
{{!}} {{{producer|}}} }} | {{!}} class="infoboxValue" {{!}} {{{producer|}}} }} | ||
|} | |} | ||
Revision as of 22:23, 27 February 2026
| "Song Name" | |
|---|---|
Album by |
Template for displaying an album infobox
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Cover | cover | Main cover art of the album (defaults to a placeholder image) | File | optional |
| Name | name | Name of the album
| String | required |
| Artist | artist | Artist of the album
| String | required |
| Release date | released | The date the album was released
| Date | optional |
| Recorded | recorded | What period of time was it recorded
| String | optional |
| Toured | tour | Has this album been the subject of a tour
| String | optional |
| Studio | studio | What studio was it recorded in
| String | optional |
| Genre | genre | The genres of the album
| String | optional |
| Length | length | Track length of the album
| String | optional |
| Label | label | The label the album was released under
| String | optional |
| Writer | writer | Who were writers on the album
| String | optional |
| Producer | producer | Who were the producers of the album
| String | optional |