Template:Album: Difference between revisions
Jump to navigation
Jump to search
Brumlesten (talk | contribs) (Created page with "{| class="albumInfobox" style="float:right; clear:right; margin:0 15px 15px 0; width:270px; border:1px solid #aaa; background:#f9f9f9;" ! colspan="2" style="text-align:center; font-size:125%; font-weight:bold;" | "{{{name|Song Name}}}" |- | colspan="2" style="text-align:center;" | [[File:{{{cover|Placeholder buffy.png}}}|250px]] |- | colspan="2" style="text-align:center;" | <hr> Album by {{{artist|}}}<hr><!-- -->{{#if:{{{released|}}} | <br> {{!}}- ! Released {{!}} {{...") |
Brumlesten (talk | contribs) m (Add tour option) |
||
| Line 16: | Line 16: | ||
! Recorded | ! Recorded | ||
{{!}} {{{recorded|}}} }}<!-- | {{!}} {{{recorded|}}} }}<!-- | ||
-->{{#if:{{{tour|}}} | <br> | |||
{{!}}- | |||
! Tour | |||
{{!}} {{{tour|}}} }}<!-- | |||
-->{{#if:{{{studio|}}} | <br> | -->{{#if:{{{studio|}}} | <br> | ||
| Line 116: | Line 121: | ||
"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...", | ||
"type": "string" | |||
}, | |||
"tour": { | |||
"label": "Toured", | |||
"description": "Has this album been the subject of a tour", | |||
"example": "The Heels Of Steel Tour", | |||
"type": "string" | "type": "string" | ||
} | } | ||
| Line 126: | Line 137: | ||
"released", | "released", | ||
"recorded", | "recorded", | ||
"tour", | |||
"studio", | "studio", | ||
"genre", | "genre", | ||
Revision as of 21:43, 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 |