Diff: Help/WantedPagesPlugin

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

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,62 @@
-_short description_  
+The **~WantedPages** [[Help:WikiPlugin|plugin]] returns a list of referenced pages which do not exist yet.  
  
-! Usage  
-<verbatim>  
- <?plugin WantedPages ?>  
-</verbatim>  
+All empty pages which are linked from any page - with an ending question mark, or for just a single page, when the page argument is present.  
  
-! Arguments  
+== Usage ==  
  
-page _(default: current pagename)_:  
- The page to execute upon.  
+{{{  
+<<WantedPages arguments>>  
+}}}  
  
-! Example  
+== Arguments ==  
  
-<verbatim>  
-<?plugin WantedPages ?>  
-</verbatim>  
+All [[Help:PageList|PageList]] arguments, plus the following ones:  
  
-<?plugin WantedPages ?>  
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| **page**  
+| just for a single page  
+| pagename  
+|-  
+| **withlinks**  
+| display links  
+| 0  
+|-  
+| **noheader**  
+| Boolean. If true, header should be omitted.  
+| false  
+|-  
+| **exclude_from**  
+| Comma-separated list of pages to exclude  
+| PgsrcTranslation, InterWikiMap  
+|-  
+| **limit**  
+| maximum number of wanted pages to display  
+| 100  
+|-  
+| **paging**  
+|  
+| auto  
+|}  
  
-! Author  
-PhpWiki:ReiniUrban  
+== Example ==  
  
-! See Also  
+{{{  
+<<WantedPages>>  
+}}}  
  
+<<WantedPages>>  
+  
+== Author ==  
+* [[Help:Reini Urban|Reini Urban]]  
+  
+== See Also ==  
+  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The WantedPages plugin returns a list of referenced pages which do not exist yet.

All empty pages which are linked from any page - with an ending question mark, or for just a single page, when the page argument is present.

Usage

<<WantedPages arguments>>

Arguments

All PageList arguments, plus the following ones:

Argument

Description

Default value

page

just for a single page

pagename

withlinks

display links

0

noheader

Boolean. If true, header should be omitted.

false

exclude_from

Comma-separated list of pages to exclude

PgsrcTranslation, InterWikiMap

limit

maximum number of wanted pages to display

100

paging

auto

Example

<<WantedPages>>

Wanted Pages for Help/WantedPagesPlugin:

No matches

Author

See Also