Diff: Help/LikePagesPlugin

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

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

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,54 @@
-_short description_  
+The **~LikePages** [[Help:WikiPlugin|plugin]] lists page names which share an initial or final title word with a given page.  
  
-! Usage  
-<verbatim>  
- <?plugin LikePages ?>  
-</verbatim>  
+== Usage ==  
  
-! Arguments  
+{{{  
+<<LikePages arguments>>  
+}}}  
  
-page _(default: current pagename)_:  
- The page to execute upon.  
+== Arguments ==  
  
-! Example  
+All [[Help:PageList|PageList]] arguments, plus the following ones:  
  
-<verbatim>  
-<?plugin LikePages ?>  
-</verbatim>  
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| **page**  
+| The page to execute upon  
+| current pagename  
+|-  
+| **prefix**  
+| List only pages that share the same prefix  
+| false  
+|-  
+| **suffix**  
+| List only pages that share the same suffix  
+| false  
+|}  
  
-<?plugin LikePages ?>  
+== Examples ==  
  
-! Author  
-PhpWiki:ReiniUrban  
+{{{  
+<<LikePages page=HomePage>>  
+}}}  
  
-! See Also  
+<<LikePages page=HomePage>>  
  
+{{{  
+<<LikePages suffix=Page>>  
+}}}  
+  
+<<LikePages suffix=Page>>  
+  
+== Author ==  
+* [[Help:Reini Urban|Reini Urban]]  
+  
+== See Also ==  
+  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

version 4

The LikePages plugin lists page names which share an initial or final title word with a given page.

Usage

<<LikePages arguments>>

Arguments

All PageList arguments, plus the following ones:

Argument

Description

Default value

page

The page to execute upon

current pagename

prefix

List only pages that share the same prefix

false

suffix

List only pages that share the same suffix

false

Examples

<<LikePages page=HomePage>>

These pages share an initial or final title word with “HomePage

No matches

<<LikePages suffix=Page>>

Page names with suffix “Page”

No matches

Author

See Also