<?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%3ACollapsible_option%2Fdoc</id>
	<title>Template:Collapsible option/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%3ACollapsible_option%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Collapsible_option/doc&amp;action=history"/>
	<updated>2026-06-07T20:14: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:Collapsible_option/doc&amp;diff=6836&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Collapsible_option/doc&amp;diff=6836&amp;oldid=prev"/>
		<updated>2014-04-26T06:14:42Z</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:14, 26 April 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:Collapsible_option/doc&amp;diff=6835&amp;oldid=prev</id>
		<title>Sardanaphalus: whitesmoke</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Collapsible_option/doc&amp;diff=6835&amp;oldid=prev"/>
		<updated>2014-04-18T13:48:43Z</updated>

		<summary type="html">&lt;p&gt;whitesmoke&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 METADATA TO THE &amp;lt;includeonly&amp;gt; SECTION AT THE BOTTOM OF THIS PAGE---&amp;gt;&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{collapsible option}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; template gives a standardised message for [[Wikipedia:Transclusion|transclusion]] on template pages whose templates include a ''state'' parameter (through which their collapsibility may be managed).&lt;br /&gt;
&lt;br /&gt;
It may be used on either the template page itself (wrapped within &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; tags), or on the template's {{tl|documentation subpage}}.&lt;br /&gt;
&lt;br /&gt;
===Indicating optional use of ''state'' name===&lt;br /&gt;
If, in a template where {{tlc|collapsible option}} has been transcluded, that template's ''state'' parameter has been enabled such that it need not be named when the template is called{{spaced ndash}}i.e., the ''state'' parameter includes &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{1| }}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, e.g.:&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;|state = {{{state|{{{1|}}}}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
: or&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;|state = {{{state|{{{1|&amp;lt;noinclude&amp;gt;expanded&amp;lt;/noinclude&amp;gt;}}}}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
: etc&lt;br /&gt;
then...&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{collapsible option |statename=optional}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
...removes the instances of {{para|state}} from the {{tlc|collapsible option}} message, meaning it will appear as:&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;background:whitesmoke;&amp;quot;&amp;gt;&lt;br /&gt;
{{collapsible option |statename=optional}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Changing default===&lt;br /&gt;
To change the ''state'' default from &amp;quot;autocollapse&amp;quot;, use either &amp;quot;collapsed&amp;quot; or &amp;quot;expanded&amp;quot;, as in the following:&lt;br /&gt;
{{clear}}&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{collapsible option |state=collapsed}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
This will appear as:&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;background:whitesmoke;&amp;quot;&amp;gt;&lt;br /&gt;
{{collapsible option |state=collapsed}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
	 &lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|Collapsible lists option}}&lt;br /&gt;
* {{tl|Collapsible sections option}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Wikipedia metatemplates]]&lt;br /&gt;
&lt;br /&gt;
[[es:Plantilla:Opción plegable]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sardanaphalus</name></author>
		
	</entry>
</feed>