Difference between revisions of "Template:Clearall/doc"

From MidrangeWiki
Jump to: navigation, search
(document it)
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 after this template will appear below any content above this template.
+
<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

48px This is the template documentation page for {{Clearall}}.
It is not intended to be viewed directly. If it uses variables, some links may appear broken. Do not replace these variables with hardcoded page names or URLs.

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