Difference between revisions of "Template:Clear/doc"
From Wazeopedia
(Created doc page for template) |
(Added Category) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
{{TemplateNotDisplayed}} | {{TemplateNotDisplayed}} | ||
+ | |||
+ | <includeonly> | ||
+ | <!-- ADD CATEGORIES BELOW THIS LINE --> | ||
+ | [[Category:Page Formatting Template]] | ||
+ | |||
+ | <!-- ADD INTERWIKIS BELOW THIS LINE --> | ||
+ | </includeonly> |
Revision as of 06:43, 23 February 2014
![]() |
This is a documentation subpage for . It contains usage information, categories and other content that is not part of the original template page. |
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
This template does not generate visible text in the Wiki page.