Diff: Help/CategoryPagePlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 2 and predecessor to the previous major change of Help/CategoryPagePlugin.
Other diffs: Previous 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 22 May 2014 3:01 | by harold | Revert | 
@@ -1,63 +1,27 @@
  
  
  
  
  
  
  
  
-The **~CategoryPage** [[Help:WikiPlugin|plugin]] puts boilerplate text on a category page to make it easily usable by novices.
 
+_short description_
 
-It finds the file templates
/categorypage.tmpl, then loads it with a few variables substituted.
 
+! Usage 
 
+<verbatim> 
 
+  <?plugin CategoryPage ?> 
 
+<
/verbatim>
 
-This has only been used in wikilens.org.
 
+! Arguments
 
-== Usage ==
  
-{{{ 
 
-<?plugin-form CategoryPage arguments ?> 
 
-}}}
 
+page _(default: current pagename)_:
  
+  The page to execute upon.
 
-== Arguments ==
 
+! Example
 
-{| class="bordered"
  
-|- 
 
-! Argument 
 
-! Description 
 
-! Default value 
 
-|- 
 
-| **exclude** 
 
-| 
 
-| false 
 
-|- 
 
-| **
pagename** 
 
-| 
 
-| current page 
 
-|- 
 
-| **plural** 
 
-| 
 
-| false 
 
-|- 
 
-| **singular** 
 
-| 
 
-| false 
 
-|- 
 
-| **self_on_create** 
 
-| 
 
-| true 
 
-|- 
 
-| **showbuds** 
 
-| 
 
-| false
  
-|}
 
+<verbatim>
  
+<?plugin CategoryPage 
pagename=CategoryTest ?>
  
+</verbatim>
 
-== Example ==
 
+<?plugin CategoryPage pagename
=CategoryTest ?>
 
-{{{
  
-<?plugin-form CategoryPage pagename=CategoryExample?> 
 
-}}}
 
+! Author
  
+WikiLens:DanFr
 
-<?plugin-form CategoryPage pagename=CategoryExample?> 
 
- 
 
-== Author == 
 
-* [[WikiLens:DanFr]] 
 
- 
 
-== 
See Also ==
  
-* [[
Help:TemplatePlugin|TemplatePlugin]] 
 
-* [[
Help:CreatePagePlugin|CreatePagePlugin]] 
 
- 
 
-<noinclude>
 
+! 
See Also  
+Help:TemplatePlugin Help:CreatePagePlugin 
 ---- 
-[[
PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 
-</noinclude>
 
+PhpWikiDocumentation Help:WikiPlugin
 
version 2
short description
Usage
<?plugin CategoryPage ?>
Arguments
- page (default: current pagename)
 - The page to execute upon.
 
Example
<?plugin CategoryPage pagename=CategoryTest ?>
Plugin “CategoryPage” does not exist.
Author
See Also
Help:TemplatePlugin 
Help:CreatePagePlugin