Template:-/doc
Jump to navigation
Jump to search
Usage
Synopsis
{{-}}
{{-|left}}
{{-|right}}
Description
This template clears all margins. In other words, it's an easier version of <br clear="all" />
{{-}}
will produce:
<br clear="all" />
{{-|left}}
will produce:
<br clear="left" />
{{-|right}}
will produce:
<br clear="right" />
See also
- {{Clear}}