Template:Clear/doc

From OtherX
Revision as of 12:51, 20 January 2024 by OtherXAdmin (talk | contribs) (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== <pre>{{clear}}</pre> :substitutes: '''<nowiki><div class="clear-template clear-both" style="clear:both;"></div></nowiki>''' <pre>{{clear|left}}</pre> :substitutes: '''<nowiki><div class="clear-template clear-left" style="clear:left;"></div></nowiki>''' <pre>{{clear|right}}</pre> :substitutes: '''<nowiki><div class="clear-templa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
File:Information icon-grey.svg
This is a documentation subpage for Template:Clear.
It contains usage information, categories, and other content that is not part of the original template page.

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

Usage

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

{{#if:||==Template data==}}

Show/hide template's data

The following information is used by extensions and applications, such as VisualEditor, to help users implement this template onto pages. Please ensure that it is up-to-date.

<templatedata> { "params": { "1": { "label": "Placement", "description": "One of: left, right, both", "type": "line", "default": "both" } }, "description": "The clear template is used when the text needs to be moved below, for example, after an image or an infobox.", "format": "inline" } </templatedata>

{{#if:||}}