<?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%3ACite_letter%2Fdoc</id>
	<title>Template:Cite letter/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%3ACite_letter%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://projectmailer.net/index.php?title=Template:Cite_letter/doc&amp;action=history"/>
	<updated>2026-04-22T19:21:14Z</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:Cite_letter/doc&amp;diff=8305&amp;oldid=prev</id>
		<title>Grlucas: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://projectmailer.net/index.php?title=Template:Cite_letter/doc&amp;diff=8305&amp;oldid=prev"/>
		<updated>2019-05-07T18:38:05Z</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 14:38, 7 May 2019&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-8304:rev-8305 --&gt;
&lt;/table&gt;</summary>
		<author><name>Grlucas</name></author>
	</entry>
	<entry>
		<id>https://projectmailer.net/index.php?title=Template:Cite_letter/doc&amp;diff=8304&amp;oldid=prev</id>
		<title>en&gt;Mxn at 22:53, 8 July 2018</title>
		<link rel="alternate" type="text/html" href="https://projectmailer.net/index.php?title=Template:Cite_letter/doc&amp;diff=8304&amp;oldid=prev"/>
		<updated>2018-07-08T22:53:42Z</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;
{{cs1 wrapper|type=meta|base=Cite news}}&lt;br /&gt;
==Purpose==&lt;br /&gt;
This template allows for the easy citing and linking to of [[letter (message)|letter]]s.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&lt;br /&gt;
===Horizontal===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cite letter |first= |last= |recipient= |subject= |language= |date= |url= |accessdate= |author-mask= |ref= }}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Vertical===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cite letter&lt;br /&gt;
| first = &lt;br /&gt;
| last = &lt;br /&gt;
| recipient = &lt;br /&gt;
| subject = &lt;br /&gt;
| language = &lt;br /&gt;
| date = &lt;br /&gt;
| type = &lt;br /&gt;
| url = &lt;br /&gt;
| accessdate = &lt;br /&gt;
| author-mask = &lt;br /&gt;
| ref = &lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===All parameters specified===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cite letter&lt;br /&gt;
| first = Harry&lt;br /&gt;
| last = Anduze&lt;br /&gt;
| recipient = Leo Díaz&lt;br /&gt;
| subject = RE: P. de la C. 1422&lt;br /&gt;
| language = Spanish&lt;br /&gt;
| date = {{date|1995-02-28|mdy}}&lt;br /&gt;
| url = http://www.oslpr.org/1993-1996/A1U0VX96.pdf&lt;br /&gt;
| accessdate = {{date|2013-08-04|mdy}}&lt;br /&gt;
| author-mask = 1&lt;br /&gt;
| ref = harv&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
can be linked from {{harvnb|Anduze|1995}} and will display as:&lt;br /&gt;
&lt;br /&gt;
{{cite letter&lt;br /&gt;
| first = Harry&lt;br /&gt;
| last = Anduze&lt;br /&gt;
| recipient = Leo Díaz&lt;br /&gt;
| subject = RE: P. de la C. 1422&lt;br /&gt;
| language = Spanish&lt;br /&gt;
| date = {{date|1995-02-28|mdy}}&lt;br /&gt;
| url = http://www.oslpr.org/1993-1996/A1U0VX96.pdf&lt;br /&gt;
| accessdate = {{date|2013-08-04|mdy}}&lt;br /&gt;
| author-mask = 1&lt;br /&gt;
| ref = harv&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Required parameters only===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{cite letter&lt;br /&gt;
| first = Harry&lt;br /&gt;
| last = Anduze&lt;br /&gt;
| recipient = Leo Díaz&lt;br /&gt;
| subject = RE: P. de la C. 1422&lt;br /&gt;
| date = {{date|1995-02-28|mdy}}&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will display as:&lt;br /&gt;
&lt;br /&gt;
{{cite letter&lt;br /&gt;
| first = Harry&lt;br /&gt;
| last = Anduze&lt;br /&gt;
| recipient = Leo Díaz&lt;br /&gt;
| subject = RE: P. de la C. 1422&lt;br /&gt;
| date = {{date|1995-02-28|mdy}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Parameter&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Requirement&lt;br /&gt;
|-&lt;br /&gt;
| {{code|first}}&lt;br /&gt;
| the first name (and optionally the middle name) of the author&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|last}}&lt;br /&gt;
| the last name of the author&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|author}}&lt;br /&gt;
| the author&amp;#039;s name (used for corporate authors or authors whose name begins with a surname)&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|author-link}}&lt;br /&gt;
| title of existing Wikipedia article about the author&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|recipient}}&lt;br /&gt;
| to whom was the letter addressed to (the intended recipient of the letter)&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;required&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|subject}}&lt;br /&gt;
| the subject of the letter&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;required&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|language}}&lt;br /&gt;
| language in which the letter was written&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|date}}&lt;br /&gt;
| date the letter was sent&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;required&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|url}}&lt;br /&gt;
| URL hosting a copy of the letter&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|format}}&lt;br /&gt;
| the format of a linked copy of the letter (use if the letter is in a PDF file, for example)&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|location}}&lt;br /&gt;
| publication/authorship location&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|publisher}}&lt;br /&gt;
| organization, corporation or agency publishing the letter&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|accessdate}}&lt;br /&gt;
| date the URL hosting the letter was accessed successfully&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|archiveurl}}&lt;br /&gt;
| URL hosting an archived copy of the letter&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|archivedate}}&lt;br /&gt;
| date an archive was made&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|deadurl}}&lt;br /&gt;
| set to &amp;lt;code&amp;gt;no&amp;lt;/code&amp;gt; if the original URL is not dead and the main link will still be used; otherwise omit and the subject of the letter will link to the archived copy&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|author-mask}}&lt;br /&gt;
| set to &amp;lt;code&amp;gt;&amp;#039;&amp;#039;n&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; to replace author name by the specified number of em dashes&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|ref}}&lt;br /&gt;
| set to &amp;lt;code&amp;gt;harv&amp;lt;/code&amp;gt; to generate a citation anchor from &amp;lt;code&amp;gt;last&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt; parameters, or to a specific anchor&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|mode}}&lt;br /&gt;
| set to &amp;lt;code&amp;gt;cs2&amp;lt;/code&amp;gt; to emulate [[Help:Citation Style 2|Citation Style 2]], which is the formatting style used by {{tl|citation}}&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{code|id}}&lt;br /&gt;
| an ID number for the letter&lt;br /&gt;
| &amp;#039;&amp;#039;optional&amp;#039;&amp;#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>en&gt;Mxn</name></author>
	</entry>
</feed>