Шаблон:Clear: відмінності між версіями

Матеріал з Kingdom Come: Deliverance - Вікі
uk>Botzarel
мНемає опису редагування
 
м Імпортовано 1 версія
 
(Не показано одну проміжну версію цього користувача)
Рядок 1: Рядок 1:
<includeonly><br style="clear:both;" /></includeonly>
<includeonly><div style="clear: {{{1|both}}};"></div></includeonly><noinclude>
<noinclude>[[Category:Design templates|{{PAGENAME}}]]</noinclude>
 
Clears DOM element flow previously affected by blocks with <code>float: left;</code> or <code>float: right;</code> (or both) styles. It makes any following blocks appear under the floating blocks, not beside them.
 
== Examples ==
<pre><nowiki>{{Clear}}</nowiki></pre>
{{Clear}}
 
 
<pre><nowiki>{{Clear|left}}</nowiki></pre>
{{Clear|left}}
 
 
<pre><nowiki>[[File:Shelphy Adriana.png|thumb|A block with <code>float: right;</code>]]
A text before the clear.
{{Clear|right}}
A text after the clear.</nowiki></pre>
[[File:Shelphy Adriana.png|thumb|A block with <code>float: right;</code>]]
A text before the clear.
{{Clear|right}}
A text after the clear.
 
 
[[Category:Formatting Templates{{#translation:}}]]
</noinclude>

Поточна версія на 23:00, 9 серпня 2024


Clears DOM element flow previously affected by blocks with float: left; or float: right; (or both) styles. It makes any following blocks appear under the floating blocks, not beside them.

Examples

{{Clear}}


{{Clear|left}}


[[File:Shelphy Adriana.png|thumb|A block with <code>float: right;</code>]]
A text before the clear.
{{Clear|right}}
A text after the clear.
Файл:Shelphy Adriana.png
A block with float: right;

A text before the clear.

A text after the clear.


[[Category:Formatting Templates{{#translation:}}]]