From: <var...@us...> - 2021-12-02 11:32:21
|
Revision: 10722 http://sourceforge.net/p/phpwiki/code/10722 Author: vargenau Date: 2021-12-02 11:32:19 +0000 (Thu, 02 Dec 2021) Log Message: ----------- pgsrc/Help%2FTranscludePlugin: better example Modified Paths: -------------- trunk/pgsrc/Help%2FTranscludePlugin Modified: trunk/pgsrc/Help%2FTranscludePlugin =================================================================== --- trunk/pgsrc/Help%2FTranscludePlugin 2021-12-02 11:29:09 UTC (rev 10721) +++ trunk/pgsrc/Help%2FTranscludePlugin 2021-12-02 11:32:19 UTC (rev 10722) @@ -1,4 +1,4 @@ -Date: Tue, 30 Nov 2021 13:09:40 +0000 +Date: Thu, 2 Dec 2021 12:30:31 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FTranscludePlugin; @@ -43,12 +43,12 @@ == Example == {{{ -<<Transclude src="https://sourceforge.net/p/phpwiki/code/HEAD/tree/trunk/pgsrc/ReleaseNotes?view=markup">> +<<Transclude src="https://en.wikipedia.org/wiki/PhpWiki">> }}} will get you -<<Transclude src="https://sourceforge.net/p/phpwiki/code/HEAD/tree/trunk/pgsrc/ReleaseNotes?view=markup">> +<<Transclude src="https://en.wikipedia.org/wiki/PhpWiki">> <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |