Template:Clear

From Brighter Shores Wiki
Revision as of 15:40, 23 March 2024 by Habblet (talk | contribs) (Created page with "<div class="clear-template clear-{{lc:{{{1|both}}}}}" style="clear:{{{1|both}}};"></div><noinclude>{{/doc}}</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation
This documentation is transcluded from Template:Clear/doc. [edit] [history] [purge]

The clear template is used when the text needs to be moved below, for example, after an image or an infobox.

Usage

{{clear}}
substitutes: <div class="clear-template clear-both" style="clear:both;"></div>
{{clear|left}}
substitutes: <div class="clear-template clear-left" style="clear:left;"></div>
{{clear|right}}
substitutes: <div class="clear-template clear-right" style="clear:right;"></div>

Template data

Show/hide template's data

The following information is used by extensions and applications, such as VisualEditor, to help users implement this template onto pages. Please ensure that it is up-to-date.

The clear template is used when the text needs to be moved below, for example, after an image or an infobox.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Placement1

One of: left, right, both

Default
both
Lineoptional