Template:Clear2
This template should not be substituted. |
This template uses the same CSS property as {{clear}}
, but has additional float
property to place on the left or right side of the page, so this template can insert an invisible breakpoint to indicate that a floating element should be placed at its position.
This template makes element placed under the upper element to make existing content is completed in the maximum width of columns,[clarification needed] and make it possible to stop element from flowing next to upper element to produce an useless blank between the element and the side of page.
Usage
[edit]{{clear2}} {{clear2|left}} {{clear2|right}}
TemplateData
[edit]TemplateData for Clear2
Makes element placed under the upper element to make existing content is completed in the maximum width of columns. Can be used to stop element from flowing next to upper element, so content will not appear a large blank area at the side of page.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Side | 1 | Which side to clear on; can be “left”, “right” or “both” (or “none”, but that’s equivalent to not using the template at all). “both” has exactly the same affect as using Template:Clear, so this template becomes interesting only if the value is “left” or “right”. | Line | optional |