<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMC%2FAutoArchive%2Fdoc</id>
	<title>Template:MC/AutoArchive/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMC%2FAutoArchive%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/AutoArchive/doc&amp;action=history"/>
	<updated>2026-04-10T15:39:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Template:MC/AutoArchive/doc&amp;diff=42358&amp;oldid=prev</id>
		<title>imported&gt;Anachronist: /* After you have set up archiving */ reword, spacing</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/AutoArchive/doc&amp;diff=42358&amp;oldid=prev"/>
		<updated>2025-08-18T04:09:08Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;After you have set up archiving: &lt;/span&gt; reword, spacing&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation header}}&lt;br /&gt;
&amp;lt;!-- documentation here --&amp;gt;&lt;br /&gt;
:&amp;#039;&amp;#039;Based on {{W|User:Lowercase sigmabot III/Archive HowTo|newtab=1}}&amp;#039;&amp;#039;&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Before setting up automatic archiving on a high-traffic article&amp;#039;s talk page, please establish a consensus that archiving is necessary there.&lt;br /&gt;
&lt;br /&gt;
If you are unsure what code to use, a suggestion: go to [[#Example 2: Incremental archives]] and have a look at its copy paste section.&lt;br /&gt;
&lt;br /&gt;
=== Setting up archiving ===&lt;br /&gt;
&lt;br /&gt;
Put the following template at the &amp;#039;&amp;#039;top&amp;#039;&amp;#039; of the page that you want automatically archived:&lt;br /&gt;
&lt;br /&gt;
{{Warning|The &amp;#039;&amp;#039;&amp;#039;exact&amp;#039;&amp;#039;&amp;#039; code below &amp;#039;&amp;#039;&amp;#039;won&amp;#039;t work&amp;#039;&amp;#039;&amp;#039;; please see the examples for possible options.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{AutoArchive&lt;br /&gt;
| algo    = old(...)&lt;br /&gt;
| archive = Name of archive page(s): To generate multiple pages over time, use variables, described below.&lt;br /&gt;
[other parameters - ***read below***]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Well, maybe &amp;#039;&amp;#039;&amp;#039;not exactly&amp;#039;&amp;#039;&amp;#039; that (read about required options below), but that&amp;#039;s how it&amp;#039;s done. By the way, [[:Template:AutoArchive|the template]] has &amp;#039;&amp;#039;&amp;#039;no content&amp;#039;&amp;#039;&amp;#039; and is template protected, so don&amp;#039;t worry about visual appearance.&lt;br /&gt;
&lt;br /&gt;
The bot expects to see exactly one parameter per line. The closing }} must be on its own line. There must be no leading spaces before the pipes, and no blank lines. If you drop out the newlines used in the above example, e.g. by wrapping the template invocation onto a single line, the bot may not do what you expect.&lt;br /&gt;
&lt;br /&gt;
Also, the template must be located:&lt;br /&gt;
# before the first &amp;lt;code&amp;gt;==second level header==&amp;lt;/code&amp;gt; on the page&lt;br /&gt;
# on the actual page and not transcluded from a subpage, such as a page header, etc.&lt;br /&gt;
&lt;br /&gt;
=== Quick examples ===&lt;br /&gt;
To get the hang of it – configuration may not be intuitive, but it&amp;#039;s flexible and gives potentially vast possibilities.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color:darkred;&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Please change &amp;quot;&amp;#039;&amp;#039;User talk:Example&amp;#039;&amp;#039;&amp;quot; to the &amp;#039;&amp;#039;exact&amp;#039;&amp;#039; name of your own page!&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color:darkgreen;&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;If it&amp;#039;s still not working, read about the &amp;quot;&amp;#039;&amp;#039;minthreadsleft&amp;#039;&amp;#039;&amp;quot; and &amp;quot;&amp;#039;&amp;#039;minthreadstoarchive&amp;#039;&amp;#039;&amp;quot; parameters below.&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Example 1: Static archive ====&lt;br /&gt;
{{Warning|While the simplest, this is probably not the best option – the second example is the most common.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{AutoArchive&lt;br /&gt;
| algo    = old(7d)&lt;br /&gt;
| archive = User talk:Example/Archive&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;(&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; this is an example and this exact code won&amp;#039;t work on your page.)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This setup archives threads from [[User talk:Example]] to [[User talk:Example/Archive]] after they are 7 days old (counting from newest timestamp). The archive &amp;#039;&amp;#039;&amp;#039;will freeze when it becomes 2000&amp;amp;nbsp;KB large&amp;#039;&amp;#039;&amp;#039;. It is probably not a useful config (unless for sending threads to a periodically cleaned trash bin or to decide yourself when to go to the next archive page), but it is easiest, so it is mentioned first.&lt;br /&gt;
&lt;br /&gt;
==== Example 2: Incremental archives ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{AutoArchive&lt;br /&gt;
| algo                = old(30d)&lt;br /&gt;
| archive             = User talk:Example/Archive %(counter)d&lt;br /&gt;
| counter             = 1&lt;br /&gt;
| maxarchivesize      = 150K&lt;br /&gt;
| archiveheader       = {{Archive}}&lt;br /&gt;
| minthreadstoarchive = 1&lt;br /&gt;
| minthreadsleft      = 4&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;The &amp;quot;Example&amp;quot; code above won&amp;#039;t work as is; please substitute in your userid, or just copy-paste the code below!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Note that for the default skin on this wiki, a minimum of 4 threads is required for a [[WP:TOC|table of contents]] (TOC) to show up automatically.&lt;br /&gt;
&lt;br /&gt;
Copy and paste for easy use:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{AutoArchive&lt;br /&gt;
| algo                = old(30d)&lt;br /&gt;
| archive             = {{SUBST:#titleparts:{{SUBST:FULLPAGENAME}}}}/Archive %(counter)d&lt;br /&gt;
| counter             = 1&lt;br /&gt;
| maxarchivesize      = 150K&lt;br /&gt;
| archiveheader       = {{Archive}}&lt;br /&gt;
| minthreadstoarchive = 1&lt;br /&gt;
| minthreadsleft      = 4&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
This tells the bot to archive threads over thirty days old (leaving the four most recent) from [[User talk:Example]] to [[User talk:Example/Archive 1]] (more about variables [[#Variables|below]]) until it fills up to 150 kilobytes, whereupon the bot will move to 2 (updating the counter when saving page). Remember to &amp;#039;&amp;#039;&amp;#039;specify the maximum size&amp;#039;&amp;#039;&amp;#039; of an archive, or it will behave pretty much like in the first example. In addition, each archive page is given a {{Tl|Aan}} banner, which makes it easy to move between the different archive pages.&lt;br /&gt;
&lt;br /&gt;
==== Example 3: Date-based archives ====&lt;br /&gt;
{{Warning|Do &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; substitute the &amp;quot;year&amp;quot; and &amp;quot;monthname&amp;quot; with actual values – the bot will treat them as variables accordingly.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{AutoArchive&lt;br /&gt;
| algo          = old(5d)&lt;br /&gt;
| archive       = User talk:Example/Archives/%(year)d/%(monthname)s&lt;br /&gt;
| archiveheader = {{Monthly archive list}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note: please substitute in your userid, or just copy-paste the code below!)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Copy and paste for easy use:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{AutoArchive&lt;br /&gt;
| algo          = old(5d)&lt;br /&gt;
| archive       = {{SUBST:#titleparts:{{SUBST:FULLPAGENAME}}}}/Archives/%(year)d/%(monthname)s&lt;br /&gt;
| archiveheader = {{Monthly archive list}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
In this configuration, threads older than 5 days will land in archives depending on their date (that is newest timestamp). You can read about other variables [[#Variables|below]].&lt;br /&gt;
&lt;br /&gt;
=== Parameters explained ===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; For those parameters with defaults they will work regardless of whether they are listed on the talk page. But it is better to list all those parameters (with values of your choice) to avoid confusion. See &amp;#039;&amp;#039;&amp;#039;[[Wikipedia talk:Village pump (proposals)#Archive bot was missing some parts|this discussion]].&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{AutoArchive&lt;br /&gt;
| archive             = &lt;br /&gt;
| algo                = &lt;br /&gt;
| counter             = &lt;br /&gt;
| maxarchivesize      = &lt;br /&gt;
| minthreadsleft      = &lt;br /&gt;
| minthreadstoarchive = &lt;br /&gt;
| archiveheader       = &lt;br /&gt;
| key                 = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter || Default || Description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;kbd&amp;gt;archive&amp;lt;/kbd&amp;gt; || N/A; required || Name of the page to which archived threads will be put. This parameter supports the use of [[#Variables|variables]], which can be used to create dynamically named archives (such as using date ranges). Note that magic words and templates do not work with this parameter, and unless a &amp;lt;kbd&amp;gt;key&amp;lt;/kbd&amp;gt; is supplied (see below), the target page must be a subpage of the current page. Otherwise [[:Category:Pages where archive parameter is not a subpage]] is added.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;kbd&amp;gt;algo&amp;lt;/kbd&amp;gt; || &amp;lt;kbd&amp;gt;old(24h)&amp;lt;/kbd&amp;gt; || Minimum amount of time that must pass after the last reply before the bot can archive the thread. It must be in the form: &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;old(nT)&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; where &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;n&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; is a number and &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;T&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; specifies hours or days. You can leave out &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;T&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; to specify seconds (even there&amp;#039;s essentially no use case for that). Examples: 600, 72h, 5d would specify either 600 seconds, 72 hours or 5 days respectively. To specify very long timespans, use days. For example; &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;algo=old(1100d)&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; for close to three years. Complex formulas (including regex matching) may be available in the future.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;kbd&amp;gt;counter&amp;lt;/kbd&amp;gt; || &amp;lt;kbd&amp;gt;1&amp;lt;/kbd&amp;gt; || The current number of the last archive. If the &amp;lt;kbd&amp;gt;%(counter)d&amp;lt;/kbd&amp;gt; variable is not used, it is ignored. ArchiveBot updates this parameter as necessary.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;kbd&amp;gt;maxarchivesize&amp;lt;/kbd&amp;gt; || &amp;lt;kbd&amp;gt;1954K&amp;lt;/kbd&amp;gt; || The maximum archive size in either raw text size (eg &amp;lt;kbd&amp;gt;256M&amp;lt;/kbd&amp;gt; for megabytes, &amp;lt;kbd&amp;gt;256K&amp;lt;/kbd&amp;gt; for kilobytes, or &amp;lt;kbd&amp;gt;256B&amp;lt;/kbd&amp;gt; for bytes) or threads (eg &amp;lt;kbd&amp;gt;10T&amp;lt;/kbd&amp;gt;) before incrementing the counter. A bare integer will be interpreted as bytes. Ignored if counter is not used.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;kbd&amp;gt;minthreadsleft&amp;lt;/kbd&amp;gt; || &amp;lt;kbd&amp;gt;1&amp;lt;/kbd&amp;gt; || The minimum number of threads that the bot will leave on a page. Setting this value to 0 can result in pages getting completely harvested/emptied out. Note that if the bot leaves fewer than 4 threads, a table of contents will not show up automatically on [[wp:Vector|Vector 2010]].&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;kbd&amp;gt;minthreadstoarchive&amp;lt;/kbd&amp;gt; || &amp;lt;kbd&amp;gt;2&amp;lt;/kbd&amp;gt; || The minimum number of threads to archive at one time, which is used to lower edit frequency. ArchiveBot does not archive threads when fewer than the value of this parameter would be archived. If this parameter setting is left out the default is 2. This can confuse editors. Please fill in the value.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;kbd&amp;gt;archiveheader&amp;lt;/kbd&amp;gt; || &amp;lt;kbd&amp;gt;{{Tl|Archive}}&amp;lt;/kbd&amp;gt; || Content that will be put on new archive pages as the header. This parameter supports the use of [[#Variables|variables]].&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;kbd&amp;gt;key&amp;lt;/kbd&amp;gt; || || A top-secret key that (if valid) allows archives to &amp;#039;&amp;#039;not&amp;#039;&amp;#039; be subpages of the page being archived. To obtain such a key, [[User talk:Violine1101|request it from&amp;amp;nbsp;this&amp;amp;nbsp;editor]], and you better have a &amp;#039;&amp;#039;very&amp;#039;&amp;#039; good justification for doing so.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Variables ===&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Variable parameter || Expands to...&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;kbd&amp;gt;%(counter)d&amp;lt;/kbd&amp;gt; || the current value of the &amp;lt;kbd&amp;gt;counter&amp;lt;/kbd&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;kbd&amp;gt;%(year)d&amp;lt;/kbd&amp;gt; || year of the thread being archived&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;kbd&amp;gt;%(month)d&amp;lt;/kbd&amp;gt; || month (as a number 1-12) of the thread being archived&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;kbd&amp;gt;%(monthname)s&amp;lt;/kbd&amp;gt; || English name of the month above&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;kbd&amp;gt;%(monthnameshort)s&amp;lt;/kbd&amp;gt; || first three letters of the name above&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Those [[python (programming language)|python]]-savvy people will immediately recognize these variables are filled at runtime with the &amp;lt;kbd&amp;gt;%&amp;lt;/kbd&amp;gt; operator and should know how to adjust the format. A few points of interest to others:&lt;br /&gt;
* make sure you don&amp;#039;t mess up the last letter after the brackets (it&amp;#039;s &amp;quot;d&amp;quot; for [[integer]]s and &amp;quot;s&amp;quot; for {{W|string (computer science)|strings|newtab=1}})&lt;br /&gt;
* integer variables may be left-padded with zeros:&lt;br /&gt;
*: &amp;lt;kbd&amp;gt;%(counter)03d&amp;lt;/kbd&amp;gt; evaluates to &amp;lt;kbd&amp;gt;013&amp;lt;/kbd&amp;gt; if the &amp;lt;kbd&amp;gt;counter&amp;lt;/kbd&amp;gt;&amp;#039;s value equals 13,&lt;br /&gt;
*: &amp;lt;kbd&amp;gt;%(month)02d&amp;lt;/kbd&amp;gt; becomes &amp;lt;kbd&amp;gt;05&amp;lt;/kbd&amp;gt; for May etc.&lt;br /&gt;
&lt;br /&gt;
=== After you have set up archiving ===&lt;br /&gt;
The bot runs once a day at a preset hour. Simply wait for the next cycle and you should see the bot&amp;#039;s entries in the history list of your article &amp;#039;&amp;#039;&amp;#039;providing&amp;#039;&amp;#039;&amp;#039; there was anything to archive, and the history list entry should provide a link to the archive page you specified.&lt;br /&gt;
&lt;br /&gt;
You can use the {{Tlx|Archive box}} template at the top of a page to show a list of archive subpages, and it includes a search box. However, you must maintain the contents of this box manually.&lt;br /&gt;
&amp;lt;!-- TBD: the {{Archives}} template on Wikipedia to generate an archive box automatically is large and complex.&lt;br /&gt;
Various [[WP:TM|templates]] produce an automatic list of archive subpages.  Typically, such a template will be added to the top-level talk page to make archives easier to find. Simply add the template name in &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{curly-braces}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; where you want it to appear. Popular templates used for this purpose include:&lt;br /&gt;
* {{Tlx|Archives}}&lt;br /&gt;
* {{Tlx|Monthly archive list}}.  If you use [[#Example 3: Date-based archives]], use this with &amp;lt;code&amp;gt;root = User talk:Example/Archives&amp;lt;/code&amp;gt;.&lt;br /&gt;
* {{Tlx|Talk header}} (this template has other functions, but can include a list of archives and a search box) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A related but distinct function is templates that appear in the archived talk pages themselves. For instance:&lt;br /&gt;
* {{Tlx|Archive}}&lt;br /&gt;
&amp;lt;!-- not sure if we will implement this; it has lots of dependencies on Wikipedia&lt;br /&gt;
=== Delaying or preventing archiving of particular threads ===&lt;br /&gt;
Archiving can be delayed for a particular thread by substituting the template {{tl|DNAU}} into the thread.  Use {{tlsx|DNAU}} to retain a thread for a long time, or {{tlxs|DNAU|&amp;lt;integer&amp;gt;}} to retain a thread for &amp;amp;lt;integer&amp;amp;gt; days. Please see the template documentation for details about its use and function. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Missing signatures ===&lt;br /&gt;
One potential problem is that ArchiveBot does not archive sections that have no signatures. However, editors sometimes forget to sign a comment so it may ignore old sections while archiving more recent ones.&lt;br /&gt;
&lt;br /&gt;
One option is to manually archive sections that are unintentionally unsigned. The [[:Template:Archive config|one click archiver]] can help. The other option, which allows ArchiveBot to archive an unsigned section is to add a signature of the editor to the last comment in the section. &lt;br /&gt;
&lt;br /&gt;
You can [[WP:SIGCLEAN|add missing signatures to the talk page]] by using the templates {{tl|unsigned}} or {{tl|unsigned2}}. Only the last comment added to a section needs to have a signature for ArchiveBot to archive the section.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--If the talk page history is large, it may prove time consuming to find when a specific comment was added. [[Wikipedia:WikiBlame|WikiBlame]] will reduce the time it takes to find who added an unsigned comment.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
=== Template output ===&lt;br /&gt;
When parameter {{para|key}} is provided, the only output of the template is categorization into [[:Category:Pages archived using a key]]. Otherwise, the template outputs a single self closed tag {{tag|nowiki|s}}. This is a trick, which makes it easier to deal with potential vertical white-space issues.&lt;br /&gt;
&lt;br /&gt;
=== Causes of no archiving ===&lt;br /&gt;
Some of the possible reasons for a page not being archived:&lt;br /&gt;
* {{para|archive}} does not specify a subpage of the page to be archived. This can for example happen after a move where the parameter needs updating.&lt;br /&gt;
* Archive bot has not run. Archiving usually runs once a day. See the latest activity at [[Special:Contributions/ArchiveBot]].&lt;br /&gt;
* {{para|minthreadstoarchive}} is larger than the current number of sections ready for archiving.&lt;br /&gt;
* {{para|minthreadsleft}} is too large to currently allow any archiving.&lt;br /&gt;
* {{para|algo|old(...)}} is currently too long for any archiving.&lt;br /&gt;
* The archiving instructions are not placed somewhere before the first section heading. &lt;br /&gt;
* The archiving instructions are placed within another template&amp;#039;s code.&lt;br /&gt;
* The parameters are not arranged with exactly one per line.&lt;br /&gt;
* If some sections are archived but not others then they may have no signature with a valid time stamp. Please see [[#Missing signatures]] above.&lt;br /&gt;
* If your talk page&amp;#039;s title contains certain punctuation characters (&amp;lt;code&amp;gt;&amp;quot;&amp;amp;&amp;#039;&amp;lt;/code&amp;gt;). Please see {{W|Help:Archiving a talk page#FULLPAGENAME|this Wikipedia help page|newtab=1}} for an explanation and solution. &lt;br /&gt;
* If the topic has no subject line, such as welcome messages.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- template categories/interwikis here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- documentation categories/interwikis here --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Anachronist</name></author>
	</entry>
</feed>