Difference between revisions of "Template:Clearall/doc"
From MidrangeWiki
MrDolomite (talk | contribs) m (creating and tagging as Template:stub-template-doc) |
MrDolomite (talk | contribs) m (→Examples: add a blank column for readability) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | <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 following this template will appear below any content preceding this template. | ||
+ | |||
+ | == Usage == | ||
+ | <pre> | ||
+ | {{Clearall}} | ||
+ | </pre> | ||
+ | |||
+ | == Examples == | ||
+ | {| | ||
+ | ! Code | ||
+ | ! | ||
+ | ! Result | ||
+ | |- | ||
+ | | <pre>Before{{Clearall}}After</pre> | ||
+ | | | ||
+ | | Before{{Clearall}}After | ||
+ | |} | ||
+ | ---- | ||
+ | <includeonly> | ||
+ | [[Category:Internal formatting templates|{{PAGENAME}}]] | ||
+ | </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 |