Template:-
Jump to navigation
Jump to search
[edit] [ ] Template documentation
This documentation is transcluded from Template:-/doc. (edit | history)
Editors can experiment in this template's sandbox (create) and test cases (create) pages.
Subpages of this template.
Editors can experiment in this template's sandbox (create) and test cases (create) pages.
Subpages of this template.
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}}