Template:Purge/doc: Difference between revisions
Jump to navigation
Jump to search
>@legacy41915546 No edit summary |
>Yandere-sliver No edit summary |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Documentation subpage}} | |||
== Purpose == | == Purpose == | ||
For efficiency in service, [ | For efficiency in service, [[Wikipedia:MediaWiki|MediaWiki]] [[Wikipedia:Wikipedia:Cache|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:Wikipedia:Transclusion costs and benefits|transclusion]]. | ||
{{tl|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. | {{tl|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. | ||
Line 7: | Line 7: | ||
== Examples == | == Examples == | ||
'''Code''': | '''Code''': | ||
* < | * <code><nowiki>{{purge}}</nowiki></code> | ||
* < | * <code><nowiki>{{purge|Purge this page's server cache.}}</nowiki></code> | ||
'''Yields''': | '''Yields''': | ||
* {{purge}} | * {{purge}} | ||
* {{purge|Purge this page's server cache.}} | * {{purge|Purge this page's server cache.}} |
Latest revision as of 02:54, 18 June 2019
This is a template documentation subpage for Template:Purge.
It contains usage information, categories, interlanguage links and other content that is not part of the original template page.
It contains usage information, categories, interlanguage links and other content that is not part of the original template page.
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:
{{purge}}
{{purge|Purge this page's server cache.}}
Yields: