Diff: Help/NoCachePlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 2 and previous revision of Help/NoCachePlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on 9 September 2007 0:16 by harold Revert
Older page: version 1 Last edited on 17 January 2022 18:35 by harold Revert
@@ -1,35 +1,27 @@
-Don't cache the following page. Mostly used for plugins, which display dynamic content.  
+_short description_  
  
-== Usage ==  
-{{{  
-<< NoCache arguments> >  
-}}}  
+! Usage  
+<verbatim>  
+ <?plugin NoCache ? >  
+</verbatim>  
  
-== Arguments ==  
+! Arguments 
  
-{| class="bordered"  
-|-  
-! Argument  
-! Description  
-! Default value  
-|-  
-| **nocache**  
-| if nocache=purge, delete the whole cache for this page  
-| 1  
-|}  
+page _(default: current pagename)_:  
+ The page to execute upon.  
  
-== Example ==  
+! Example 
  
-{{{  
-<< NoCache> >  
-}}}  
+<verbatim>  
+<?plugin NoCache ? >  
+</verbatim>  
  
-== Author ==  
-* [[Help:Reini Urban|Reini Urban]]  
+<?plugin NoCache ?>  
  
-== See Also ==  
+! Author  
+PhpWiki:ReiniUrban  
+  
+! See Also 
  
-<noinclude>  
 ---- 
-[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
-</noinclude>  
+PhpWikiDocumentation Help:WikiPlugin  

version 2

short description

Usage

  <?plugin NoCache ?>

Arguments

page (default: current pagename)
The page to execute upon.

Example

<?plugin NoCache ?>

Author

PhpWiki:ReiniUrban

See Also


PhpWikiDocumentation Help:WikiPlugin