Template:Clear

From Idlescape Wiki
Jump to navigation Jump to search

Description[edit source]

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[edit source]

  • {{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