Template:Clear

From Tensura Wiki
Revision as of 10:55, 25 September 2026 by imported>Merge (merge.py)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
File:Template-info.svg Documentation Edit this documentation at Template:Clear/doc.
(edit • history • purge)

This template allows you to clear the left side, the right side, or both by adding <div style="clear:left/right/both;"></div>

Usage

{{Clear}}: Makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images. An optional class parameter can additionally be given for custom functionality.

To clear the left, simply put {{Clear|left}}. To clear the right, put {{Clear|right}}. To clear both sides, put {{Clear}}.

This template can also be called with {{-}} for short.

Clears the left, right, or both.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Direction1

Which direction to clear

Suggested values
left right both
Default
both
Stringoptional
Classclass

A class to give to the clear

Stringoptional