<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nl">
	<id>https://informatiestandaarden.test-nictiz.nl/index.php?action=history&amp;feed=atom&amp;title=Sjabloon%3ACollapsible_list%2Fdoc</id>
	<title>Sjabloon:Collapsible list/doc - Bewerkingsoverzicht</title>
	<link rel="self" type="application/atom+xml" href="https://informatiestandaarden.test-nictiz.nl/index.php?action=history&amp;feed=atom&amp;title=Sjabloon%3ACollapsible_list%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:Collapsible_list/doc&amp;action=history"/>
	<updated>2026-04-29T02:15:17Z</updated>
	<subtitle>Bewerkingsoverzicht voor deze pagina op de wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:Collapsible_list/doc&amp;diff=1500&amp;oldid=prev</id>
		<title>Ahenket: Nieuwe pagina aangemaakt met &#039;{{documentation subpage}}  This template produces a collapsible list. It is possible to set CSS styles for the &quot;frame&quot; (the {{tag|div}} tags surrounding the lis...&#039;</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:Collapsible_list/doc&amp;diff=1500&amp;oldid=prev"/>
		<updated>2013-07-17T19:18:10Z</updated>

		<summary type="html">&lt;p&gt;Nieuwe pagina aangemaakt met &amp;#039;{{documentation subpage}}  This template produces a collapsible list. It is possible to set &lt;a href=&quot;/index.php?title=CSS&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;CSS (de pagina bestaat niet)&quot;&gt;CSS&lt;/a&gt; styles for the &amp;quot;frame&amp;quot; (the {{tag|div}} tags surrounding the lis...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nieuwe pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
