Penguin

Differences between current version and predecessor to the previous major change of BackLinks.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Monday, June 22, 2009 11:56:53 pm by AristotlePagaltzis
Older page: version 1 Last edited on Wednesday, July 24, 2002 10:17:43 pm by The PhpWiki programming team Revert
@@ -1,3 +1,18 @@
 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?". 
+  
+<?plugin BackLinks page ?>  
+  
 ---- 
-<?plugin BackLinks exclude||= '' include_self||= 1 noheader||= 0 page||='' info||='' ?
+  
+Such a list can be embedded on any page by using the BackLinks WikiPlugin. It accepts the following parameters: ''''  
+  
+<tt>exclude</tt>:  
+ Comma-separated list of pages to exclude from the list <br><br>  
+<tt> include_self</tt>:  
+ Boolean (default 1), whether to include the current page in the list of pages, if it links to itself. <br><br>  
+<tt> noheader</tt>:  
+ Boolean (default ), whether to display the "X pages link to ~SomePage" header <br><br>  
+<tt> page</tt>:  
+ Page whose BackLinks should be shown; defaults to the current page <br><br>  
+<tt> info</tt >:  
+ ?