<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dev.dsp-wiki.com/Template:Flatlist/doc/history?feed=atom</id>
	<title>Template:Flatlist/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dev.dsp-wiki.com/Template:Flatlist/doc/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://dev.dsp-wiki.com/Template:Flatlist/doc/history"/>
	<updated>2026-05-05T05:34:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://dev.dsp-wiki.com/index.php?title=Template:Flatlist/doc&amp;diff=6844&amp;oldid=prev</id>
		<title>imported&gt;76561198045853337: Created page with &quot;&#039;&#039;&#039;&lt;nowiki&gt;{{flatlist}}&lt;/nowiki&gt;&#039;&#039;&#039; creates a horizontal list of items separated by middots ( · ), for example:  {{flatlist| * Iron Ore * Coal * Stone }} It&#039;s han...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dev.dsp-wiki.com/index.php?title=Template:Flatlist/doc&amp;diff=6844&amp;oldid=prev"/>
		<updated>2021-05-31T12:55:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;{{flatlist}}&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; creates a horizontal list of items separated by middots ( · ), for example:  {{flatlist| * &lt;a href=&quot;/Iron_Ore&quot; title=&quot;Iron Ore&quot;&gt;Iron Ore&lt;/a&gt; * &lt;a href=&quot;/Coal&quot; title=&quot;Coal&quot;&gt;Coal&lt;/a&gt; * &lt;a href=&quot;/Stone&quot; title=&quot;Stone&quot;&gt;Stone&lt;/a&gt; }} It&amp;#039;s han...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;{{flatlist}}&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; creates a horizontal list of items separated by middots ( · ), for example:&lt;br /&gt;
&lt;br /&gt;
{{flatlist|&lt;br /&gt;
* [[Iron Ore]]&lt;br /&gt;
* [[Coal]]&lt;br /&gt;
* [[Stone]]&lt;br /&gt;
}}&lt;br /&gt;
It&amp;#039;s handy inside navboxes to format the link lists and is a much better alternative to using the middot template as using too many templates on one page can cause the browser to crash.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{flatlist|&lt;br /&gt;
* [[Iron Ore]]&lt;br /&gt;
* [[Coal]]&lt;br /&gt;
* [[Stone]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
produces:&lt;br /&gt;
{{flatlist|&lt;br /&gt;
* [[Iron Ore]]&lt;br /&gt;
* [[Coal]]&lt;br /&gt;
* [[Stone]]&lt;br /&gt;
}}&lt;br /&gt;
For a numbered list:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{flatlist|&lt;br /&gt;
# [[Iron Ore]]&lt;br /&gt;
# [[Coal]]&lt;br /&gt;
# [[Stone]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
produces:&lt;br /&gt;
{{flatlist|&lt;br /&gt;
# [[Iron Ore]]&lt;br /&gt;
# [[Coal]]&lt;br /&gt;
# [[Stone]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
If you need to add a break in the line, add a break physically into the code like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{flatlist|&lt;br /&gt;
* [[Iron Ore]]&lt;br /&gt;
&lt;br /&gt;
* [[Coal]]&lt;br /&gt;
* [[Stone]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
produces:&lt;br /&gt;
{{flatlist|&lt;br /&gt;
* [[Iron Ore]]&lt;br /&gt;
&lt;br /&gt;
* [[Coal]]&lt;br /&gt;
* [[Stone]]&lt;br /&gt;
}}&lt;br /&gt;
If you want to add parentheses like a subcategory without actually creating a new subcategory, use nesting like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{flatlist|&lt;br /&gt;
* [[Iron Ore]]&lt;br /&gt;
** [[Coal]]&lt;br /&gt;
** [[Stone]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
produces:&lt;br /&gt;
{{flatlist|&lt;br /&gt;
* [[Iron Ore]]&lt;br /&gt;
** [[Coal]]&lt;br /&gt;
** [[Stone]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Dependencies==&lt;br /&gt;
Code has been added to the [[MediaWiki:Common.css]] page to ensure this works (known as &amp;#039;Hlist&amp;#039;). This code has been pulled from the following source (which was updated as of Aug. 10, 2016):&lt;br /&gt;
&lt;br /&gt;
https://www.mediawiki.org/wiki/Snippets/Horizontal_lists&lt;br /&gt;
&lt;br /&gt;
==Technical Info==&lt;br /&gt;
The template and its documentation are based on [https://doom.fandom.com/wiki/Template:Flatlist code imported from the Doom Wiki], released under CC-BY-SA license.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&amp;lt;!-- Categories for this documentation: --&amp;gt;[[Category:Template documentation]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;76561198045853337</name></author>
	</entry>
</feed>