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

From VNDev Wiki
Revision as of 15:10, 23 June 2022 by Arsym (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>