Diff: Help/WikiAdminUtilsPlugin

Differences between current version and predecessor to the previous major change of Help/WikiAdminUtilsPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,36 +1,48 @@
-Some special actions for PhpWikiAdministration. 
+Some special actions for [[ PhpWikiAdministration]] and [[PhpWikiDebug]]
  
-! Usage  
-<verbatim>  
- <?plugin WikiAdminUtils purge-cache ? >  
- <?plugin WikiAdminUtils purge-bad-pagenames ? >  
- <?plugin WikiAdminUtils purge-empty-pages ? >  
- <?plugin WikiAdminUtils access-restrictions ? >  
- <?plugin WikiAdminUtils action=email-verification ? >  
- <?plugin WikiAdminUtils convert-cached-html ? >  
- <?plugin WikiAdminUtils db-check ? >  
- <?plugin WikiAdminUtils db-rebuild ? >  
-</verbatim
+== Usage ==  
+{{{  
+<< WikiAdminUtils action=" purge-cache"> >  
+<< WikiAdminUtils action=" purge-bad-pagenames"> >  
+<< WikiAdminUtils action=" purge-empty-pages" >>  
+<< WikiAdminUtils action=" email-verification" >>  
+<< WikiAdminUtils action=" db-check"> >  
+<< WikiAdminUtils action=" db-rebuild" >>  
+}}}  
  
-! Arguments 
+== Arguments ==  
  
-action:  
- special name.  
-label:  
- button text.  
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| **action**  
+| Valid action are : "purge-cache", "purge-bad-pagenames", "purge-empty-pages", "email-verification", "db-check" and "db-rebuild"  
+| //None//  
+|-  
+| ** label**  
+| Custom button text  
+| Each action has a default button text  
+|}  
  
-! Example 
+== Example ==  
  
-<verbatim>  
- <?plugin WikiAdminUtils purge-bad-pagenames ? >  
-</verbatim>  
+{{{  
+<< WikiAdminUtils action=" purge-cache"> >  
+}}}  
  
- <?plugin WikiAdminUtils purge-bad-pagenames ?
+<< WikiAdminUtils action=" purge-cache">
  
-! Author  
-PhpWiki :JeffDairiki and PhpWiki :ReiniUrban  
+== Authors ==  
+* [[Help :Jeff Dairiki|Jeff Dairiki]]  
+* [[Help :Reini Urban|Reini Urban]]  
  
-! See Also  
-PhpWikiAdministration 
+== See Also ==  
+* [[ PhpWikiAdministration]]  
+  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

Some special actions for PhpWikiAdministration and PhpWikiDebug.

Usage

<<WikiAdminUtils action="purge-cache">>
<<WikiAdminUtils action="purge-bad-pagenames">>
<<WikiAdminUtils action="purge-empty-pages">>
<<WikiAdminUtils action="email-verification">>
<<WikiAdminUtils action="db-check">>
<<WikiAdminUtils action="db-rebuild">>

Arguments

Argument

Description

Default value

action

Valid action are: "purge-cache", "purge-bad-pagenames", "purge-empty-pages", "email-verification", "db-check" and "db-rebuild"

None

label

Custom button text

Each action has a default button text

Example

<<WikiAdminUtils action="purge-cache">>
Plugin WikiAdminUtils disabled. Plugin not run: not in browse mode
<?plugin WikiAdminUtils action="purge-cache"?>

Authors

See Also