Plantilla:Extra album cover/doc
This is a documentation subpage for Plantilla:Extra album cover. It contains usage information, categories and other content that is not part of the original plantilla page. |
This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
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
TemplateData for Extra album cover
<templatedata> { "params": { "header": { "label": "Header", "description": "text for top of image", "example": "UK release", "type": "string", "suggested": true, "default": "Alternative cover" }, "type": { "label": "Type", "description": "sets the header color", "example": "song", "type": "string", "suggested": true }, "cover": { "aliases": [ "image" ], "label": "Cover", "description": "the file name for the cover", "example": "Example.jpg", "type": "wiki-file-name", "required": true }, "cover_size": { "label": "Cover size", "description": "specifies the image size" }, "alt": { "label": "Alt", "description": "alternative text for the visually impaired", "type": "string" }, "border": { "label": "Border", "description": "type \"yes\" to add a 1px border to the image", "type": "string" }, "caption": { "label": "Caption", "description": "adds a caption beneath the image", "example": "Later American release", "type": "string" } },
"description": "For use with
Untitled |
---|
or
Extra album cover/doc | |
---|---|
Song | |
Stems | {{{Stems}}} |
– adds an extra album cover or image",
"paramOrder": [ "header", "type", "cover", "cover_size", "alt", "border", "caption" ], "format": "block" } </templatedata>