Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Purge/doc: Difference between revisions

Template page
m Protected "Template:Purge/doc": Initial wiki setup ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{wikipedia|page name}}
{{Documentation subpage}}
{{Documentation subpage}}
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->
{{used in system}}
{{lua|Module:Purge}}
{{lua|Module:Purge}}


{{tlx|Purge}} produces a link that will [[WP:Purge|purge the page's cache]] and rebuild it from the wikitext.
{{tlx|Purge}} produces a link that will purge the page's cache and rebuild it from the wikitext.


==Purpose==
==Purpose==
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]].  
For efficiency in service, MediaWiki caches 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 transclusion.  


{{tlx|Purge}} adds to any page a link that, when clicked, not only reloads the page, but [[WP:Purge|clears the server cache]], forcing the page to be completely rendered "from scratch". 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.
{{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 "from scratch". 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.


==Examples==
==Examples==
Line 28: Line 28:
| {{tlx|Purge|page{{=}}Main Page}}
| {{tlx|Purge|page{{=}}Main Page}}
| {{Purge|page=Main Page}}
| {{Purge|page=Main Page}}
| Creates a purge link for [[Main Page]].
| Creates a purge link for Main Page.
|-
|-
| {{tlx|Purge|Purge this page's server cache.|page{{=}}Main Page}}
| {{tlx|Purge|Purge this page's server cache.|page{{=}}Main Page}}
| {{Purge|Purge this page's server cache.|page=Main Page}}
| {{Purge|Purge this page's server cache.|page=Main Page}}
| Creates a purge link for [[Main Page]], but with the text "Purge this page's server cache."
| Creates a purge link for Main Page, but with the text "Purge this page's server cache."
|-
|-
| {{tlx|Purge|anchor{{=}}TemplateData}}
| {{tlx|Purge|anchor{{=}}TemplateData}}

Latest revision as of 18:11, 9 April 2025

This page uses Creative Commons Licensed content from Wikipedia (view authors).

{{Purge}} produces a link that will purge the page's cache and rebuild it from the wikitext.

Purpose

For efficiency in service, MediaWiki caches 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 transclusion.

{{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 "from scratch". 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.

Examples

Code Yields Result
{{Purge}} Purge Creates a purge link for the page it is used on.
{{Purge|Purge this page's server cache.}} Purge this page's server cache. Creates a purge link for the page it is used on, but with the text "Purge this page's server cache."
{{Purge|page=Main Page}} Purge Creates a purge link for Main Page.
{{Purge|Purge this page's server cache.|page=Main Page}} Purge this page's server cache. Creates a purge link for Main Page, but with the text "Purge this page's server cache."
{{Purge|anchor=TemplateData}} Purge Creates a purge link for the page it is used on, which points to the "TemplateData" section.

When you are linking to a section, purging that page will cause you to lose the section link.

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Purge in articles based on its TemplateData.

TemplateData for Purge

A template that produces a link that will clear the cache and rebuild page from the wikitext

Template parameters

ParameterDescriptionTypeStatus
Label1

The label of the purge link

Default
Purge
Stringoptional
Pagepage

The page to purge

Page nameoptional
Anchoranchor

An anchor to jump to after the page is purged

Lineoptional

Template:Purge Pages