Difference between revisions of "Template:Purge/doc"
Deprecated (talk | contribs) (Documentation subpage for Template:Purge) |
Deprecated (talk | contribs) (Documentation ported from Wikipedia) |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
− | <!-- | + | <!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> |
− | + | {{Wikipedia port|documentation=1|old=567592458}} | |
+ | {{tlx|Purge}} produces a link that will [[WP:WP:PURGE|purge the page's cache]] and rebuild it from the wikitext. | ||
+ | |||
+ | ==Purpose== | ||
+ | For efficiency in service, MediaWiki [[Wikipedia: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 transclusion. | ||
+ | |||
+ | {{tlx|Purge}} adds to any page a link that, when clicked, not only reloads the page, but [[WP: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. | ||
+ | |||
+ | ==Examples== | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Code | ||
+ | ! Yields | ||
+ | ! Result | ||
+ | |- | ||
+ | | {{tlx|Purge}} | ||
+ | | {{Purge}} | ||
+ | | Creates a purge link for the page it is used on. | ||
+ | |- | ||
+ | | {{tlx|Purge|Purge this page's server cache.}} | ||
+ | | {{Purge|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." | ||
+ | |- | ||
+ | | {{tlx|Purge|page{{=}}Main Page}} | ||
+ | | {{Purge|page=Main Page}} | ||
+ | | Creates a purge link for [[Main Page]]. | ||
+ | |- | ||
+ | | {{tlx|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." | ||
+ | |- | ||
+ | | {{tlx|Purge|anchor{{=}}TemplateData}} | ||
+ | | {{Purge|anchor=TemplateData}} | ||
+ | | 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. | ||
<includeonly>{{sandbox other|| | <includeonly>{{sandbox other|| | ||
− | <!-- | + | |<!-- ADD CATEGORIES BELOW THIS LINE --> |
− | + | [[Category:Utility templates]] | |
+ | [[Category:Internal link templates]] | ||
}}</includeonly> | }}</includeonly> |
Latest revision as of 17:09, 25 February 2020
![]() |
This is a documentation subpage for Template:Purge. |
This template was ported from an old revision of a template from Wikipedia. It was originally at Template:Purge/doc. The original authors of this template are shown on the template's edit history page. |
{{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}}
|
Creates a purge link for the page it is used on. | |
{{Purge|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}}
|
Creates a purge link for 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." | |
{{Purge|anchor=TemplateData}}
|
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.