<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.badwolfmc.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AParameter_names_example%2Fdoc</id>
	<title>Template:Parameter names example/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.badwolfmc.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AParameter_names_example%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.badwolfmc.com/w/index.php?title=Template:Parameter_names_example/doc&amp;action=history"/>
	<updated>2026-05-07T16:55:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.badwolfmc.com/w/index.php?title=Template:Parameter_names_example/doc&amp;diff=4630&amp;oldid=prev</id>
		<title>Merc: Created page with &quot;{{Documentation subpage}} {{High-use}} &lt;!----Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)----&gt; {{Lua|Module:Parameter names example}}  {{Template redirect|Generic template demo|Pnex}}  {{tl|Parameter names example}}&amp;nbsp;– or, alternatively, {{tl|Generic template demo}}&amp;nbsp;– is intended to assist template documentation by producing a generic instance of the te...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.badwolfmc.com/w/index.php?title=Template:Parameter_names_example/doc&amp;diff=4630&amp;oldid=prev"/>
		<updated>2025-05-04T07:24:12Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation subpage}} {{High-use}} &amp;lt;!----Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see &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; {{Lua|Module:Parameter names example}}  {{Template redirect|Generic template demo|Pnex}}  {{tl|Parameter names example}} – or, alternatively, {{tl|Generic template demo}} – is intended to assist &lt;a href=&quot;https://en.wikipedia.org/wiki/Template_documentation&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Template documentation&quot;&gt;template documentation&lt;/a&gt; by producing a generic instance of the te...&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;
{{High-use}}&lt;br /&gt;
&amp;lt;!----Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see [[Wikipedia:Wikidata]])----&amp;gt;&lt;br /&gt;
{{Lua|Module:Parameter names example}}&lt;br /&gt;
&lt;br /&gt;
{{Template redirect|Generic template demo|Pnex}}&lt;br /&gt;
&lt;br /&gt;
{{tl|Parameter names example}}&amp;amp;nbsp;– or, alternatively, {{tl|Generic template demo}}&amp;amp;nbsp;– is intended to assist [[Wikipedia:Template documentation|template documentation]] by producing a generic instance of the template that uses [[Help:Templates#Parameters|parameters&amp;#039; names]] as those parameters&amp;#039; values.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
An example wikitext to produce a demo for {{tl|Infobox}} (on the right):&lt;br /&gt;
&lt;br /&gt;
{{Parameter names example |_template=Infobox |title |above |subheader |subheader2 |image |caption |header1 |label2 |data2 |label3 |data3 |header4 |data5 |data6 |below}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Parameter names example&lt;br /&gt;
|_template=Infobox&lt;br /&gt;
|title |above |subheader |subheader2 |image |caption &lt;br /&gt;
|header1 |label2 |data2 |label3 |data3 |header4 &lt;br /&gt;
|data5 |data6 |below&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
When {{tlf|Parameter names example}} is used on an immediate subpage of its target template&amp;amp;nbsp;– e.g. on the target template&amp;#039;s /doc page&amp;amp;nbsp;– its own {{para|_template}} parameter identifying the target template may be omitted. In other words, the code above, if used on Template:Infobox/&amp;#039;&amp;#039;page&amp;#039;&amp;#039; (where &amp;#039;&amp;#039;page&amp;#039;&amp;#039; could be &amp;quot;doc&amp;quot;, &amp;quot;testcases&amp;quot;, etc.), would become:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Parameter names example&lt;br /&gt;
|title |above |subheader |subheader2 |image |caption &lt;br /&gt;
|header1 |label2 |data2 |label3 |data3 |header4 &lt;br /&gt;
|data5 |data6 |below&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One exception to this is the &amp;quot;sandbox&amp;quot; subpage. If the module is called from a page ending in &amp;quot;/sandbox&amp;quot;, it uses that page to generate the template output, not the base page. To override this behaviour you can specify the {{para|_template}} parameter explicitly.&lt;br /&gt;
&lt;br /&gt;
The formatting of the parameter names can be changed with the {{para|_display}} parameter. By default, the parameter names are shown in triple braces (the [[m:Help:Templates#Parameters|parameter standard]], e.g. {{{name}}}{{thin space}}), but if {{para|_display|italics}} or {{para|_display|italic}} is set, they are shown in italics.&lt;br /&gt;
&lt;br /&gt;
A custom value for a parameter may be supplied by using {{para|[parameter name]|[value]}} in place of &amp;lt;code&amp;gt;|[parameter name]&amp;lt;/code&amp;gt;. Any formatting for such a value&amp;amp;nbsp;– including, for instance, italics&amp;amp;nbsp;– must be supplied as part of the value (e.g. {{para|parameter|&amp;lt;nowiki&amp;gt;&amp;#039;&amp;#039;value&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&amp;lt;/nowiki&amp;gt;}}). Custom values cannot be used for parameters whose names begin with an underscore (&amp;quot;_&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Wikipedia:Template documentation]]&lt;br /&gt;
* [[Template:Parameters]] and [[Module:Parameters]] – generates a list of parameter names for a given template&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other|&lt;br /&gt;
| &amp;lt;!----Categories below this line, please; interwikis at Wikidata----&amp;gt;&lt;br /&gt;
[[Category:Wikipedia formatting templates]]&lt;br /&gt;
[[Category:Template namespace templates]]&lt;br /&gt;
[[Category:Documentation assistance templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merc</name></author>
	</entry>
</feed>