Diff: Help/LikePagesPlugin

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

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

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 1 Last edited on 17 January 2022 18:35 by harold Revert
@@ -21,13 +21,13 @@
 | current pagename 
 |- 
 | **prefix** 
 | List only pages that share the same prefix 
-| //empty//  
+| false  
 |- 
 | **suffix** 
 | List only pages that share the same suffix 
-| //empty//  
+| false  
 |} 
  
 == Examples == 
  
@@ -46,10 +46,9 @@
 == Author == 
 * [[Help:Reini Urban|Reini Urban]] 
  
 == See Also == 
-* [[Help:FuzzyPagesPlugin]]  
  
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 

version 2

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