Template:Box-shadow/doc
This template is a shortcut for producing shadows. It should be used in the style attribute of an HTML element (or wiki table etc.).
Usage
{{box-shadow |1= |2= |3= |4= }}
Template parameters
- TemplateData
TemplateData is a way to store information about template parameters (the description of those and of the whole template) for both humans and machines. It is used by VisualEditor and possibly other tools like Upload Wizard.
Existing template documentation
At Wikimedia Commons, it is recommended to use {{TemplateBox}} with either useTemplateData=1
or useTemplateData=only
on the /doc
subpage and transcluding it with {{Documentation}} into the template. <nowiki>
-tags can be wrapped around the arguments, if required, to avoid templates being expanded.
Newly created template documentation and imports
Another option, especially for imported templates, or for users with JSON experience, is placing raw <templatedata>
-tags into the Wikitext of the template, as described in various Wikipediae.
Wikipedia's help about TemplateData • Commons-specific information
This template is a shortcut for producing shadows. It should be used in the style attribute of an HTML element (or wiki table etc.).
Parameter | Description | Type | Status | |
---|---|---|---|---|
X-offset | 1 | Specify the offset of the shadow to the right of the element. Use negative value for a shadow to the left.
| Line | optional |
Y-offset | 2 | Specify the offset of the shadow below the element. Use negative value for a shadow above.
| Line | optional |
blur radius | 3 | The width of blurring added to the shadow border
| Line | optional |
color | 4 | CSS color of the shadow
| Line | optional |
Additional information
The template is intended to be used in the following namespaces: no namespace specified
The template is intended to be used by the following user groups: no user group specified
See also
Localization
This template is not intended to be localized.
Example
<div style="background-color: #FFFFDD; border: 1px solid #808000; padding: 5px; {{box-shadow}}">Lorem ipsum...</div>
will produce a box with the default border shadow:
<div style="background-color: #FFFFDD; border: 1px solid #808000; padding: 5px; {{box-shadow|4px|4px|8px|#A0A080}}">Lorem ipsum...</div>
will produce a more pronounced and colored shadow: