More actions
Created page with "{{Infobox | child = <includeonly>yes</includeonly> | headerstyle = background: {{Infobox album/color|{{{type|}}}}};color:inherit; | header1 = {{#switch:{{{header|}}}|no|none=|=Alternative cover|#default={{{header|}}}}} | data2 = {{Infobox | child = yes | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{cover|{{{image|}}}}}}|size={{{cover_size|}}}|sizedefault=frameless|alt={{{alt|}}}|border={{{border|}}}|title={{{alt|{{{caption|}}}}}}}} | caption =..." |
m Protected "Template:Extra album cover": Initial wiki setup ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
(No difference)
| |
Latest revision as of 17:49, 3 March 2025
| Alternative cover | |
|---|---|
| This page uses Creative Commons Licensed content from Wikipedia (view authors). |
| This template uses Lua: |
Usage
Important: When using this template, please ensure you comply with the non-free content criteria. This includes not using multiple non-free images when one would suffice.
Infobox album
For use with {{Infobox album}}; use this template in |misc= like this:
{{Infobox album
...
| misc = {{Extra album cover
| header =
| type = studio
| cover =
| border = <!-- optional parameter, type "yes" here to add a 1px border to the cover image -->
| alt =
| caption =
}}
}}Other values for |type= are at Template:Infobox album/color.
Infobox song
For use with {{Infobox song}}; use this template in |misc= like this:
{{Infobox song
| type = single
...
| misc = {{Extra album cover
| header =
| type = single
| cover =
| border = <!-- optional parameter, type "yes" here to add a 1px border to the cover image -->
| alt =
| caption =
}}
}}Note: In the event that |type=single is not used in Infobox song, specify song in the |type= for this subtemplate, so that a light blue color will be produced.
Tracking category
TemplateData
For use with {{Infobox album}} or {{Infobox song}} – adds an extra album cover or image
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Header | header | text for top of image
| String | suggested |
| Type | type | sets the header color
| String | suggested |
| Cover | cover image | the file name for the cover
| File | required |
| Cover size | cover_size | specifies the image size | Unknown | optional |
| Alt | alt | alternative text for the visually impaired | String | optional |
| Border | border | type "yes" to add a 1px border to the image | String | optional |
| Caption | caption | adds a caption beneath the image
| String | optional |