&lt;br /&gt;
This template produces a collapsible list. It is possible to set [[CSS]] styles for the &amp;quot;frame&amp;quot; (the {{tag|div}} tags surrounding the list), for the list title, and for the list items. The template supports an unlimited number of list items.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre style=&amp;quot;font-size:95%;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{collapsible list&lt;br /&gt;
 |expand     = &amp;lt;!--(optional)--&amp;gt;&lt;br /&gt;
 |framestyle = &amp;lt;!--(optional)--&amp;gt;&lt;br /&gt;
 |titlestyle = &amp;lt;!--(optional)--&amp;gt;&lt;br /&gt;
 |title = &lt;br /&gt;
 |liststyle  = &amp;lt;!--(optional)--&amp;gt;&lt;br /&gt;
 |hlist      = &amp;lt;!--(optional)--&amp;gt;&lt;br /&gt;
 |bullets    = &amp;lt;!--(optional)--&amp;gt;&lt;br /&gt;
 | [1 = ]      &amp;lt;!--(First item in list; the &amp;quot;1 =&amp;quot; is usually optional)--&amp;gt;&lt;br /&gt;
 | [2 = ]      &amp;lt;!--(Second item in list; ditto)--&amp;gt;&lt;br /&gt;
 | [3 = ]      &amp;lt;!--(Third item in list; etc.)---&amp;gt;&lt;br /&gt;
 | ...&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;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;expand&amp;lt;/code&amp;gt; - specifying &amp;lt;code&amp;gt;expand = true&amp;lt;/code&amp;gt;, or any non-blank value, will set the default state to expanded.&lt;br /&gt;
* &amp;lt;code&amp;gt;framestyle&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;titlestyle&amp;lt;/code&amp;gt; - a custom css style for the {{tag|div}} tags surrounding the title.&lt;br /&gt;
* &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; - the list title.&lt;br /&gt;
* &amp;lt;code&amp;gt;titlestyle&amp;lt;/code&amp;gt; - a custom css style for the {{tag|ul}} tags surrounding the list.&lt;br /&gt;
* &amp;lt;code&amp;gt;hlist&amp;lt;/code&amp;gt; - specifying &amp;lt;code&amp;gt;hlist = true&amp;lt;/code&amp;gt;, or any non-blank value, will cause the template to output a horizontal list.&lt;br /&gt;
* &amp;lt;code&amp;gt;bullets&amp;lt;/code&amp;gt; - specifying &amp;lt;code&amp;gt;bullets = true&amp;lt;/code&amp;gt;, or any non-blank value, will cause the template to produce bullets for each list item.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&amp;lt;pre style=&amp;quot;font-size:95%;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{collapsible list &lt;br /&gt;
 | title = [[European Free Trade Association]] Members &lt;br /&gt;
 | [[Iceland]] &lt;br /&gt;
 | [[Liechtenstein]] &lt;br /&gt;
 | [[Norway]] &lt;br /&gt;
 | [[Switzerland]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{collapsible list |title=[[European Free Trade Association]] Members |[[Iceland]] |[[Liechtenstein]] |[[Norway]] |[[Switzerland]]}}&lt;br /&gt;
&lt;br /&gt;
===Example of a list without borders because it&amp;#039;s within an infobox===&lt;br /&gt;
In these examples, the fields leader_name2 and leader_name3 have been changed to use collapsible list.&lt;br /&gt;
{{Infobox settlement&lt;br /&gt;
|official_name     = City of Hamilton&lt;br /&gt;
|motto             = Together Aspire - Together Achieve&lt;br /&gt;
|image_skyline     = HamiltonOntarioSkylineC.JPG&lt;br /&gt;
|imagesize         = 250px&lt;br /&gt;
|image_caption     = &lt;br /&gt;
|image_map         = Map of Ontario HAMILTON.svg&lt;br /&gt;
|mapsize           = 200px&lt;br /&gt;
|map_caption       = Location in the province of Ontario, Canada&lt;br /&gt;
|subdivision_type  = Country&lt;br /&gt;
|subdivision_name  = [[Canada]]&lt;br /&gt;
|subdivision_type1 = [[Provinces and territories of Canada|Province]]&lt;br /&gt;
|subdivision_name1 = [[Ontario]]&lt;br /&gt;
|leader_title      = [[Mayor]]&lt;br /&gt;
|leader_name       = [[Fred Eisenberger]]&lt;br /&gt;
|leader_title1     = [[City Council]]&lt;br /&gt;
|leader_name1      = [[Hamilton, Ontario City Council]]&lt;br /&gt;
|leader_title2     = [[Member of Parliament#Canada|MPs]]&lt;br /&gt;
|leader_name2      =&lt;br /&gt;
 {{Collapsible list&lt;br /&gt;
  |framestyle=border:none; padding:0; &amp;lt;!--Hides borders and improves row spacing--&amp;gt;&lt;br /&gt;
  |title=List of MPs&lt;br /&gt;
  |1=[[Dean Allison]] |2=[[Chris Charlton]] |3=[[David Christopherson]] |4=[[Wayne Marston]] |5=[[David Sweet]]&lt;br /&gt;
 }}&lt;br /&gt;
|leader_title3     = [[Member of Provincial Parliament (Ontario)|MPPs]]&lt;br /&gt;
|leader_name3      =&lt;br /&gt;
 {{Collapsible list&lt;br /&gt;
  |framestyle=border:none; padding:0; &amp;lt;!--as above--&amp;gt;&lt;br /&gt;
  |title=List of MPPs&lt;br /&gt;
  |1=[[Marie Bountrogianni]] |2=[[Andrea Horwath]] |3=[[Judy Marsales]] |4=[[Ted McMeekin]] |5=[[Jennifer Mossop]]&lt;br /&gt;
 }}&lt;br /&gt;
|established_title = [[Municipal corporation|Incorporated]]&lt;br /&gt;
|established_date  = June 9, 1846&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;font-size:95%; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox settlement&lt;br /&gt;
|official_name     = City of Hamilton&lt;br /&gt;
 ...truncated... &lt;br /&gt;
|leader_title      = [[Mayor]]&lt;br /&gt;
|leader_name       = [[Fred Eisenberger]]&lt;br /&gt;
|leader_title1     = [[City Council]]&lt;br /&gt;
|leader_name1      = [[Hamilton City Council]]&lt;br /&gt;
|leader_title2     = [[Member of Parliament (Canada)|MPs]]&lt;br /&gt;
|leader_name2      =&lt;br /&gt;
 {{Collapsible list&lt;br /&gt;
  |framestyle=border:none; padding:0; &amp;lt;!--Hides borders and improves row spacing--&amp;gt;&lt;br /&gt;
  |title=List of MPs&lt;br /&gt;
  |1=[[Dean Allison]] |2=[[Chris Charlton]] |3=[[David Christopherson]] |4=[[Wayne Marston]] |5=[[David Sweet]]&lt;br /&gt;
 }}&lt;br /&gt;
|leader_title3     = [[Member of Provincial Parliament (Ontario)|MPPs]]&lt;br /&gt;
|leader_name3      =&lt;br /&gt;
 {{Collapsible list&lt;br /&gt;
  |framestyle=border:none; padding:0; &amp;lt;!--as above--&amp;gt;&lt;br /&gt;
  |title=List of MPPs&lt;br /&gt;
  |1=[[Marie Bountrogianni]] |2=[[Andrea Horwath]] |3=[[Judy Marsales]] |4=[[Ted McMeekin]] |5=[[Jennifer Mossop]]&lt;br /&gt;
 }}&lt;br /&gt;
|established_title = [[Municipal corporation|Incorporated]]&lt;br /&gt;
|established_date  = June 9, 1846&lt;br /&gt;
 (...etc...)&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox||&lt;br /&gt;
[[Category:Collapse templates]]&lt;br /&gt;
[[Category:List templates|Collapsible]]&lt;br /&gt;
[[Category:Wikipedia list formatting templates]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ahenket</name></author>
	</entry>
</feed>