Template:Clear: Difference between revisions
From Dead Suns Game
Jump to navigationJump to search
(Created page with "__NOEDITSECTION__ __NOTOC__<div style="clear: both;"></div>") |
No edit summary |
||
Line 1: | Line 1: | ||
__NOEDITSECTION__ __NOTOC__<div style="clear: both;"></div> | __NOEDITSECTION__ __NOTOC__<includeonly><div style="clear: both;"></div></includeonly> | ||
<noinclude> | |||
= Quick way to add clear to wiki = | |||
<pre> | |||
{{Clear}} | |||
</pre> | |||
is syntactic sugar for | |||
<pre> | |||
<div style="clear: both;"></div> | |||
</pre> | |||
</noinclude> |
Latest revision as of 09:42, 24 October 2022
Quick way to add clear to wiki
{{Clear}}
is syntactic sugar for
<div style="clear: both;"></div>