<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://projectmailer.net/index.php?action=history&amp;feed=atom&amp;title=Template%3APara%2Fdoc</id>
	<title>Template:Para/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://projectmailer.net/index.php?action=history&amp;feed=atom&amp;title=Template%3APara%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://projectmailer.net/index.php?title=Template:Para/doc&amp;action=history"/>
	<updated>2026-05-02T19:47:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://projectmailer.net/index.php?title=Template:Para/doc&amp;diff=1316&amp;oldid=prev</id>
		<title>Grlucas: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://projectmailer.net/index.php?title=Template:Para/doc&amp;diff=1316&amp;oldid=prev"/>
		<updated>2018-11-27T02:10:54Z</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;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:10, 26 November 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&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;!-- diff cache key projectmailer-mw5w_:diff:1.41:old-1315:rev-1316 --&gt;
&lt;/table&gt;</summary>
		<author><name>Grlucas</name></author>
	</entry>
	<entry>
		<id>https://projectmailer.net/index.php?title=Template:Para/doc&amp;diff=1315&amp;oldid=prev</id>
		<title>en&gt;Tang891228: Adjust the number of pages</title>
		<link rel="alternate" type="text/html" href="https://projectmailer.net/index.php?title=Template:Para/doc&amp;diff=1315&amp;oldid=prev"/>
		<updated>2018-02-18T21:36:58Z</updated>

		<summary type="html">&lt;p&gt;Adjust the number of pages&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-risk|1,400,000+}}&lt;br /&gt;
{{distinguish|Template:Paragraph break|Template:Param}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
This template is for giving examples of [[Wikipedia:Template messages|template]] parameter source code (useful in template documentation and talk page discussions of template code). It must have one or two parameters itself. The first parameter is the name of the example parameter to display (this may be &amp;#039;&amp;#039;empty&amp;#039;&amp;#039;, but it must be &amp;#039;&amp;#039;present&amp;#039;&amp;#039;), and the second (optional) parameter is a value for the first example parameter or, if the first {{tlx|para}} parameter is empty, an unnamed example parameter.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Code&lt;br /&gt;
! Result&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
 | {{tlx|para|name}}&lt;br /&gt;
 | {{para|name}}&lt;br /&gt;
 | &lt;br /&gt;
|-&lt;br /&gt;
 | {{tlx|para|title|&amp;amp;lt;var&amp;amp;gt;book title&amp;amp;lt;/var&amp;amp;gt;}}&lt;br /&gt;
 | {{para|title|&amp;lt;var&amp;gt;book title&amp;lt;/var&amp;gt;}}&lt;br /&gt;
 | &lt;br /&gt;
|-&lt;br /&gt;
 | {{tlx|para|2=&amp;lt;span style=&amp;quot;font-size:1pt;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;|3=section}}&lt;br /&gt;
 | {{para||section}}&lt;br /&gt;
 | For [[Help:Templates#Parameters|unnamed parameters]]; note empty first parameter in the code&lt;br /&gt;
|-&lt;br /&gt;
 | {{tlx|para|&amp;amp;lt;var&amp;amp;gt;parameter&amp;amp;lt;/var&amp;amp;gt;|&amp;amp;lt;var&amp;amp;gt;value&amp;amp;lt;/var&amp;amp;gt;}}&lt;br /&gt;
 | {{para|&amp;lt;var&amp;gt;parameter&amp;lt;/var&amp;gt;|&amp;lt;var&amp;gt;value&amp;lt;/var&amp;gt;}}&lt;br /&gt;
 | &lt;br /&gt;
|}&lt;br /&gt;
When using literal, pre-specified values, simply provide the value (as in the third example above). When illustrating hypothetical, variable, or user-definable values, use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;var&amp;gt;value&amp;lt;/var&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (as in the second example above). The same should be done for non-literal, example parameters (fourth example above).&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
See also the three tables below; they describe the family of approximately forty templates built for talking about templates. &lt;br /&gt;
&lt;br /&gt;
Here are some related templates or subjects not found in the tables:&lt;br /&gt;
* {{tl|Param}}&lt;br /&gt;
* {{tl|Parameter}}&lt;br /&gt;
* {{tl|tag}}, for providing a similar service, but for HTML tags&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This area creates a more user friendly gap to clearly isolate area for adding See also entries.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;{{Tl-nav}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox||&lt;br /&gt;
&amp;lt;!------CATEGORIES ETC HERE, PLEASE------&amp;gt;&lt;br /&gt;
[[Category:Typing-aid templates]]&lt;br /&gt;
[[Category:Wikipedia formatting and function templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>en&gt;Tang891228</name></author>
	</entry>
</feed>