Back-end wiki maintenance was completed on 4/16/25. If you encounter any strange behavior, please report it in the DevTalk Discord server.
If you are using the Vector 2022 skin, dark mode has moved to Preferences > Appearance.

Template:Clear/doc: Difference between revisions

From VNDev Wiki
Created page with "{{#ifeq:{{FULLPAGENAME}}|Template:Clear|{{Template shortcut|-||Clr}}}} == Description == This template makes content wait until existing content is completed in all columns. It is often used to prevent text from flowing next to unrelated images. == Usage == {| | {{tlx|clear}} || — adds <code><div style="clear:both;"></div></code> |- | {{tlx|clear|left}} || — adds <code><div style="clear:left;"></div></code> |- | {{tlx|clear|right}} || — ad..."
 
No edit summary
Line 1: Line 1:
{{#ifeq:{{FULLPAGENAME}}|Template:Clear|{{Template shortcut|-||Clr}}}}
== Description ==
== Description ==
This template makes content wait until existing content is completed in all columns. It is often used to prevent text from flowing next to unrelated images.
This template makes content wait until existing content is completed in all columns. It is often used to prevent text from flowing next to unrelated images.

Revision as of 00:20, 17 June 2022

Description

This template makes content wait until existing content is completed in all columns. It is often used to prevent text from flowing next to unrelated images.

Usage

{{clear}} — adds <div style="clear:both;"></div>
{{clear|left}} — adds <div style="clear:left;"></div>
{{clear|right}} — adds <div style="clear:right;"></div>