Diff: Help/CacheTestPlugin

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

Differences between version 4 and previous revision of Help/CacheTestPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 4 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 3 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,27 +1,45 @@
-_short description_  
+The **~CacheTest** [[Help:WikiPlugin|plugin]] allows to test image caching.  
  
-! Usage  
-<verbatim>  
- <?plugin CacheTest ? >  
-</verbatim>  
+== Usage ==  
+{{{  
+<< CacheTest arguments> >  
+}}}  
  
-! Arguments 
+== Arguments ==  
  
-page _(default: current pagename)_:  
- The page to execute upon
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| **text**  
+| Text in image  
+| This is a simple example using ~WikiPluginCached .  
+|-  
+| **font**  
+|  
+| 3  
+|-  
+| **type**  
+|  
+| png  
+|}  
  
-! Example 
+== Example ==  
  
-<verbatim>  
-<?plugin CacheTest ? >  
-</verbatim>  
+{{{  
+<< CacheTest> >  
+}}}  
  
-<?plugin CacheTest ?
+<< CacheTest>
  
-! Author  
-PhpWiki:ReiniUrban  
+== Author ==  
+* Johannes Große  
  
-! See Also 
+== See Also ==  
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

version 4

The CacheTest plugin allows to test image caching.

Usage

<<CacheTest arguments>>

Arguments

Argument

Description

Default value

text

Text in image

This is a simple example using WikiPluginCached.

font

3

type

png

Example

<<CacheTest>>
This is a simple example using WikiPluginCached.

Author

  • Johannes Große

See Also