Template:Clear View history

imported>Kentsmith9
(Updated doc)
imported>Kentsmith9
(Modified to include left, right, or both)
Line 1: Line 1:
<noinclude>'''Documentation:''' This template makes content wait until existing content (typically tables and images) is fully displayed in all columns before letting subsequent content be displayed. It uses the ''<nowiki><div style="clear:both;"></div></nowiki>'' formatting to prevent the extra line break that comes with ''<nowiki><br style="clear: both" /></nowiki>''. The following content after the line will appear on the actual page.
<noinclude>'''Documentation:''' This template makes content wait until existing content (typically tables and images) is fully displayed in all columns before letting subsequent content be displayed. It uses the ''<nowiki><div style="clear:TYPE;"></div></nowiki>'' formatting to prevent the extra line break that comes with ''<nowiki><br style="clear: both" /></nowiki>''.  
 
The TYPE variable is controlled with the second parameter as follows:
* '''<nowiki>{{</nowiki>clear|left<nowiki>}}</nowiki>''' - Only the left column must be complete before subsequent content is displayed
* '''<nowiki>{{</nowiki>clear|right<nowiki>}}</nowiki>''' - Only the right column must be complete before subsequent content is displayed
* '''<nowiki>{{</nowiki>clear<nowiki>}}</nowiki>''' or '''<nowiki>{{</nowiki>clear|both<nowiki>}}</nowiki>''' - Both left and right columns must be complete before subsequent content is displayed
 
 
The following content after the line will appear on the actual page.
----
----


</noinclude><div style="clear:both;"></div>
</noinclude><div style="clear:{{{1|both}}};"></div>

Revision as of 21:21, 27 April 2013

Documentation: This template makes content wait until existing content (typically tables and images) is fully displayed in all columns before letting subsequent content be displayed. It uses the <div style="clear:TYPE;"></div> formatting to prevent the extra line break that comes with <br style="clear: both" />.

The TYPE variable is controlled with the second parameter as follows:

  • {{clear|left}} - Only the left column must be complete before subsequent content is displayed
  • {{clear|right}} - Only the right column must be complete before subsequent content is displayed
  • {{clear}} or {{clear|both}} - Both left and right columns must be complete before subsequent content is displayed


The following content after the line will appear on the actual page.