Template:-: Difference between revisions

Template page
w:c:strategywiki>Garrett
m (Protected "Template:-": this is used everywhere and altering it would have drastic effects [edit=sysop:move=sysop])
w:c:strategywiki>DrBob
m (Cleanup)
Line 1: Line 1:
<includeonly><div style="clear: {{qif|test={{{1|}}}|then={{{1}}}|else=both}};"></div></includeonly><noinclude>Includes a clearing element when used. Very useful for making floating elements stay within their section when the section is very small vertically.
<includeonly><div style="clear: {{#if:{{{1|}}}|{{{1}}}|both}};"></div></includeonly><noinclude>Includes a clearing element when used. Very useful for making floating elements stay within their section when the section is very small vertically.


==Usage==
==Usage==

Revision as of 23:19, 10 March 2007

Includes a clearing element when used. Very useful for making floating elements stay within their section when the section is very small vertically.

Usage

{{-}}

or

{{-
|left, right, or both (default: both)
}}

Example

Header 1

This is a floating element.

Normally Header 2 would start immediately below this text, which would look very ugly.

Header 2

With the clearing element between Header 1 and Header 2, the two headers are separated from each other.