Template:Album: Difference between revisions
Jump to navigation
Jump to search
Brumlesten (talk | contribs) (Undo revision 476 by Brumlesten (talk)) Tag: Undo |
Brumlesten (talk | contribs) mNo edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| 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> | ||
{{!}}- | {{!}}- | ||
! Released | ! class="infoboxLabel" {{!}} Released | ||
{{!}} {{{released|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{released|}}} }}<!-- | ||
-->{{#if:{{{recorded|}}} | <br> | -->{{#if:{{{recorded|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Recorded | ! class="infoboxLabel" {{!}} Recorded | ||
{{!}} {{{recorded|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{recorded|}}} }}<!-- | ||
-->{{#if:{{{tour|}}} | <br> | -->{{#if:{{{tour|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Tour | ! class="infoboxLabel" {{!}} Tour | ||
{{!}} {{{tour|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{tour|}}} }}<!-- | ||
-->{{#if:{{{studio|}}} | <br> | -->{{#if:{{{studio|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Studio | ! class="infoboxLabel" {{!}} Studio | ||
{{!}} {{{studio|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{studio|}}} }}<!-- | ||
-->{{#if:{{{genre|}}} | <br> | -->{{#if:{{{genre|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Genre | ! class="infoboxLabel" {{!}} Genre | ||
{{!}} {{{genre|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{genre|}}} }}<!-- | ||
-->{{#if:{{{length|}}} | <br> | -->{{#if:{{{length|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Length | ! class="infoboxLabel" {{!}} Length | ||
{{!}} {{{length|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{length|}}} }}<!-- | ||
-->{{#if:{{{label|}}} | <br> | -->{{#if:{{{label|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Label | ! class="infoboxLabel" {{!}} Label | ||
{{!}} {{{label|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{label|}}} }}<!-- | ||
-->{{#if:{{{writer|}}} | <br> | -->{{#if:{{{writer|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Writer | ! class="infoboxLabel" {{!}} Writer | ||
{{!}} {{{writer|}}} }}<!-- | {{!}} class="infoboxValue" {{!}} {{{writer|}}} }}<!-- | ||
-->{{#if:{{{producer|}}} | <br> | -->{{#if:{{{producer|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Producer | ! class="infoboxLabel" {{!}} Producer | ||
{{!}} {{{producer|}}} }} | {{!}} class="infoboxValue" {{!}} {{{producer|}}} }} | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 71: | Line 72: | ||
"label": "Artist", | "label": "Artist", | ||
"description": "Artist of the album", | "description": "Artist of the album", | ||
"example": "Jamiroquai", | "example": "Jamiroquai (or [[Jamiroquai]] to add link)", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 90: | Line 91: | ||
"label": "Studio", | "label": "Studio", | ||
"description": "What studio was it recorded in", | "description": "What studio was it recorded in", | ||
"example": "Chillington Studios", | "example": "Chillington Studios (or [[Chillington Studios]] to add link)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 101: | Line 102: | ||
"length": { | "length": { | ||
"label": "Length", | "label": "Length", | ||
"description": " | "description": "Length of the album", | ||
"example": " | "example": "61:23 (LP)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 108: | Line 109: | ||
"label": "Label", | "label": "Label", | ||
"description": "The label the album was released under", | "description": "The label the album was released under", | ||
"example": "Epic Records", | "example": "Epic Records (or [[Epic Records]] to add link)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 114: | Line 115: | ||
"label": "Writer", | "label": "Writer", | ||
"description": "Who were writers on the album", | "description": "Who were writers on the album", | ||
"example": "Jay Kay, Toby Smith & etc...", | "example": "Jay Kay, Toby Smith & etc... (or \"[[Jay Kay]], [[Toby Smith]] & etc...\" to add link)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 120: | Line 121: | ||
"label": "Producer", | "label": "Producer", | ||
"description": "Who were the producers of the album", | "description": "Who were the producers of the album", | ||
"example": "Rick Pope & and more...", | "example": "Rick Pope & and more... (or \"[[Rick Pope]] and more...\" to add link)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 126: | Line 127: | ||
"label": "Toured", | "label": "Toured", | ||
"description": "Has this album been the subject of a tour", | "description": "Has this album been the subject of a tour", | ||
"example": "The Heels Of Steel Tour", | "example": "The Heels Of Steel Tour (or [[The Heels Of Steel Tour]] to add link)", | ||
"type": "string" | "type": "string" | ||
} | } | ||
Latest revision as of 01:09, 28 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 | 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 |