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

Матеріал з Kingdom Come: Deliverance - Вікі
Створена сторінка: <includeonly><div style="clear: {{{1|both}}};"></div></includeonly><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|...
м Імпортовано 1 версія
 
(Немає відмінностей)

Поточна версія на 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:}}]]