Diff: Help/NoCachePlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 3 and predecessor to the previous major change of Help/NoCachePlugin.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 3 | Last edited on 22 May 2014 3:01 | by harold | Revert | 
| Older page: | version 2 | Last edited on 9 September 2007 0:16 | by harold | Revert | 
@@ -1,27 +1,35 @@
  
  
  
  
  
  
  
  
-_short description_
 
+Don't cache the following page. Mostly used for plugins, which display dynamic content.
 
-! 
Usage  
-<verbatim>
  
-  
<?plugin 
NoCache ?
>  
-</verbatim>
 
+== 
Usage ==
  
+{{{
  
+<<
NoCache arguments>
>  
+}}}
 
-! 
Arguments 
+== 
Arguments ==
 
-page _(default: current pagename)_:
  
-  The 
page to execute upon.
 
+{| class="bordered"
  
+|- 
 
+! Argument 
 
+! Description 
 
+! Default value 
 
+|- 
 
+| **nocache** 
 
+| if nocache=purge, delete the whole cache for this 
page 
 
+| 1 
 
+|}
 
-! 
Example 
+== 
Example ==
 
-<verbatim>
  
-<?plugin 
NoCache ?
>  
-</verbatim>
 
+{{{
  
+<<
NoCache>
>  
+}}}
 
-<?plugin NoCache ?>
 
+== Author == 
 
+* [[Help:Reini Urban|Reini Urban]]
 
-! Author 
 
-PhpWiki:ReiniUrban 
 
- 
 
-! 
See Also 
+== 
See Also ==
 
+<noinclude>
 
 ---- 
-PhpWikiDocumentation Help:WikiPlugin
 
+[[
PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 
+</noinclude>
 
version 3
Don't cache the following page. Mostly used for plugins, which display dynamic content.
Usage
<<NoCache arguments>>
Arguments
Argument  | 
Description  | 
Default value  | 
|---|---|---|
nocache  | 
if nocache=purge, delete the whole cache for this page  | 
1  | 
Example
<<NoCache>>
Reini