<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sapph.group/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3APurge%2Fdoc</id>
	<title>Template:Purge/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://sapph.group/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3APurge%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://sapph.group/wiki/index.php?title=Template:Purge/doc&amp;action=history"/>
	<updated>2026-05-17T23:28:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://sapph.group/wiki/index.php?title=Template:Purge/doc&amp;diff=3754&amp;oldid=prev</id>
		<title>Bryan: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://sapph.group/wiki/index.php?title=Template:Purge/doc&amp;diff=3754&amp;oldid=prev"/>
		<updated>2013-09-03T22:34:19Z</updated>

		<summary type="html">&lt;p&gt;1 revision&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;
&lt;br /&gt;
{{Tlx|Purge}} produces a link that will clear the cache and rebuild page from the wikitext.&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
For efficiency in service, [[MediaWiki]] [[Cache (computing)|cache]]s pages. Depending on the exact sequence of actions editors follow, one may view an out-of-date version of a given page. This happens most often on heavily-edited pages and on pages which contain an instance of [[Wikipedia:Transclusion costs and benefits|transclusion]]. &lt;br /&gt;
&lt;br /&gt;
{{Tlx|Purge}} adds to any page a link that, when clicked, not only reloads the page, but clears the server cache, forcing the page to be completely rendered &amp;quot;from scratch&amp;quot;. This is not a one-time solution; generally, editing a page is itself sufficient to purge cache. Rather, it is a measure taken in anticipation of the frequent need to purge.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Code&lt;br /&gt;
! Yields&lt;br /&gt;
! Result&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{Purge}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| {{Purge}}&lt;br /&gt;
| Creates a purge link for the page it is used on.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{Purge|Purge this page&amp;#039;s server cache.}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| {{Purge|Purge this page&amp;#039;s server cache.}}&lt;br /&gt;
| Creates a purge link for the page it is used on, but with the text &amp;quot;Purge this page&amp;#039;s server cache.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{Purge|page=Main Page}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| {{Purge|page=Main Page}}&lt;br /&gt;
| Creates a purge link for [[Main Page]].&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{Purge|Purge this page&amp;#039;s server cache.|page=Main Page}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| {{Purge|Purge this page&amp;#039;s server cache.|page=Main Page}}&lt;br /&gt;
| Creates a purge link for [[Main Page]], but with the text &amp;quot;Purge this page&amp;#039;s server cache.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When you are linking to a section, purging that page will cause you to lose the section link.&lt;br /&gt;
&lt;br /&gt;
==TemplateData==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
        &amp;quot;description&amp;quot;: &amp;quot;A template that produces a link that will clear the cache and rebuild page from the wikitext&amp;quot;,&lt;br /&gt;
        &amp;quot;params&amp;quot;: {&lt;br /&gt;
                &amp;quot;1&amp;quot;: {&lt;br /&gt;
                        &amp;quot;label&amp;quot;: &amp;quot;Label&amp;quot;,&lt;br /&gt;
                        &amp;quot;description&amp;quot;: &amp;quot;The label of the purge link&amp;quot;,&lt;br /&gt;
                        &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
                        &amp;quot;default&amp;quot;: &amp;quot;Purge&amp;quot;,&lt;br /&gt;
                        &amp;quot;required&amp;quot;: false&lt;br /&gt;
                },&lt;br /&gt;
                &amp;quot;page&amp;quot;: {&lt;br /&gt;
                        &amp;quot;label&amp;quot;: &amp;quot;Page&amp;quot;,&lt;br /&gt;
                        &amp;quot;description&amp;quot;: &amp;quot;The page to purge&amp;quot;,&lt;br /&gt;
                        &amp;quot;type&amp;quot;: &amp;quot;string/wiki-page-name&amp;quot;,&lt;br /&gt;
                        &amp;quot;required&amp;quot;: false&lt;br /&gt;
                }&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* {{Tlx|Purge box}}&lt;br /&gt;
* {{Tlx|Purge button}}&lt;br /&gt;
* {{Tlx|Purge page}}&lt;br /&gt;
* {{Tlx|Actions}}&lt;br /&gt;
* [[Wikipedia:Purge]]&lt;br /&gt;
* [[commons:Template:Purge]]&lt;br /&gt;
&lt;br /&gt;
{{basepage subpage&lt;br /&gt;
|&amp;lt;!-- ADD CATEGORIES BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[Category:Maintenance navigation]]&lt;br /&gt;
[[Category:Internal link templates]]&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Bryan</name></author>
	</entry>
</feed>