<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.shadowrunwiki.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ABulleted_list%2Fdoc</id>
	<title>Template:Bulleted list/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.shadowrunwiki.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ABulleted_list%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.shadowrunwiki.com/index.php?title=Template:Bulleted_list/doc&amp;action=history"/>
	<updated>2026-06-04T04:52:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://www.shadowrunwiki.com/index.php?title=Template:Bulleted_list/doc&amp;diff=941&amp;oldid=prev</id>
		<title>Catrone3: Created page with &quot;{{Documentation subpage}} {{Lua|Module:List}} {{Template shortcuts|clear=right|blist|bulleted|ulist|unordered list}} &lt;!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --&gt;  This template may be used to generate a bulleted list in similar vein to HTML&#039;s ul}} list. A typical application is within captions, where the equivalent wiki markup (aster...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.shadowrunwiki.com/index.php?title=Template:Bulleted_list/doc&amp;diff=941&amp;oldid=prev"/>
		<updated>2024-03-27T01:37:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation subpage}} {{Lua|Module:List}} {{Template shortcuts|clear=right|blist|bulleted|ulist|unordered list}} &amp;lt;!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --&amp;gt;  This template may be used to generate a &lt;a href=&quot;https://en.wikipedia.org/wiki/bulleted_list&quot; class=&quot;extiw&quot; title=&quot;w:bulleted list&quot;&gt;bulleted list&lt;/a&gt; in similar vein to &lt;a href=&quot;https://en.wikipedia.org/wiki/HTML&quot; class=&quot;extiw&quot; title=&quot;w:HTML&quot;&gt;HTML&lt;/a&gt;&amp;#039;s &lt;a href=&quot;https://en.wikipedia.org/wiki/HTML_element&quot; class=&quot;extiw&quot; title=&quot;w:HTML element&quot;&gt;{{tag|ul}} list&lt;/a&gt;. A typical application is within captions, where the equivalent &lt;a href=&quot;/index.php?title=Help:Wikitext&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Help:Wikitext (page does not exist)&quot;&gt;wiki markup&lt;/a&gt; (aster...&amp;quot;&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;
{{Lua|Module:List}}&lt;br /&gt;
{{Template shortcuts|clear=right|blist|bulleted|ulist|unordered list}}&lt;br /&gt;
&amp;lt;!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This template may be used to generate a [[w:bulleted list|bulleted list]] in similar vein to [[w:HTML|HTML]]&amp;#039;s [[w:HTML element|{{tag|ul}} list]]. A typical application is within captions, where the equivalent [[Help:Wikitext|wiki markup]] (asterisks at the starts of new lines) may be awkward or impossible to use.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{bulleted list |item1 |item2 |...}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
* Positional parameters (&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt;...) – these are the list items. If no list items are present, the module will output nothing.&lt;br /&gt;
* &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; – a custom class for the {{tag|div}} tags surrounding the list, e.g. &amp;lt;code&amp;gt;plainlinks&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;style&amp;lt;/code&amp;gt; – a custom css style for the {{tag|div}} tags surrounding the list, e.g. &amp;lt;code&amp;gt;font-size: 90%;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;list_style&amp;lt;/code&amp;gt; – a custom css style for the list itself. The format is the same as for the {{para|style}} parameter.&lt;br /&gt;
* &amp;lt;code&amp;gt;item_style&amp;lt;/code&amp;gt; – a custom css style for all of the list items (the {{tag|li}} tags). The format is the same as for the {{para|style}} parameter.&lt;br /&gt;
* &amp;lt;code&amp;gt;item1_style&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;item2_style&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;item3_style&amp;lt;/code&amp;gt;... – custom css styles for each of the list items. The format is the same as for the {{para|style}} parameter.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
[[File:Example.png|thumb|100px|{{bulleted list |one |two |three}}]]&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Example.png|thumb|100px|{{bulleted list |one |two |three}}]]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{HTML lists}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Add categories below this line, and interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:List formatting and function templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Catrone3</name></author>
	</entry>
</feed>