Template:-: Difference between revisions
Template page
More actions
rv - shouldn't be teaching bad habits even if MediaWiki fixes it |
ok, time to fix this (and get it in sync with other projects), this is suppose to add space, that's what <br>s do |
||
| Line 1: | Line 1: | ||
< | <br style="clear:both" /><noinclude> | ||
{{ | |||
Code: <br style="clear:both" /> | |||
This causes any previously-established float to clear. The name of this template is a mnemonic for an imaginary horizontal line, which separates floating elements above from those below. | |||
This is not the same as {{tl|clear}}, which is a empty <div>, not a <br> element. ([[:en:Template_talk:-#Time_to_make_this_bad_idea_right|related discussion]]) | |||
[[Category:Typing-aid templates|{{PAGENAME}}]] | [[Category:Typing-aid templates|{{PAGENAME}}]] | ||
[[Category:Formatting templates|{{PAGENAME}}]] | [[Category:Formatting templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> | ||
Revision as of 09:21, 13 August 2009
Code: <br style="clear:both" />
This causes any previously-established float to clear. The name of this template is a mnemonic for an imaginary horizontal line, which separates floating elements above from those below.
This is not the same as {{Clear}}, which is a empty <div>, not a <br> element. (related discussion)