Template:Vpad/doc

From the AARoads Wiki: Read about the road before you go
Jump to navigation Jump to search

Usage

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

{{vpad |1= |clear= }}
  • |1= Height of the div in em or px. Defaults to 1em.
  • |clear= Sets the CSS clear property. Defaults to both.

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