Difference between revisions of "Template:Clear"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Created page with "<div style="clear:{{{1|both}}};"></div><noinclude> {{documentation}} Category:Templates Category:Utility Templates </noinclude>")
 
 
Line 1: Line 1:
<div style="clear:{{{1|both}}};"></div><noinclude>
+
<includeonly><div style="clear:{{{1|both}}};"></div></includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>
{{documentation}}
 
[[Category:Templates]] [[Category:Utility Templates]]
 
 
 
</noinclude>
 

Latest revision as of 06:53, 29 February 2016

Description

This template is used when the text needs to be moved below, for example, after an image or an infobox.

Use

This template can be used by entering the following onto any relevant page.

{{clear}}
substitutes: <div style="clear:both;"></div>
{{clear|left}}
substitutes: <div style="clear:left;"></div>
{{clear|right}}
substitutes: <div style="clear:right;"></div>