Template:Clear: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
No edit summary
m 30 revisions imported from w:Template:Clear: blame User:Barkeep49
 
(28 intermediate revisions by 13 users not shown)
Line 1: Line 1:
<div style="clear:{{{1|}}};"></div><include>
<div style="clear:{{{1|both}}};"></div><noinclude>{{documentation}}</noinclude>
==Usage==
<pre>{{clear}}</pre>

This template adds a break, pushing following content to the next line below nearby floating or.

==See also==
* {{tl|clearleft}} delays content until left column is complete.
* {{tl|clearright}} delays content until right column is complete.
* {{tl|-}} is similar, but technically different.
*: ''The finer points of {{Tl|clear}} vs. {{Tl|-}} are discussed in [[w:Template talk:-#- versus clear|w:Template talk:-]] and [[w:Template talk:Clear]].''


[[Category:Typing-aid|{{}}]]
[[Category:Formatting|{{}}]]
<>
{
"params": {
"1": {
"description": >left</tt> or <tt>right</tt>, list <tt>complet</tt>",
"type": "string",
"": ""
}
},
"description": "Adds a break, following content to the next line below nearby floating or",
"format": "inline"
}
</templatedata>
</]include>

Latest revision as of 20:00, 29 October 2021

Template documentation
{{br}} redirects to this template as an alias.
For the language indicator of Breton, see {{bre}}.

This template adds

<div style="clear:both;"></div> or
<div style="clear:left;"></div> or
<div style="clear:right;"></div>

as a break, pushing following content to the next line below nearby floating images or templates.

Usage

{{clear}}
{{clear|left}}
{{clear|right}}

See also

  • {{clearleft}} delays content until left column is complete.
  • {{clearright}} delays content until right column is complete.
  • {{-}} is similar, but has visible line break.
  • {{clear2}} can be used for floating elements.

TemplateData

Adds a break, pushing following content to the next line below nearby floating images or templates.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
side1

Which side’s floating images or templates to push content below (left, right or both).

Suggested values
left right both
Default
both
Lineoptional