Template:Clear2/doc
This is a documentation subpage for Template:Clear2. It contains usage information, categories and other content that is not part of the original template page. |
This template should not be substituted. The markup provided will be confusing to many editors, and as this template provides documentation for itself, there is little justification for substitution. |
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, 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
{{clear2}} {{clear2|left}} {{clear2|right}}
TemplateData
TemplateData for Clear2
<templatedata>{ "description": "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.", "params": { "1": { "label": "Side", "description": "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”.", "type": "line", "required": false } }, "format": "inline" }</templatedata>
See also