Template:Break
The {{Break}} tag prevents floated objects from flowing past it. Often used before section headers to prevent floated images from extending through the header.
Examples[edit source]
First Example: Without Break[edit source]
This is text in a paragraph before any headers, that will wrap around the floated image of the torch on the left. This paragraph needs to be above a certain length in order to illustrate the effect, so I'm adding another sentence. ...lorem ipsum quia dolor sit amet, consectetur, adipisci velit...
Another Header as Part of the Example[edit source]
And text after the header.
Second Example: With Break[edit source]
This is text in a paragraph before any headers, that will wrap around the floated image of torch on the left. This paragraph needs to be above a certain length in order to illustrate the effect, so I'm adding another sentence. ...lorem ipsum quia dolor sit amet, consectetur, adipisci velit...
Another Header as Part of the Example[edit source]
And text after the header.