<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.endmyopia.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AMonthlyArchive%2Fdoc</id>
	<title>Template:MonthlyArchive/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.endmyopia.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AMonthlyArchive%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.endmyopia.org/index.php?title=Template:MonthlyArchive/doc&amp;action=history"/>
	<updated>2026-04-29T02:06:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.endmyopia.org/index.php?title=Template:MonthlyArchive/doc&amp;diff=13431&amp;oldid=prev</id>
		<title>NottNott: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.endmyopia.org/index.php?title=Template:MonthlyArchive/doc&amp;diff=13431&amp;oldid=prev"/>
		<updated>2020-06-18T15:55:37Z</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;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 15:55, 18 June 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>NottNott</name></author>
	</entry>
	<entry>
		<id>https://wiki.endmyopia.org/index.php?title=Template:MonthlyArchive/doc&amp;diff=13430&amp;oldid=prev</id>
		<title>en&gt;Andrybak: use Template:Sandbox other</title>
		<link rel="alternate" type="text/html" href="https://wiki.endmyopia.org/index.php?title=Template:MonthlyArchive/doc&amp;diff=13430&amp;oldid=prev"/>
		<updated>2020-04-16T14:56:36Z</updated>

		<summary type="html">&lt;p&gt;use &lt;a href=&quot;/wiki/Template:Sandbox_other&quot; title=&quot;Template:Sandbox other&quot;&gt;Template:Sandbox other&lt;/a&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 ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
== Function ==&lt;br /&gt;
Creates links to any archives located under the /YYYY/Month schema. &lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{MonthlyArchive&lt;br /&gt;
| startyear           =&lt;br /&gt;
| root                = &lt;br /&gt;
| auto                = &lt;br /&gt;
| list                = &lt;br /&gt;
| image               = &lt;br /&gt;
| link                = &lt;br /&gt;
| alt                 = &lt;br /&gt;
| search              = &lt;br /&gt;
| search-break        = &lt;br /&gt;
| search-width        = &lt;br /&gt;
| search-button-label = &lt;br /&gt;
| target              = &lt;br /&gt;
| bot                 = &lt;br /&gt;
| age                 = &lt;br /&gt;
| index               = &lt;br /&gt;
| collapsible         = &lt;br /&gt;
| collapsed           = &lt;br /&gt;
| style               = &lt;br /&gt;
| title               = &lt;br /&gt;
| editbox             = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''startyear''' – first year that has an archive. {{red|'''Should always be specified'''}} as it cuts down the number of expensive parser functions (too many of these will break the display of the page)&lt;br /&gt;
* '''monthformat''' – format used for months in the naming scheme. {{red|'''Should almost always be specified'''}} with one of the following values: (it also cuts down the number of expensive parser functions)&lt;br /&gt;
**&amp;lt;code&amp;gt;m&amp;lt;/code&amp;gt; – numerical, single digits for 1 to 9&lt;br /&gt;
**&amp;lt;code&amp;gt;mm&amp;lt;/code&amp;gt; – numerical, double digits for 01 to 09&lt;br /&gt;
**&amp;lt;code&amp;gt;mmm&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;shortname&amp;lt;/code&amp;gt; – short names (Jan, Feb, etc)&lt;br /&gt;
**&amp;lt;code&amp;gt;mmmm&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;longname&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; – long names (January, February, etc)&lt;br /&gt;
**If omitted or set to anything else, the default is to check for numerical (either single or double digits) and long names. This involves around three times as many expensive parser functions, and should be avoided if possible&lt;br /&gt;
* '''root''' - should be used to specify the root of the archive structure (./Archives for example). Defaults to current page&lt;br /&gt;
* Also allows through most of the other parameters of {{tl|Archives}} (note that, for this template, the default for '''title''' is ''Archives'')&lt;br /&gt;
&lt;br /&gt;
==Tracking categories==&lt;br /&gt;
*[[:Category:MonthlyArchive without startyear]]&lt;br /&gt;
*[[:Category:MonthlyArchive without monthformat]]&lt;br /&gt;
&lt;br /&gt;
== Related Templates ==&lt;br /&gt;
*[[Template:MonthlyLinks]]&lt;br /&gt;
{{warchivenav}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Archival templates|MonthlyArchive]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>en&gt;Andrybak</name></author>
	</entry>
</feed>