Diff: Help/WikiAdminUtilsPlugin
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/WikiAdminUtilsPlugin.
Other diffs: Previous Revision, Previous Author
Newer page: | version 3 | Last edited on 9 September 2007 0:16 | by harold | Revert |
Older page: | version 2 | Last edited on 22 May 2014 3:01 | by harold | Revert |
@@ -1,49 +1,36 @@
-Some special actions for [[
PhpWikiAdministration]] and [[PhpWikiDebug]]
.
+Some special actions for PhpWikiAdministration.
-==
Usage ==
-{{{
-<<
WikiAdminUtils action="
purge-cache" >
>
-<<
WikiAdminUtils action="
purge-bad-pagenames" >
>
-<<
WikiAdminUtils action="
purge-empty-pages"
>>
-<<
WikiAdminUtils action="
email-verification" >
>
-<<
WikiAdminUtils action="
convert-cached-html" >
>
-<<
WikiAdminUtils action="
db-check" >
>
-<<
WikiAdminUtils action="
db-rebuild"
>>
-}}}
+!
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
>
-==
Arguments ==
+!
Arguments
-{| class="bordered"
-|-
-! Argument
-! Description
-! Default value
-|-
-| **action**
-| Valid
action are
: "purge-cache", "purge-bad-pagenames", "purge-empty-pages", "email-verification", "convert-cached-html", "db-check" and "db-rebuild"
-| //None//
-|-
-| **
label**
-| Custom
button text
-| Each action has a default button text
-|}
+action:
+ special name.
+label:
+
button text.
-==
Example ==
+!
Example
-{{{
-<<
WikiAdminUtils action="
purge-cache" >
>
-}}}
+<verbatim>
+
<?plugin
WikiAdminUtils purge-bad-pagenames ?
>
+</verbatim>
-<<
WikiAdminUtils action="
purge-cache" >
>
+
<?plugin
WikiAdminUtils purge-bad-pagenames ?
>
-== Authors ==
-* [[Help
:Jeff Dairiki|Jeff Dairiki]]
-* [[Help
:Reini Urban|Reini Urban]]
+! Author
+PhpWiki
:JeffDairiki and PhpWiki
:ReiniUrban
-==
See Also ==
-* [[
PhpWikiAdministration]]
-
-<noinclude>
+!
See Also
+PhpWikiAdministration
----
-[[
PhpWikiDocumentation]] [[CategoryWikiPlugin]]
-</noinclude>
+PhpWikiDocumentation Help:WikiPlugin
version 3
Some special actions for PhpWikiAdministration.
Usage
<?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 ?>
Arguments
- action
- special name.
- label
- button text.
Example
<?plugin WikiAdminUtils purge-bad-pagenames ?>
Bad action requested: diff
Author
PhpWiki:JeffDairiki and
PhpWiki:ReiniUrban