Difference between revisions of "Clear/Documentation"
Stratonian (talk | contribs) m (→Parameters) |
Stratonian (talk | contribs) m (→Usage) |
||
Line 3: | Line 3: | ||
Affects elements with the CSS property <code>float</code>. | Affects elements with the CSS property <code>float</code>. | ||
==Usage== | ==Usage== | ||
− | + | {{T|Clear}}<br> | |
− | {{Clear}} | + | {{T|Clear|left}}<br> |
− | {{Clear|left}} | + | {{T|Clear|right}} |
− | {{Clear|right}} | + | |
− | |||
==Parameters== | ==Parameters== | ||
{{parameter|side|The side of the screen on which the content is located.|both}} | {{parameter|side|The side of the screen on which the content is located.|both}} |
Revision as of 19:58, 25 February 2023
Description
Content following the template will not be displayed until the existing content on the specified sides is displayed completely. Often used to ensure that text does not flow around unrelated images.
Affects elements with the CSS property float
.
Usage
{{Clear}}
{{Clear|<left>}}
{{Clear|<right>}}