Clear/doc: Difference between revisions

From SL Pro Wrestling Wiki
/>FANDOM
No edit summary
/>BaRaN6161TURK
m Remove tr interwikis.
Line 1: Line 1:
;Description
<noinclude>{{Documentation subpage}}</noinclude>
This template allows you to clear the left side, right side, or both sides of the page. Clearing means that the content following the template will not be displayed until the existing content on the specified sides (for example, "hanging" or floating images or blocks) is displayed completely. This template is often used so that the text does not flow around unrelated images.
; Description
 
: This template is a shorthand for <code>&lt;br style="clear: both;" /&gt;</code>.
The template adds the following code to the page: <code><nowiki><div style="clear:left/right/both;"></div></nowiki></code> (the value after <code>clear</code> depends on the parameters). This code affects elements with the CSS property <code>float</code>, including files floated to the side (for example, <code><nowiki>[[File:Image.png|right]]</nowiki></code>).
: It moves any content following the template below any objects floating to the left and/or right (TOCs, infoboxes, images, etc.).
 
; Syntax
;Syntax
: {{t|Clear}} clears both right and left content.
* To clear both sides of the page, add the code {{t|Clear}}.
: {{t|Clear|left}} clears only left floating objects.
* To clear only the left side of the page, add the code {{t|Clear|left}}.
: {{t|Clear|right}} clears only right floating objects.
* To clear only the right side of the page, add the code {{t|Clear|right}}.
: {{t|Clear|none}} will not clear text after floating objects.
 
; Other options
You can also use {{t|-}} instead of {{t|Clear}} as a shorthand call for this template.
: <code>inherit</code> and <code>initial</code>
__NOTOC__
; See also
;Example
: {{t|-}} and {{t|Clr}} clear both like this template. They do not have options.
<pre style="display:table">
: {{t|Clrl}} clears left.
 
: {{t|Clrr}} clears right.
=== Section 1 ===
<includeonly>
[[File:Example.jpg|200px|right]]
[[Category:Clear templates]]
Section 1 text.
</includeonly><noinclude>
 
</noinclude>
=== Section 2 ===
Section 2 text.
{{Clear|right}}
 
=== Section 3 ===
Section 3 text.
</pre>
 
This code produces the following result:
 
----
 
=== Section 1 ===
[[File:Example.jpg|200px|right]]
Section 1 text.
 
=== Section 2 ===
Section 2 text.
{{Clear|right}}
 
=== Section 3 ===
Section 3 text.
 
----
 
As you can see above, the example image added in section 1 is displayed to the right and extends down through section 2, while the {{t|Clear}} template is called at the end of the second section, resulting in the example image not being next to section 3. Thus, one use of the {{t|Clear}} template is to control which elements are displayed next to which other elements.
 
== See also ==
* [https://developer.mozilla.org/en-US/docs/Web/CSS/clear CSS property <code>clear</code> on MDN]
* [https://developer.mozilla.org/en-US/docs/Web/CSS/float CSS property <code>float</code> on MDN]
 
<includeonly>[[Category:General wiki templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>

Revision as of 12:43, 8 February 2022

Template:Documentation subpage

Description
This template is a shorthand for <br style="clear: both;" />.
It moves any content following the template below any objects floating to the left and/or right (TOCs, infoboxes, images, etc.).
Syntax
Template:T clears both right and left content.
Template:T clears only left floating objects.
Template:T clears only right floating objects.
Template:T will not clear text after floating objects.
Other options
inherit and initial
See also
Template:T and Template:T clear both like this template. They do not have options.
Template:T clears left.
Template:T clears right.