×
Create a new article
Write your page title here:
We currently have 169 articles on The Sonic the Hedgehog Wiki. Type your article name above or click on one of the titles below and start writing!



The Sonic the Hedgehog Wiki
169Articles
Revision as of 12:02, 21 December 2024 by Sonic City (talk | contribs) (Created page with "{{Documentation subpage}} 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. ==Usage== *<code><nowiki>{{clear}}</nowiki></code> adds <code><nowiki><div style="clear:both;"></div></nowiki></code> *<code><nowiki>{{clear|left}}</nowiki></code> adds <code><nowiki><div style="clear:left;"></div></nowiki></code> *<code><nowiki>{{clear|right}}</nowiki></code> adds <code><n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This subpage contains documentation, categories and other content that is not part of the template.
To view the template page itself, see Template:-.

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.

Usage[edit source]

  • {{clear}} adds <div style="clear:both;"></div>
  • {{clear|left}} adds <div style="clear:left;"></div>
  • {{clear|right}} adds <div style="clear:right;"></div>

Further reading[edit source]