Template:Clear

From Idlescape Wiki
Revision as of 11:45, 8 September 2021 by Forth (talk | contribs) (A template for preventing overflowing text, for bulleted lists in tables, and other misc.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

This template makes content wait until existing content is completed in all columns. It is often used to prevent text from flowing next to unrelated images. It is also useful for starting a bulleted list in a table, as well as other miscellaneous uses.

Usage

  • {{clear}} — adds <div style="clear:both;"></div>
  • {{clear|left}} — adds <div style="clear:left;"></div> Delays content until just the left column is complete.
  • {{clear|right}} — adds <div style="clear:right;"></div> Delays content until just the right column is complete.

For more information, see Wikipedia:Template:Clear