Template:Clear/doc: Difference between revisions
Jump to navigation
Jump to search
Mystery Dungeon GP>Maintenance script-gpuser (Automated Import) |
m (4 revisions imported) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{doc/start}} | {{doc/start}} | ||
This template allows you to clear the left side, the right side, or both by adding < | This template allows you to clear the left side, the right side, or both by adding <code><div style="clear:left/right/both;"></div></code> | ||
==Usage== | ==Usage== |
Latest revision as of 20:59, November 27, 2023
This template allows you to clear the left side, the right side, or both by adding <div style="clear:left/right/both;"></div>
Usage[edit source]
{{Clear}}
: Makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images.
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.