Diff: Help/IncludePagesPlugin

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

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,44 @@
-_short description_  
+The **~IncludePages** [[Help:WikiPlugin|plugin]] will "include" a list of multiple pages, based on [[Help:IncludePagePlugin|IncludePage]] plugin.  
  
-! Usage  
-<verbatim>  
- <?plugin IncludePages ? >  
-</verbatim>  
+== Usage ==  
+{{{  
+<< IncludePages arguments > >  
+}}}  
  
-! Arguments 
+== Arguments ==  
  
-page _(default : current pagename)_ :  
- The page to execute upon.  
+All arguments from [[Help :IncludePagePlugin|IncludePage]] plugin, plus the following ones
  
-! Example  
+{| class="bordered"  
+|-  
+ ! Argument  
+! Description  
+! Default value  
+|-  
+| **pages**  
+| The pages to include  
+| //none//  
+|-  
+| **exclude**  
+| Comma-separated list of pages to exclude  
+| false  
+|}  
  
-<verbatim>  
-<?plugin IncludePages ?>  
-</verbatim>  
+== Example ==  
  
-<?plugin IncludePages ?
+{{{  
+< <IncludePages pages=<!plugin-list BackLinks !> > >  
+}}}  
  
-! Author  
-PhpWiki:ReiniUrban  
+<<IncludePages pages=< !plugin-list BackLinks !> >>  
  
-! See Also  
+== Author ==  
+* [[Help:Reini Urban|Reini Urban]]  
  
+== See Also ==  
+* [[Help:IncludePagePlugin]]  
+  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The IncludePages plugin will "include" a list of multiple pages, based on IncludePage plugin.

Usage

<<IncludePages arguments >>

Arguments

All arguments from IncludePage plugin, plus the following ones:

Argument

Description

Default value

pages

The pages to include

none

exclude

Comma-separated list of pages to exclude

false

Example

<<IncludePages pages=<!plugin-list BackLinks !> >>

Author

See Also