Template:Vpad/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Vpad. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
Template:Vpad (Vertical padding) creates an invisible div of user-specified height for padding.
{{vpad |1= |clear= }}
|1=
Height of the div inem
orpx
. Defaults to1em
.|clear=
Sets the CSSclear
property. Defaults toboth
.
TemplateData
TemplateData
|
---|
<templatedata>
{ "params": { "1": { "label": "Height", "description": "Height of the div in 'em' or 'px'", "example": "10px, 1=2em", "type": "string", "default": "1em", "suggested": true }, "clear": { "label": "Clear", "description": "Sets the CSS 'clear' property", "example": "clear=left, clear=none", "type": "string", "default": "both" } }, "description": "Creates an invisible div of user-specified height for padding", "format": "inline" } </templatedata> |
See also