Template:Clear: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(New documentation style.)
mNo edit summary
Line 6: Line 6:
==Parameters==
==Parameters==
{| class = "wikitable"
{| class = "wikitable"
! Parameters || Mandatory || Description || Default value
! Parameter || Mandatory || Default || Name || Detailed description
|-
|-
| 1 || No || If present, this allows you to manually specify a direction of clearance (e.g. "left" or "right"). || both
! 1
| No || both || Direction || If present, this allows you to manually specify a direction of clearance (e.g. "left" or "right").
|}
|}


==Template==
==Template==
<pre>
<pre>
{{clear | <direction>}}
{{clear|<direction>}}
</pre>
</pre>



Revision as of 08:06, October 14, 2014

Info

Add this template to adjust a page's layout. It moves the content below the template down to the point after which all content before the template is finished, so that there are no horizontal overlaps with the heading.

Parameters

Parameter Mandatory Default Name Detailed description
1 No both Direction If present, this allows you to manually specify a direction of clearance (e.g. "left" or "right").

Template

{{clear|<direction>}}

Examples

Code Result
[[File:RedPikmin.png|thumb|left]] Text to the side of the image.
{{clear}}
Text below the image.
Text to the side of the image.

Text below the image.