Template:Clear/doc
Appearance
| Documentation subpage |
|---|
| View this documentation's related template: Template:Clear (edit). |
| Template styles: CSS styles (edit). |
Example(s)
[edit source]some-{{clear}}-contentgives:
some-
-content
some-{{clear|left}}-contentgives:
some-
-content
some-{{clear|right}}-contentgives:
some-
-content
Template Data
[edit source]Wraps given content in a div with the style="clear:both;" which allows clearing of the left side, the right side or both. Makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | To override which side to clear, enter a valid CSS value.
| String | optional |