Difference between revisions of "Template:Clear/doc"

From Stardew Valley Wiki
Jump to navigation Jump to search
m (Text replacement - "==Usage==" to "==Use==")
 
Line 13: Line 13:
 
<pre>{{clear|right}}</pre>
 
<pre>{{clear|right}}</pre>
 
:substitutes: '''<nowiki><div style="clear:right;"></div></nowiki>'''
 
:substitutes: '''<nowiki><div style="clear:right;"></div></nowiki>'''
<includeonly>{{Addlanglinks}}</includeonly>
+
 
<includeonly>[[Category:General wiki templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
+
<includeonly>{{Addlanglinks}}[[Category:Templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 21:55, 8 January 2023

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>