Difference between revisions of "Template:Clear"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Edits.)
m
 
Line 1: Line 1:
<includeonly><div style="clear:{{{1|both}}};"></div></includeonly>
+
<includeonly><div style="clear:{{{1|both}}};"></div></includeonly><noinclude>
 
 
<noinclude>
 
 
{{Documentation}}
 
{{Documentation}}
 
[[Category:Formatting and function templates]]</noinclude>
 
[[Category:Formatting and function templates]]</noinclude>

Latest revision as of 21:44, 2 February 2020

Documentation icon Template documentation[view] [edit] [history] [purge]Pages that link to Template:Clear

Purpose

This template forces a proper line break to prevent text-overflow.

Usage

The first and only parameter may define which side to clear. Possible values:

  • both (default): {{clear}} or {{clear|both}}
  • left: {{clear|left}}
  • right: {{clear|right}}

See also