Jump to content

Template:Clear

From VassarWiki

Documentation[edit documentation]

For more general help using templates, see VassarWiki:Templates.

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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Side1

Content is delayed until just the specified column is complete. The default clears both columns.

Suggested values
right left both
Default
both
Stringoptional

Examples

==== Example without template ====
[[File:Marmota monax UL 07.jpg|200px|left|thumb|nom nom nom nom nom]]
Here's some text

===== New section without the template before =====
Without the code <nowiki>{{clear}}</nowiki>, this section starts at the right of the image.

Example without template

nom nom nom nom nom

Here's some text

New section without the template before

Without the code {{clear}}, this section starts at the right of the image.

==== Example that uses template ====
[[File:Marmota monax UL 07.jpg|200px|left|thumb|nom nom nom nom nom]]
Here's some text
{{clear}}

===== New section with the template before =====
Here the code <nowiki>{{clear}}</nowiki> is placed before this section, so it appears below the image.

Example with template

nom nom nom nom nom

Here's some text

New section with the template before

Here the code {{clear}} is placed before this section, so it appears below the image.