<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.endmyopia.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AFloat_style</id>
	<title>Template:Float style - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.endmyopia.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AFloat_style"/>
	<link rel="alternate" type="text/html" href="https://wiki.endmyopia.org/index.php?title=Template:Float_style&amp;action=history"/>
	<updated>2026-05-01T11:09:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.endmyopia.org/index.php?title=Template:Float_style&amp;diff=4270&amp;oldid=prev</id>
		<title>NottNott: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.endmyopia.org/index.php?title=Template:Float_style&amp;diff=4270&amp;oldid=prev"/>
		<updated>2020-05-28T20:30:29Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 20:30, 28 May 2020&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key jakeendmy_mw1720-mwnr_:diff::1.12:old-4269:rev-4270 --&gt;
&lt;/table&gt;</summary>
		<author><name>NottNott</name></author>
	</entry>
	<entry>
		<id>https://wiki.endmyopia.org/index.php?title=Template:Float_style&amp;diff=4269&amp;oldid=prev</id>
		<title>en&gt;Sardanaphalus: category</title>
		<link rel="alternate" type="text/html" href="https://wiki.endmyopia.org/index.php?title=Template:Float_style&amp;diff=4269&amp;oldid=prev"/>
		<updated>2014-11-16T12:34:53Z</updated>

		<summary type="html">&lt;p&gt;category&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#switch:{{lc:{{{1}}}}}&lt;br /&gt;
| &amp;quot;right&amp;quot;  | right    = float: right; clear: right;&lt;br /&gt;
| &amp;quot;left&amp;quot;   | left     = float: left; clear: left; {{#if:{{{margin|}}}|margin: 0 {{{margin}}} {{{margin}}} 0;}}&lt;br /&gt;
| &amp;quot;none&amp;quot;   | none     = float: none; clear: none; {{#if:{{{margin|}}}|margin: 0 0 {{{margin}}} {{{margin}}};}}&lt;br /&gt;
| &amp;quot;both&amp;quot; | both&lt;br /&gt;
| &amp;quot;center&amp;quot; | center   = float: none; clear: both; margin-left: auto; margin-right: auto;&lt;br /&gt;
| #default = float: right; clear: right; {{#if:{{{margin|}}}|margin: 0 0 {{{margin}}} {{{margin}}};}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation&lt;br /&gt;
 |content =&lt;br /&gt;
This helper template may be used by sidebar, infobox, and image templates to generate the style statements for controlling float behaviour.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&amp;lt;code&amp;gt;style=&amp;quot;{{tld|float style}}&amp;quot;&amp;lt;/code&amp;gt; &amp;amp;rarr; style=&amp;quot;{{float style}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;style=&amp;quot;{{tld|float style|right}}&amp;quot;&amp;lt;/code&amp;gt; &amp;amp;rarr; style=&amp;quot;{{float style|right}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;style=&amp;quot;{{tld|float style|left}}&amp;quot;&amp;lt;/code&amp;gt; &amp;amp;rarr; style=&amp;quot;{{float style|left}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;style=&amp;quot;{{tld|float style|center}}&amp;quot;&amp;lt;/code&amp;gt; &amp;amp;rarr; style=&amp;quot;{{float style|center}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;style=&amp;quot;{{tld|float style|both}}&amp;quot;&amp;lt;/code&amp;gt; &amp;amp;rarr; style=&amp;quot;{{float style|both}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;style=&amp;quot;{{tld|float style|none}}&amp;quot;&amp;lt;/code&amp;gt; &amp;amp;rarr; style=&amp;quot;{{float style|none}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;style=&amp;quot;{{tld|float style|margin{{=}}1em}}&amp;quot;&amp;lt;/code&amp;gt; &amp;amp;rarr; style=&amp;quot;{{float style|margin=1em}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;style=&amp;quot;{{tld|float style|right|margin{{=}}1em}}&amp;quot;&amp;lt;/code&amp;gt; &amp;amp;rarr; style=&amp;quot;{{float style|right|margin=1em}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;style=&amp;quot;{{tld|float style|left|margin{{=}}1em}}&amp;quot;&amp;lt;/code&amp;gt; &amp;amp;rarr; style=&amp;quot;{{float style|left|margin=1em}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;style=&amp;quot;{{tld|float style|center|margin{{=}}1em}}&amp;quot;&amp;lt;/code&amp;gt; &amp;amp;rarr; style=&amp;quot;{{float style|center|margin=1em}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;style=&amp;quot;{{tld|float style|both|margin{{=}}1em}}&amp;quot;&amp;lt;/code&amp;gt; &amp;amp;rarr; style=&amp;quot;{{float style|both|margin=1em}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;style=&amp;quot;{{tld|float style|none|margin{{=}}1em}}&amp;quot;&amp;lt;/code&amp;gt; &amp;amp;rarr; style=&amp;quot;{{float style|none|margin=1em}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Category:Positioning templates]]&lt;br /&gt;
}}&amp;lt;!--(end Documentation)--&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>en&gt;Sardanaphalus</name></author>
	</entry>
</feed>