Difference between revisions of "Template:Clearall/doc"

From MidrangeWiki
Jump to: navigation, search
m (creating and tagging as Template:stub-template-doc)
 
(document it)
Line 1: Line 1:
{{stub-template-doc}}
+
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>
 +
=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.
 +
 +
== Usage ==
 +
<pre>
 +
{{Clearall}}
 +
</pre>
 +
 
 +
== Examples ==
 +
{|
 +
! Code
 +
! Result
 +
|-
 +
| <pre>Before{{Clearall}}After</pre>
 +
| Before{{Clearall}}After
 +
 
 +
|}
 +
 
 +
----
 +
 
 +
<includeonly>
 +
 
 +
[[Category:Internal formatting templates|{{PAGENAME}}]]
 +
 
 +
</includeonly>

Revision as of 19:58, 30 May 2008

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 after this template will appear below any content above this template.

Usage

{{Clearall}}

Examples

Code Result
Before{{Clearall}}After
Before

After