<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://4apedia.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AUnbulleted_list%2Fdoc</id>
	<title>Template:Unbulleted list/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://4apedia.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AUnbulleted_list%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://4apedia.com/index.php?title=Template:Unbulleted_list/doc&amp;action=history"/>
	<updated>2026-04-29T10:32:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://4apedia.com/index.php?title=Template:Unbulleted_list/doc&amp;diff=1111&amp;oldid=prev</id>
		<title>Amycjgrace: Created page with &quot;{{Documentation subpage}} &lt;!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata). --&gt; &lt;includeonly...&quot;</title>
		<link rel="alternate" type="text/html" href="https://4apedia.com/index.php?title=Template:Unbulleted_list/doc&amp;diff=1111&amp;oldid=prev"/>
		<updated>2018-07-23T00:44:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation subpage}} &amp;lt;!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: &lt;a href=&quot;https://en.wikipedia.org/wiki/Wikidata&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Wikidata&quot;&gt;Wikipedia:Wikidata&lt;/a&gt;). --&amp;gt; &amp;lt;includeonly...&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;
&amp;lt;!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: [[Wikipedia:Wikidata]]). --&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{High-risk| 470000+ }}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{{Template shortcuts|ubl|ubt|ublist|unbullet}}&lt;br /&gt;
{{stack|{{Lua|Module:List}}}}&lt;br /&gt;
This template creates [[WP:UBLIST|unbulleted lists]]. Each item in the list may have [[CSS]] styles added to it individually, by appending a numbered parameter.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
'''Basic usage'''&lt;br /&gt;
{{pre2|&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;unbulleted list&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;''first item''&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;''second item''&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;''third item''&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;...&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
'''All parameters'''&lt;br /&gt;
{{pre2|&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;unbulleted list&lt;br /&gt;
&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;''first item''&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;''second item''&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;''third item''&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;...&lt;br /&gt;
&amp;lt;nowiki&amp;gt;|class     = &amp;lt;/nowiki&amp;gt;''class''&lt;br /&gt;
&amp;lt;nowiki&amp;gt;|style     = &amp;lt;/nowiki&amp;gt;''style''&lt;br /&gt;
&amp;lt;nowiki&amp;gt;|list_style  = &amp;lt;/nowiki&amp;gt;''style for ul tag''&lt;br /&gt;
&amp;lt;nowiki&amp;gt;|item_style  = &amp;lt;/nowiki&amp;gt;''style for all li tags''&lt;br /&gt;
&amp;lt;nowiki&amp;gt;|item1_style = &amp;lt;/nowiki&amp;gt;''style for first li tag''&amp;lt;nowiki&amp;gt; |item2_style = &amp;lt;/nowiki&amp;gt;''style for second li tag''&amp;lt;nowiki&amp;gt; |&amp;lt;/nowiki&amp;gt;...&lt;br /&gt;
&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
&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 {{tag|ul}} tags around the list. 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;
=== Example ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 80%;&amp;quot; | Code !! Result&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Unbulleted list|entry1|entry2|entry3|entry4|entry5&amp;lt;/nowiki&amp;gt;{{wbr}}&amp;lt;nowiki&amp;gt;|entry6|entry7|entry8|entry9}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| {{Unbulleted list|entry1|entry2|entry3|entry4|entry5|entry6|entry7|entry8|entry9}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Unbulleted list|Winner|Runner-up|Third place|item_style=color:blue;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| {{Unbulleted list|Winner|Runner-up|Third place|item_style=color:blue;}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Unbulleted list|Winner|Runner-up|Third place|item1_style=background-color:yellow;|item2_style=background-color:silver;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| {{Unbulleted list|Winner|Runner-up|Third place|item1_style=background-color:yellow;|item2_style=background-color:silver;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Controlling line-breaking ===&lt;br /&gt;
Template {{tlx|nbsp}} may be used with {{tlx|wbr}} and {{tlx|nowrap}} to control line-breaking in bulletless lists, to prevent wrapped long entries from being confused with multiple entries. See [[Template:Wbr/doc#Controlling line-breaking in infoboxes]] for details.&lt;br /&gt;
&lt;br /&gt;
==Technical details==&lt;br /&gt;
{{tl|Unbulleted list}} works by constructing a [[span and div|div]] with the [[Cascading Style Sheets|CSS]] class &amp;quot;plainlist&amp;quot; which has the following style (see [[MediaWiki:Common.css]]):&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
.plainlist ul {&lt;br /&gt;
    line-height: inherit;&lt;br /&gt;
    list-style: none none;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
.plainlist ul li {&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Wikitext&lt;br /&gt;
! Expanded template&lt;br /&gt;
! HTML&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| class=&amp;quot;nowrap | &amp;lt;pre&amp;gt;&lt;br /&gt;
{{Unbulleted list&lt;br /&gt;
| Example 1&lt;br /&gt;
| Example 2&lt;br /&gt;
| Example 3&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
| &amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;plainlist&amp;quot;&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Example 1&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Example 2&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Example 3&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
| class=&amp;quot;nowrap | &amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;plainlist&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Example 1&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Example 2&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Example 3&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|plainlist}} – essentially the same but uses &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;|* ... * ... * ...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;| ... | ... | ...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* {{tl|flatlist}} and {{tl|hlist}} (replacements for comma- or dash-separated lists)&lt;br /&gt;
* {{tl|bulleted list}}&lt;br /&gt;
* {{tl|ordered list}}&lt;br /&gt;
&lt;br /&gt;
{{Navbox lists}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories go below this line, please; interwikis go to Wikidata, thank you! --&amp;gt;&lt;br /&gt;
[[Category:List formatting and function templates]]&lt;br /&gt;
[[Category:Semantic markup templates]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amycjgrace</name></author>
		
	</entry>
</feed>