From: <var...@us...> - 2009-02-23 10:32:41
|
Revision: 6531 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6531&view=rev Author: vargenau Date: 2009-02-23 10:32:36 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Add arguments description Modified Paths: -------------- trunk/pgsrc/Help%2FBackLinksPlugin Modified: trunk/pgsrc/Help%FBackLinksPlugin =================================================================== --- trunk/pgsrc/Help%2FBackLinksPlugin 2009-02-23 09:45:12 UTC (rev 6530) +++ trunk/pgsrc/Help%2FBackLinksPlugin 2009-02-23 10:32:36 UTC (rev 6531) @@ -17,8 +17,28 @@ == Arguments -page _(default: current pagename)_: - The page to execute upon. +{| 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. +| +|} == Example @@ -29,7 +49,7 @@ <<BackLinks page=HomePage>> == Author -[Reini Urban|PhpWiki:ReiniUrban] +* [Reini Urban|PhpWiki:ReiniUrban] == See Also This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-05-20 08:50:29
|
Revision: 6811 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6811&view=rev Author: vargenau Date: 2009-05-20 08:50:21 +0000 (Wed, 20 May 2009) Log Message: ----------- Fix bold syntax Modified Paths: -------------- trunk/pgsrc/Help%2FBackLinksPlugin Modified: trunk/pgsrc/Help%FBackLinksPlugin =================================================================== --- trunk/pgsrc/Help%2FBackLinksPlugin 2009-05-14 13:57:28 UTC (rev 6810) +++ trunk/pgsrc/Help%2FBackLinksPlugin 2009-05-20 08:50:21 UTC (rev 6811) @@ -1,4 +1,4 @@ -Date: Sat, 18 Apr 2009 18:17:26 +0000 +Date: Wed, 20 May 2009 10:52:01 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage {{{ -<<BackLinks>> +<<BackLinks arguments>> }}} == Arguments @@ -31,7 +31,7 @@ | Include yourself in the results. | false |- -| noheader** +| **noheader** | Do not display header. | false |- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-10-01 08:53:46
|
Revision: 9142 http://sourceforge.net/p/phpwiki/code/9142 Author: vargenau Date: 2014-10-01 08:53:38 +0000 (Wed, 01 Oct 2014) Log Message: ----------- Add Known Bugs section for BackLinks Modified Paths: -------------- trunk/pgsrc/Help%2FBackLinksPlugin Modified: trunk/pgsrc/Help%2FBackLinksPlugin =================================================================== --- trunk/pgsrc/Help%2FBackLinksPlugin 2014-10-01 08:45:37 UTC (rev 9141) +++ trunk/pgsrc/Help%2FBackLinksPlugin 2014-10-01 08:53:38 UTC (rev 9142) @@ -1,4 +1,4 @@ -Date: Wed, 1 Oct 2014 10:34:21 +0000 +Date: Wed, 1 Oct 2014 10:52:27 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.0) Content-Type: application/x-phpwiki; pagename=Help%2FBackLinksPlugin; @@ -57,6 +57,12 @@ <<BackLinks page=HomePage>> +== Known Bugs == + +Back links should be found even if the link is inside a table, or in an +included template, but not in some complex cases (for example, the link +is in a template included inside a table). + == Author == * [[Help:Reini Urban|Reini Urban]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2021-11-30 11:55:41
|
Revision: 10709 http://sourceforge.net/p/phpwiki/code/10709 Author: vargenau Date: 2021-11-30 11:55:39 +0000 (Tue, 30 Nov 2021) Log Message: ----------- Update Known Problems in Help%2FBackLinksPlugin Modified Paths: -------------- trunk/pgsrc/Help%2FBackLinksPlugin Modified: trunk/pgsrc/Help%2FBackLinksPlugin =================================================================== --- trunk/pgsrc/Help%2FBackLinksPlugin 2021-11-30 11:54:16 UTC (rev 10708) +++ trunk/pgsrc/Help%2FBackLinksPlugin 2021-11-30 11:55:39 UTC (rev 10709) @@ -1,4 +1,4 @@ -Date: Sat, 20 Feb 2021 11:52:37 +0000 +Date: Tue, 30 Nov 2021 12:51:19 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FBackLinksPlugin; @@ -59,9 +59,8 @@ == Known Problems == -Back links should be found even if the link is inside a table, or in an -included template, but not in some complex cases (for example, the link -is in a template included inside a table). +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]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |