Difference between revisions of "Template:Clearall/doc"
From MidrangeWiki
(document it) |
MrDolomite (talk | contribs) m (→Examples: add a blank column for readability) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude> | <includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude> | ||
=Documentation= | =Documentation= | ||
− | <big><nowiki>{{Clearall}}</nowiki></big> is a simple template to force a <nowiki><br clear="all" /></nowiki>. It will ensure that content | + | <big><nowiki>{{Clearall}}</nowiki></big> is a simple template to force a <nowiki><br clear="all" /></nowiki>. It will ensure that content following this template will appear below any content preceding this template. |
== Usage == | == Usage == | ||
Line 11: | Line 11: | ||
{| | {| | ||
! Code | ! Code | ||
+ | ! | ||
! Result | ! Result | ||
|- | |- | ||
| <pre>Before{{Clearall}}After</pre> | | <pre>Before{{Clearall}}After</pre> | ||
+ | | | ||
| Before{{Clearall}}After | | Before{{Clearall}}After | ||
− | |||
|} | |} | ||
− | |||
---- | ---- | ||
− | |||
<includeonly> | <includeonly> | ||
− | |||
[[Category:Internal formatting templates|{{PAGENAME}}]] | [[Category:Internal formatting templates|{{PAGENAME}}]] | ||
− | |||
</includeonly> | </includeonly> |
Latest revision as of 15:50, 30 January 2009
Documentation
{{Clearall}} is a simple template to force a <br clear="all" />. It will ensure that content following this template will appear below any content preceding this template.
Usage
{{Clearall}}
Examples
Code | Result | |
---|---|---|
Before{{Clearall}}After |
Before After |