Difference between revisions of "Template:Clear"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<div style="clear:{{{1|both}}};"></div> <noinclude> Forces a proper line break to prevent text overflow. Usage: <nowiki>{{clear}}</nowiki> Category:Templates")
 
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="clear:{{{1|both}}};"></div>
+
<includeonly><div style="clear:{{{1|both}}};"></div></includeonly><noinclude>
<noinclude>
+
{{Documentation}}
Forces a proper line break to prevent text overflow.
+
[[Category:Formatting and function templates]]</noinclude>
 
 
Usage: <nowiki>{{clear}}</nowiki>
 
 
 
 
 
[[Category:Templates]]
 

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