Diff: Help/LikePagesPlugin

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

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,27 +1,55 @@
-_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  
+| //empty string//  
+|-  
+| **suffix**  
+| List only pages that share the same suffix  
+| //empty string//  
+|}  
  
-<?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 ==  
+* [[Help:FuzzyPagesPlugin]]  
+  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

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

empty string

suffix

List only pages that share the same suffix

empty string

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