Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 17:32, 30 March 2025 by imported>Jayden (Created page with "{{Documentation}} The '''clear''' template is used when the text needs to be moved below, for example, after an image or an infobox. ==Usage== The CSS from this template has been moved to MediaWiki:Common.css and replaced with classes. Each class corresponds to a certain style, e.g. <code>clear-both</code> adds <code>clear:both;</code>, <code>clear-right</code> adds <code>clear:right;</code>, etc. <pre>{{clear}}</pre> :substitutes: '''<nowiki><div class="clear-both"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template documentation (for the above template, sometimes hidden or invisible) [create]
This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
This template currently doesn't have any documentation; you can create it if you know how the template is used. (What is this?)
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:DW/Clear/doc/doc. (View all subpages of this page.)

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

Usage

The CSS from this template has been moved to MediaWiki:Common.css and replaced with classes. Each class corresponds to a certain style, e.g. clear-both adds clear:both;, clear-right adds clear:right;, etc.

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

Template:TemplateData

Contents