We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Template:Clear

From SnesLab
Revision as of 12:44, 27 May 2019 by RanAS (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Inserts a block element with the clear: both CSS attribute. It's useful if you need any text or other element below a floated image in a page. Without this, the text might be displayed beside the image instead.

You can set the first parameter to left or right to only have it clear that side, for example: {{clear|left}}.