Semi Protection

Template:NewLine

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search
Due to the sensitive nature of this template and the fact that it is used on a large number of pages, it has been semi-protected to prevent site-wide damage by vandal bots.
Editors: In order to minimize the impact on our servers, please use sandboxes to make and test changes to widely used templates before deployment.
For more information, please see this article's talk page.

Summary

This template is to be used to force text to appear after (instead of next to) any floating images or boxes of text.

This template is not the same as a <br> tag, and it is not meant to replace the use of <br> tags. This tag is only for cases where there are problems with image or table alignment and does not actually insert a line break. <br> tags should still be used in cases where all that is required is a simple line break (i.e., forcing the following text appear on a different line).

Parameters

NewLine
Parameter Scope Description
1 optional Text to appear after floating images or boxes.

Examples

Notice that with NewLine "Some Information" appears below the lowest of both icons.

Without NewLine

[[File:Icon-Information.png|left|20px]][[File:Icon-Information.png|right|40px]]Some information.
Icon-Information.png
Icon-Information.png
Some information.

With NewLine

[[File:Icon-Information.png|left|20px]][[File:Icon-Information.png|right|40px]]{{NewLine}}Some information.
Icon-Information.png
Icon-Information.png
Some information.

See Also