Difference between revisions of "Template:Purge/doc"

From Ephemeral Film Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}


<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->
{{tlx|Purge}} produces a link that will 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.


Line 7: Line 6:
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 [[Wikipedia:Transclusion costs and benefits|transclusion]].  
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 [[Wikipedia:Transclusion costs and benefits|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.


;took this out  
;took this out  
:<nowiki>#{{#if:{{{anchor|}}}|{{urlencode:{{{anchor|}}}|WIKI}}}}</nowiki>
:<nowiki>#{{#if:{{{anchor|}}}|{{urlencode:{{{anchor|}}}|WIKI}}}}</nowiki>

Latest revision as of 19:18, 25 January 2023

- - -

There is a documentation subpage housing the metadata about parent template: Purge.


{{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.

took this out
#{{#if:{{{anchor|}}}|{{urlencode:{{{anchor|}}}|WIKI}}}}