<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ml.sayahna.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AFlatlist%2Fdoc</id>
	<title>Template:Flatlist/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://ml.sayahna.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AFlatlist%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Flatlist/doc&amp;action=history"/>
	<updated>2026-04-23T20:51:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.5</generator>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Flatlist/doc&amp;diff=5539&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Flatlist/doc&amp;diff=5539&amp;oldid=prev"/>
		<updated>2014-03-27T06:49:00Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 06:49, 27 March 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Flatlist/doc&amp;diff=5538&amp;oldid=prev</id>
		<title>Sardanaphalus: layout tweaks, added redirected alternate</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Flatlist/doc&amp;diff=5538&amp;oldid=prev"/>
		<updated>2014-03-16T14:05:46Z</updated>

		<summary type="html">&lt;p&gt;layout tweaks, added redirected alternate&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;
{{TOClimit|3}}&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
{{tl|flatlist}} starts a horizontal list, such as:&lt;br /&gt;
{{flatlist}}&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;
{{endflatlist}}&lt;br /&gt;
The bottom margin is inherited from the current container. Normally this will be 0.5[[Em (typography)|em]]. This template can be used with or without {{tl|endflatlist}}.&lt;br /&gt;
&lt;br /&gt;
For navigation boxes using {{tl|navbox}}, one can set {{para|listclass|hlist}}, and achieve the same styling without using this template.&lt;br /&gt;
&lt;br /&gt;
For image captions, * (i.e. asterisk) markup does not work, so consider using {{tl|hlist}} instead.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding-bottom:1.0em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{flatlist|&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;/pre&amp;gt;&lt;br /&gt;
produces:&lt;br /&gt;
{{flatlist|&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;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Alternative syntax====&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding-bottom:1.0em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{flatlist}}  or  {{startflatlist}}&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;
{{endflatlist}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
produces:&lt;br /&gt;
{{flatlist}}&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;
{{endflatlist}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Syntax for ordered lists====&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding-bottom:1.0em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{startflatlist}}&lt;br /&gt;
# [[first]]&lt;br /&gt;
# [[second]]&lt;br /&gt;
# [[third]]&lt;br /&gt;
# [[fourth]]&lt;br /&gt;
# [[fifth]]&lt;br /&gt;
# [[sixth]]&lt;br /&gt;
{{endflatlist}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
produces:&lt;br /&gt;
{{startflatlist}}&lt;br /&gt;
# [[first]]&lt;br /&gt;
# [[second]]&lt;br /&gt;
# [[third]]&lt;br /&gt;
# [[fourth]]&lt;br /&gt;
# [[fifth]]&lt;br /&gt;
# [[sixth]]&lt;br /&gt;
{{endflatlist}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
* '''''class''''' adds a CSS class to the containing div. Use &amp;lt;tt&amp;gt;nowraplinks&amp;lt;/tt&amp;gt; to prevent links from wrapping.&lt;br /&gt;
* '''''style''''' adds CSS styling. Complex styles should not be used in articles (per [[WP:Deviations]]) 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;
* '''''indent''''' indents the list by a number of standard indents, one indent being 1.6[[Em (typography)|em]]. (Useful in an indented discussion thread.)&lt;br /&gt;
::Example: {{para|&amp;lt;var&amp;gt;indent&amp;lt;/var&amp;gt;|&amp;lt;var&amp;gt;2&amp;lt;/var&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
===Technical details===&lt;br /&gt;
This template uses the &amp;lt;code&amp;gt;.hlist&amp;lt;/code&amp;gt; CSS class defined in Common.css to generate horizontal lists. It causes ordinary html list items to be displayed inline (horizontally), where they would normally display as block elements (vertically). The class also generates the [[interpunct]]s between list items and parentheses around nested lists. Some of the CSS used is not compatible with all browsers, notably Internet Explorer 6 and 7. In these cases, JavaScript in Common.js generates the interpuncts and parentheses.&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
* {{tl|endflatlist}}&lt;br /&gt;
* {{tl|hlist}}&lt;br /&gt;
* {{tl|plainlist}} and {{tl|unbulleted list}}&lt;br /&gt;
* {{tl|ordered list}} and {{tl|unordered list}}&lt;br /&gt;
* {{tl|multi-column numbered list}}&lt;br /&gt;
* {{tl|nowrap}}&lt;br /&gt;
* {{tl|pagelist}}&lt;br /&gt;
* [[WP:HLIST]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ifeq:{{SUBPAGENAME}}|sandbox |&lt;br /&gt;
 | [[Category:Typing-aid templates]] [[Category:Wikipedia list formatting templates]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sardanaphalus</name></author>
		
	</entry>
</feed>