Template:Clear: Difference between revisions

Jump to navigation Jump to search
m
added templatedata
imported>Eithris
(Created page with "<div style="clear:{{{1|both}}};"></div><noinclude> This template creates a div containing the CSS "clear" property. It will cause content below it not to wrap around floating elements directly above it. Defaults to "clear:both" (affects any floating elements, regardless of which side they're on), but can be changed to "clear:left" (affects only left-floating elements) or "clear:right" (affects only right-floating elements). ;Syntax *<code><nowiki>{{clear}}</nowiki></co...")
 
m (added templatedata)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
*<code><nowiki>{{clear|left}}</nowiki></code>
*<code><nowiki>{{clear|left}}</nowiki></code>
*<code><nowiki>{{clear|right}}</nowiki></code>
*<code><nowiki>{{clear|right}}</nowiki></code>
[[Category:Templates]]</noinclude>
[[Category:Templates]]<templatedata>
{
"params": {},
"description": "This template creates a div containing the CSS \"clear\" property. It will cause content below it not to wrap around floating elements directly above it.\n"
}
</templatedata></noinclude>

Navigation menu