Usage

Template:Vpad (Vertical padding) creates an invisible div of user-specified height for padding.

<syntaxhighlight lang="wikitext">

</syntaxhighlight>

  • |1= Height of the div in <syntaxhighlight lang="text" class="" style="" inline="1">em</syntaxhighlight> or <syntaxhighlight lang="text" class="" style="" inline="1">px</syntaxhighlight>. Defaults to <syntaxhighlight lang="text" class="" style="" inline="1">1em</syntaxhighlight>.
  • |clear= Sets the CSS <syntaxhighlight lang="text" class="" style="" inline="1">clear</syntaxhighlight> property. Defaults to <syntaxhighlight lang="text" class="" style="" inline="1">both</syntaxhighlight>.

TemplateData

TemplateData

Creates an invisible div of user-specified height for padding

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Height1

Height of the div in 'em' or 'px'

Default
1em
Example
10px, 1=2em
Stringsuggested
Clearclear

Sets the CSS 'clear' property

Default
both
Example
clear=left, clear=none
Stringoptional

See also