Template:Purge/doc
From MeritBadgeDotOrg
(Difference between revisions)
(doc page) |
m (Re-write) |
||
| Line 1: | Line 1: | ||
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude> | <includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude> | ||
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | ||
| - | |||
| - | |||
| - | |||
== Purpose == | == Purpose == | ||
For efficiency in service, [[MediaWiki]] [[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]]. | For efficiency in service, [[MediaWiki]] [[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]]. | ||
| - | {{tl| | + | {{tl|Purge}} adds a link (to any page) that, when clicked, not only reloads the page, but clears the page's ''server-side'' 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 == | ||
'''Code''': | '''Code''': | ||
* <tt><nowiki>{{purge}}</nowiki></tt> | * <tt><nowiki>{{purge}}</nowiki></tt> | ||
| - | |||
'''Yields''': | '''Yields''': | ||
* {{purge}} | * {{purge}} | ||
| - | |||
== See also == | == See also == | ||
| - | |||
* [http://www.en.wikipedia.org/wiki/Wikipedia:Purge Wikipedia:Purge] | * [http://www.en.wikipedia.org/wiki/Wikipedia:Purge Wikipedia:Purge] | ||
| + | * [http://www.mediawiki.org/wiki/Manual:Purge MediaWiki/Manual:Purge] | ||
| + | |||
<includeonly> | <includeonly> | ||
<!-- ADD CATEGORIES BELOW THIS LINE --> | <!-- ADD CATEGORIES BELOW THIS LINE --> | ||
[[Category:Maintenance templates|{{PAGENAME}}]] | [[Category:Maintenance templates|{{PAGENAME}}]] | ||
| - | |||
| - | |||
</includeonly> | </includeonly> | ||
Current revision
| | This is the documentation page for Template:Purge/doc. When viewed directly, links using variables may appear broken; do not replace these with hard-coded page names or URLs.
|
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 a link (to any page) that, when clicked, not only reloads the page, but clears the page's server-side 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}}
Yields:
See also
