Open main menu

UESPWiki β

Template:NewLine/Doc

< Template:NewLine

SummaryEdit

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).

ParametersEdit

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

ExamplesEdit

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

Without NewLineEdit

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

With NewLineEdit

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

See AlsoEdit