Template:Clear: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
adding documentation
m & better method of handling this
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<br style="clear: both;" />
<div style="clear:{{#switch:{{{1|}}}|l=left|r=right|#default=both}}; margin:0; padding:0;"></div><noinclude>
<noinclude>
 
This template utilizes the following HTML: <pre><br style="clear: both;" /></pre>
This template creates a line break in between content. It defaults to both sides, but one side can be selected by setting the first parameter to <code>left</code> or <code>right</code>. [[Category:Utility templates]]</noinclude>
[[Category:Utility templates|{{PAGENAME}}]]
</noinclude>

Latest revision as of 16:23, 10 February 2026

This template creates a line break in between content. It defaults to both sides, but one side can be selected by setting the first parameter to left or right.