Welcome to the SaGa Wiki! We have moved off Fandom very recently, so things are still being set up around here. Please note that some images did not successfully transfer, and will need to be manually reuploaded or replaced.


Note: Keep in mind that once you have an account, you must wait one day and make 5 edits to become autoconfirmed. This allows you to skip questions while editing, to create new articles, and to upload images.

Difference between revisions of "Template:Clr/doc"

From SaGa Wiki
Jump to navigationJump to search
gkDefault (talk)
m
 
(Merged/incorporated)
 
Line 1: Line 1:
;Description
;Description
:This template is a shorthand for <code>&lt;div style="clear:both;">&lt;/div></code>.
:This template is a shorthand for <code>&lt;div style="clear:both">&lt;/div></code>.
:It moves any content following the template below any objects floating to the left and/or right (TOCs, infoboxes, images, etc..).
:It moves any content following the template below any objects floating to the left and/or right (TOCs, infoboxes, images, etc..).
;Syntax
;Syntax
:Type <code>{{t|clr}}</code> in an article at the point you want the clear.
:Type <code>{{t|clr}}</code> in an article at the point you want the clear. Additionally you can align to the left or right by entering the appropriate parameter (i.e. '''<nowiki>{{clr|left}}</nowiki>''' or '''<nowiki>{{clr|right}}</nowiki>''').
;See also
:{{t|clrl}} and {{t|clrr}}


<includeonly>[[Category:General wiki templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
<includeonly>[[Category:General wiki templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Latest revision as of 04:38, December 8, 2021

Description
This template is a shorthand for <div style="clear:both"></div>.
It moves any content following the template below any objects floating to the left and/or right (TOCs, infoboxes, images, etc..).
Syntax
Type {{clr}} in an article at the point you want the clear. Additionally you can align to the left or right by entering the appropriate parameter (i.e. {{clr|left}} or {{clr|right}}).