Template:NewLine
The UESPWiki – Your source for The Elder Scrolls since 1995
Due to the sensitive nature of this template or 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
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:Information icon.svg|left|20px]][[File:Information icon.svg|right|40px]]Some information.
Some information. |
With NewLine
[[File:Information icon.svg|left|20px]][[File:Information icon.svg|right|40px]]{{NewLine}}Some information.
Some information. |