Diff: Help/BackLinksPlugin

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

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

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
@@ -1,13 +1,5 @@
 The **~BackLinks** [[Help:WikiPlugin|plugin]] lists all pages which link to a given page. 
-  
-The contents of all pages are searched to find links to the current  
-page. The ~BackLinks function also answers the question: “Which pages  
-contain the title of this page?”.  
-  
-To display the list of pages which all contain multiple links use a pagelist as page argument.  
-For example {{{<<BackLinks page=Milk,Honey>>}}} would display all pages which  
-contain links to Milk AND Honey.  
  
 == Usage == 
  
 {{{ 
@@ -28,13 +20,13 @@
 | Page from which the back links are calculated. 
 | Current page 
 |- 
 | **include_self** 
-| Boolean. If true, include yourself in the results. 
+| Include yourself in the results. 
 | false 
 |- 
 | **noheader** 
-| Boolean. If true, header should be omitted
+| 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. 
@@ -47,13 +39,8 @@
 <<BackLinks page=HomePage>> 
 }}} 
  
 <<BackLinks page=HomePage>> 
-  
-== Known Problems ==  
-  
-Back links will not be found if the link is inside a table, or in an included template,  
-or in general if the link is in text generated by a plugin.  
  
 == Author == 
 * [[Help:Reini Urban|Reini Urban]] 
  

version 2

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