<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.limswiki.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AFlowlist%2Fdoc</id>
	<title>Template:Flowlist/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.limswiki.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AFlowlist%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Template:Flowlist/doc&amp;action=history"/>
	<updated>2026-04-04T17:33:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://www.limswiki.org/index.php?title=Template:Flowlist/doc&amp;diff=38172&amp;oldid=prev</id>
		<title>Shawndouglas: Created as needed.</title>
		<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Template:Flowlist/doc&amp;diff=38172&amp;oldid=prev"/>
		<updated>2020-03-10T16:59:40Z</updated>

		<summary type="html">&lt;p&gt;Created as needed.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
{{When on basepage|{{Uses TemplateStyles|Template:Flowlist/styles.css}}}}&lt;br /&gt;
===Usage===&lt;br /&gt;
If you have this problem of list bullets and numbers overlapping with a left floating image or Infobox, for example:&lt;br /&gt;
[[File:Bad Title Example.png|left|thumb|100px|Test image]] List of animals:&lt;br /&gt;
* [[cat]]&lt;br /&gt;
* [[dog]]&lt;br /&gt;
* [[horse]]&lt;br /&gt;
* [[cow]]&lt;br /&gt;
* [[sheep]]&lt;br /&gt;
* [[pig]]&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
then {{tl|Flowlist}} enables lists to stay clear of these left floating objects. It effectively makes lists act as a block level element. It does however have a few [[#Side_effects|side effects]] that you should take note of.&lt;br /&gt;
[[File:Bad Title Example.png|left|thumb|100px|Test image]] List of animals:&lt;br /&gt;
{{flowlist}}&lt;br /&gt;
* [[cat]]&lt;br /&gt;
* [[dog]]&lt;br /&gt;
* [[horse]]&lt;br /&gt;
* [[cow]]&lt;br /&gt;
* [[sheep]]&lt;br /&gt;
* [[pig]]&lt;br /&gt;
{{endflowlist}}&lt;br /&gt;
{{clear}}&lt;br /&gt;
This template can be used with or without {{tl|endflowlist}}.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[File:Bad Title Example.png|left|thumb|100px|Test image]] List of animals:&lt;br /&gt;
{{flowlist |&lt;br /&gt;
* [[cat]]&lt;br /&gt;
* [[dog]]&lt;br /&gt;
* [[horse]]&lt;br /&gt;
* [[cow]]&lt;br /&gt;
* [[sheep]]&lt;br /&gt;
* [[pig]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Bad Title Example.png|left|thumb|100px|Test image]] List of animals:&lt;br /&gt;
{{flowlist |&lt;br /&gt;
* [[cat]]&lt;br /&gt;
* [[dog]]&lt;br /&gt;
* [[horse]]&lt;br /&gt;
* [[cow]]&lt;br /&gt;
* [[sheep]]&lt;br /&gt;
* [[pig]]&lt;br /&gt;
}}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
;Alternative syntax:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[File:Bad Title Example.png|left|thumb|100px|Test image]] List of animals:&lt;br /&gt;
{{flowlist}}&lt;br /&gt;
* [[cat]]&lt;br /&gt;
* [[dog]]&lt;br /&gt;
* [[horse]]&lt;br /&gt;
* [[cow]]&lt;br /&gt;
* [[sheep]]&lt;br /&gt;
* [[pig]]&lt;br /&gt;
{{endflowlist}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Bad Title Example.png|left|thumb|100px|Test image]] List of animals:&lt;br /&gt;
{{flowlist}}&lt;br /&gt;
* [[cat]]&lt;br /&gt;
* [[dog]]&lt;br /&gt;
* [[horse]]&lt;br /&gt;
* [[cow]]&lt;br /&gt;
* [[sheep]]&lt;br /&gt;
* [[pig]]&lt;br /&gt;
{{endflowlist}}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
* '''class''' – adds a CSS class to the containing div.&lt;br /&gt;
* '''style''' – adds CSS style options. Complex styles should not be used in articles but may be acceptable on user, project, and talk pages.&lt;br /&gt;
::Example: {{para|&amp;lt;var&amp;gt;style&amp;lt;/var&amp;gt;|&amp;lt;var&amp;gt;border:solid 1px silver; background:lightyellow&amp;lt;/var&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
===Side effects===&lt;br /&gt;
Using this technique has a side effect. If your list is longer than the floated element, then the list will not flow around the image like normal, but instead be one block, leaving white space below the floated element. This goes for both left and right side of the list.&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:30em; display:inline-block; vertical-align:top; border: 1px dotted; padding: 1em; margin-right:2em; &amp;quot;&amp;gt;&lt;br /&gt;
====This====&lt;br /&gt;
[[File:Bad Title Example.png|left|thumb|20px|Test image]][[File:Bad Title Example.png|right|thumb|20px|Test image]] List of animals:&lt;br /&gt;
* [[cat]] in a very long sentence that should collide with the image to the right&lt;br /&gt;
* [[dog]] in a very long sentence that should collide with the image to the right&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:30em; display:inline-block; vertical-align:top; border: 1px dotted; padding: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
====Will become====&lt;br /&gt;
[[File:Bad Title Example.png|left|thumb|20px|Test image]][[File:Bad Title Example.png|right|thumb|20px|Test image]] List of animals:&lt;br /&gt;
{{flowlist}}&lt;br /&gt;
* [[cat]] in a very long sentence that should collide with the image to the right&lt;br /&gt;
* [[dog]] in a very long sentence that should collide with the image to the right&lt;br /&gt;
{{endflowlist}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
===See also===&lt;br /&gt;
* {{tl|endflowlist}}&lt;br /&gt;
* {{tl|flatlist}}&lt;br /&gt;
* {{tl|plainlist}}]&lt;br /&gt;
&lt;br /&gt;
{{HTML lists}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox||&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:List formatting and function templates|Flowlist]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shawndouglas</name></author>
	</entry>
</feed>