<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.caricature.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ATemplate_parameter_usage%2Fdoc</id>
	<title>Template:Template parameter usage/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.caricature.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ATemplate_parameter_usage%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://wiki.caricature.org/wiki/index.php?title=Template:Template_parameter_usage/doc&amp;action=history"/>
	<updated>2026-05-14T06:29:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>http://wiki.caricature.org/wiki/index.php?title=Template:Template_parameter_usage/doc&amp;diff=3109&amp;oldid=prev</id>
		<title>TheChairman: 1 revision imported: Modules from InfoboxPerson</title>
		<link rel="alternate" type="text/html" href="http://wiki.caricature.org/wiki/index.php?title=Template:Template_parameter_usage/doc&amp;diff=3109&amp;oldid=prev"/>
		<updated>2020-05-17T00:26:59Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Modules from InfoboxPerson&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 00:26, 17 May 2020&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>TheChairman</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.caricature.org/wiki/index.php?title=Template:Template_parameter_usage/doc&amp;diff=3108&amp;oldid=prev</id>
		<title>en&gt;BoldLuis at 15:52, 8 May 2020</title>
		<link rel="alternate" type="text/html" href="http://wiki.caricature.org/wiki/index.php?title=Template:Template_parameter_usage/doc&amp;diff=3108&amp;oldid=prev"/>
		<updated>2020-05-08T15:52:16Z</updated>

		<summary type="html">&lt;p&gt;&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 place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
{{shortcut|1=WP:TPU}}&lt;br /&gt;
The [https://bambots.brucemyers.com/TemplateParam.php Template Parameters tool] is available for viewing template parameter usage in articles. It works with [[Wikipedia:TemplateData|TemplateData]] to show the frequency of parameter name usage in a template's mainspace transclusions, along with whether or not each parameter is listed in that template's TemplateData code as a supported parameter. For a required parameter, it can display a list of pages where the template is missing that parameter. The tool also shows commonly used values for each parameter. Each report is updated monthly and does not reflect changes made to articles or to the TemplateData code after the report's generation.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
By default, the template links for the template page: &lt;br /&gt;
:&amp;lt;nowiki&amp;gt;{{Template parameter usage}}&amp;lt;/nowiki&amp;gt; &amp;amp;rarr; {{Template parameter usage}} &lt;br /&gt;
One can enter a template name:&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;{{Template parameter usage|Infobox film}}&amp;lt;/nowiki&amp;gt; &amp;amp;rarr; {{Template parameter usage|Infobox film}} &lt;br /&gt;
&lt;br /&gt;
Optional:&lt;br /&gt;
* {{para|lc|yes}} for lowercase &amp;quot;see&amp;quot;:  {{Template parameter usage|lc=yes|Infobox film}} &lt;br /&gt;
* Entering {{para|1|Template:Infobox film}} is accepted (namespace is removed). Editor friendly, using a positional parameter.&lt;br /&gt;
* When {{para|1}} is used, &amp;quot;this template&amp;quot; text changes: &amp;amp;rarr; {{Template parameter usage|1=Infobox film}}&lt;br /&gt;
* {{para|label}} sets the visible text (does not change the link):&lt;br /&gt;
::{{para|label}} default &amp;amp;rarr; {{Template parameter usage|1=Infobox film}}&lt;br /&gt;
::{{para|label|none}} &amp;amp;rarr; {{Template parameter usage|1=Infobox film|label=none}}&lt;br /&gt;
::{{para|label|for}} &amp;amp;rarr; {{Template parameter usage|1=Infobox film|label=for}}&lt;br /&gt;
::{{para|label|FooBar}} &amp;amp;rarr; {{Template parameter usage|1=Infobox film|label=FooBar}}&lt;br /&gt;
&lt;br /&gt;
The template is included in transclusions of {{Tl|TemplateData header}}.&lt;br /&gt;
&lt;br /&gt;
== Error reports ==&lt;br /&gt;
&lt;br /&gt;
{{tl|Template parameter usage}}&lt;br /&gt;
&lt;br /&gt;
By default, it links a report for the template-page being viewed. To link a report for a different template-page, pass it as the first parameter:&lt;br /&gt;
&lt;br /&gt;
:{{tlx|Template parameter usage|Example}} makes a link to the error report for [[Template:Example]]:&lt;br /&gt;
&lt;br /&gt;
:{{Template parameter usage|Example}}&lt;br /&gt;
&lt;br /&gt;
The first character can be made lowercase to follow on at the end of a sentence:&lt;br /&gt;
:&amp;lt;code&amp;gt;Blah, {{tlp|Template parameter usage|2=lc=yes}}&amp;lt;/code&amp;gt; → Blah, {{Template parameter usage|lc=yes}}&lt;br /&gt;
&lt;br /&gt;
==TemplateData==&lt;br /&gt;
{{TemplateData header}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {},&lt;br /&gt;
		&amp;quot;lc&amp;quot;: {}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
* {{tl|TemplateData header}} -- major user of this template&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:External link templates]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>en&gt;BoldLuis</name></author>
		
	</entry>
</feed>