<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://everwind.jandenhale.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ADocparam%2Fdoc</id>
	<title>Template:Docparam/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://everwind.jandenhale.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ADocparam%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://everwind.jandenhale.com/index.php?title=Template:Docparam/doc&amp;action=history"/>
	<updated>2026-08-07T18:58:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.5</generator>
	<entry>
		<id>http://everwind.jandenhale.com/index.php?title=Template:Docparam/doc&amp;diff=20108&amp;oldid=prev</id>
		<title>Castus: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://everwind.jandenhale.com/index.php?title=Template:Docparam/doc&amp;diff=20108&amp;oldid=prev"/>
		<updated>2021-05-21T03:13:16Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&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: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 03:13, 21 May 2021&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>Castus</name></author>
	</entry>
	<entry>
		<id>http://everwind.jandenhale.com/index.php?title=Template:Docparam/doc&amp;diff=20107&amp;oldid=prev</id>
		<title>en&gt;Jundie: Created page with &quot;&lt;noinclude&gt;{{Documentationpage}}&lt;/noinclude&gt; Template for standardized formatting of template parameters in template documentation.   ==Usage...&quot;</title>
		<link rel="alternate" type="text/html" href="http://everwind.jandenhale.com/index.php?title=Template:Docparam/doc&amp;diff=20107&amp;oldid=prev"/>
		<updated>2011-12-28T08:39:37Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;noinclude&amp;gt;{{Documentationpage}}&amp;lt;/noinclude&amp;gt; Template for standardized formatting of template parameters in &lt;a href=&quot;/index.php/Category:Template_documentation&quot; title=&quot;Category:Template documentation&quot;&gt;template documentation&lt;/a&gt;.   ==Usage...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Documentationpage}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
Template for standardized formatting of template parameters in [[:Category:Template documentation|template documentation]]. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Docparam|name=parameter|req=yes|desc=description}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
{{Docparam|name=&amp;lt;unnamed 1&amp;gt; // name|req=yes|default=|desc=&lt;br /&gt;
Name of the parameter(s). Certain strings are automatically translated to allow for specification of alternative choices or parameter ranges. &lt;br /&gt;
&lt;br /&gt;
Translated strings (all of these need to be enclosed by spaces):&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; is converted to a dash with spaces around it (&amp;quot; - &amp;quot;); used to indicate parameter ranges (e.g. &amp;quot;game1 - game5&amp;quot;).&lt;br /&gt;
* &amp;lt;code&amp;gt;//&amp;lt;/code&amp;gt; is converted to &amp;quot; or &amp;quot;; used for alternative choices (e.g. &amp;quot;&amp;lt;unnamed 1&amp;gt; or title&amp;quot;).&lt;br /&gt;
* &amp;lt;code&amp;gt;++&amp;lt;/code&amp;gt; is converted to a comma with a trailing space (&amp;quot;, &amp;quot;); used for listing parameters which are separate but work the same (e.g. &amp;quot;contentA1, contentB1&amp;quot;).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Docparam|name=default ++ default2|req=no|default=|desc=&lt;br /&gt;
The default value(s) of the parameter.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Docparam|name=desc|req=yes|default=|desc=&lt;br /&gt;
Description of the parameter.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Docparam|name=req|req=semi|default=yes|desc=&lt;br /&gt;
Specifies whether this parameter is required for the template to function.&lt;br /&gt;
&lt;br /&gt;
Available options:&lt;br /&gt;
*&amp;#039;&amp;#039;no&amp;#039;&amp;#039;: Completely optional.&lt;br /&gt;
*&amp;#039;&amp;#039;semi&amp;#039;&amp;#039;: Parameter is required in certain circumstances but optional in others. For a range of parameters (set via &amp;lt;code&amp;gt;up to&amp;lt;/code&amp;gt;, this means that at least one of them is required.&lt;br /&gt;
*&amp;#039;&amp;#039;yes&amp;#039;&amp;#039;: Always required.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Copy/paste==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Docparam|name=|req=|default=|desc=&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Docparam|name=parameter|req=yes|default=|desc=&lt;br /&gt;
Description&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
results in:&lt;br /&gt;
{{Docparam|name=parameter|req=yes|default=|desc=&lt;br /&gt;
Description&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Advanced===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Docparam|name=parameter // alternative ++ similar1 &amp;gt;&amp;gt; similar3|req=no|default=default setting|desc=&lt;br /&gt;
Description&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
results in:&lt;br /&gt;
{{Docparam|name=parameter // alternative ++ similar1 &amp;gt;&amp;gt; similar3|req=no|default=default setting|desc=&lt;br /&gt;
Description&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>en&gt;Jundie</name></author>
	</entry>
</feed>