From: <var...@us...> - 2014-10-01 08:35:43
|
Revision: 9140 http://sourceforge.net/p/phpwiki/code/9140 Author: vargenau Date: 2014-10-01 08:35:33 +0000 (Wed, 01 Oct 2014) Log Message: ----------- Move doc from BackLinks to Help/BackLinksPlugin Modified Paths: -------------- trunk/pgsrc/BackLinks trunk/pgsrc/Help%2FBackLinksPlugin Modified: trunk/pgsrc/BackLinks =================================================================== --- trunk/pgsrc/BackLinks 2014-09-30 16:39:29 UTC (rev 9139) +++ trunk/pgsrc/BackLinks 2014-10-01 08:35:33 UTC (rev 9140) @@ -1,4 +1,4 @@ -Date: Tue, 29 Jul 2014 10:42:12 +0000 +Date: Wed, 1 Oct 2014 10:34:21 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.0) Content-Type: application/x-phpwiki; pagename=BackLinks; @@ -6,19 +6,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -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?". - ----- - <<BackLinks exclude||='' include_self||=1 noheader||=0>> ---- - -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. - ----- [[CategoryActionPage]] Modified: trunk/pgsrc/Help%2FBackLinksPlugin =================================================================== --- trunk/pgsrc/Help%2FBackLinksPlugin 2014-09-30 16:39:29 UTC (rev 9139) +++ trunk/pgsrc/Help%2FBackLinksPlugin 2014-10-01 08:35:33 UTC (rev 9140) @@ -1,4 +1,4 @@ -Date: Tue, 29 Jul 2014 10:42:12 +0000 +Date: Wed, 1 Oct 2014 10:34:21 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.0) Content-Type: application/x-phpwiki; pagename=Help%2FBackLinksPlugin; @@ -8,6 +8,14 @@ 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 == {{{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |