Diff: Help/BackLinksPlugin

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

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

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,52 @@
-_short description_  
+The **~BackLinks** [[Help:WikiPlugin|plugin]] lists all pages which link to a given page.  
  
-! Usage  
-<verbatim>  
- <?plugin BackLinks ?>  
-</verbatim>  
+== Usage ==  
  
-! Arguments  
+{{{  
+<<BackLinks arguments>>  
+}}}  
  
-page _(default: current pagename)_:  
- The page to execute upon.  
+== Arguments ==  
  
-! Example  
+All [[Help:PageList|PageList]] arguments, plus the following ones:  
  
-<verbatim>  
-<?plugin BackLinks ?>  
-</verbatim
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| **page**  
+| Page from which the back links are calculated.  
+| Current page  
+|-  
+| **include_self**  
+| Include yourself in the results.  
+| false  
+|-  
+| **noheader**  
+| Do not display header.  
+| false  
+|-  
+| **linkmore**  
+| If count > 0 and limit > 0 display a link with the number of all results, linked to the given pagename.  
+|  
+|}  
  
-<?plugin BackLinks ?>  
+== Example ==  
  
-! Author  
-PhpWiki:ReiniUrban  
+{{{  
+<<BackLinks page=HomePage>>  
+}}}  
  
-! See Also  
+<<BackLinks page=HomePage>>  
  
+== Author ==  
+* [[Help:Reini Urban|Reini Urban]]  
+  
+== See Also ==  
+  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

version 4

The BackLinks plugin lists all pages which link to a given page.

Usage

<<BackLinks arguments>>

Arguments

All PageList arguments, plus the following ones:

Argument

Description

Default value

page

Page from which the back links are calculated.

Current page

include_self

Include yourself in the results.

false

noheader

Do not display header.

false

linkmore

If count > 0 and limit > 0 display a link with the number of all results, linked to the given pagename.

Example

<<BackLinks page=HomePage>>

247 pages link to HomePage:

|<<   << - 1 / 5 - Next >>   >>|
|<<   << - 1 / 5 - Next >>   >>|

Author

See Also