Template:Album: Difference between revisions
Jump to navigation
Jump to search
Brumlesten (talk | contribs) (Align text vertically) |
Brumlesten (talk | contribs) m (Add more description) |
||
| Line 72: | 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 91: | 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 109: | 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 115: | 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 121: | 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 127: | 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" | ||
} | } | ||
Revision as of 22:32, 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 |