Difference between revisions of "Template:Clear"
From Kerbal Space Program Wiki
(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") |
(*advance the description; *more specific category;) |
||
Line 1: | Line 1: | ||
− | <div style="clear:{{{1|both}}};"></div> | + | <div style="clear:{{{1|both}}};"></div><noinclude> |
− | <noinclude> | ||
Forces a proper line break to prevent text overflow. | Forces a proper line break to prevent text overflow. | ||
− | Usage: <nowiki>{{clear}}</nowiki> | + | == Usage == |
+ | The first and only parameter may define which side to clear. Possible values: | ||
+ | * <tt>both</tt> (default): <nowiki>{{clear}}</nowiki> or <nowiki>{{clear|both}}</nowiki> | ||
+ | * <tt>left</tt>: <nowiki>{{clear|left}}</nowiki> | ||
+ | * <tt>right</tt>: <nowiki>{{clear|right}}</nowiki> | ||
+ | == See also == | ||
+ | * {{Wikipedia|full=y}} | ||
− | [[Category: | + | [[Category:Formatting and function templates]]</noinclude> |
Revision as of 14:51, 28 December 2013
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
- Template:Clear on Wikipedia