From: <var...@us...> - 2008-08-28 18:14:23
|
Revision: 6217 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6217&view=rev Author: vargenau Date: 2008-08-28 18:14:32 +0000 (Thu, 28 Aug 2008) Log Message: ----------- Bordered table Modified Paths: -------------- trunk/pgsrc/Help%2FIncludePagePlugin Modified: trunk/pgsrc/Help%FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2008-08-28 18:12:59 UTC (rev 6216) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2008-08-28 18:14:32 UTC (rev 6217) @@ -1,4 +1,4 @@ -Date: Thu, 22 Aug 2008 10:56:37 +0200 +Date: Thu, 28 Aug 2008 10:56:37 +0200 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -17,24 +17,48 @@ !!! Arguments -page - The page to include -rev - the revision (defaults to most recent) -quiet - if set, inclusion appears as normal content -bytes - maximum number of bytes to include -words - maximum number of words to include -lines - maximum number of lines to include -sections - maximum number of sections to include -section - include a named section -sectionhead - when including a named section show the heading +{| class="bordered" +|- +| Argument +| Description +| Default value +|- +| <b>page</b> +| The page to include +| ''None'' (mandatory argument) +|- +| <b>rev</b> +| the revision +| defaults to most recent +|- +| <b>quiet</b> +| if set, inclusion appears as normal content +| false +|- +| <b>bytes</b> +| maximum number of bytes to include +| ''None'' (include all page) +|- +| <b>words</b> +| maximum number of words to include +| ''None'' (include all page) +|- +| <b>lines</b> +| maximum number of lines to include +| ''None'' (include all page) +|- +| <b>sections</b> +| maximum number of sections to include +| ''None'' (include all sections) +|- +| <b>section</b> +| include a named section +| ''None'' +|- +| <b>sectionhead</b> +| when including a named section show the heading +| false +|} !!! Examples This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-03-06 10:21:24
|
Revision: 6647 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6647&view=rev Author: vargenau Date: 2009-03-06 10:21:19 +0000 (Fri, 06 Mar 2009) Log Message: ----------- "sections" parameter does not work if sections to include are in Wikicreole syntax Modified Paths: -------------- trunk/pgsrc/Help%2FIncludePagePlugin Modified: trunk/pgsrc/Help%FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2009-03-06 09:13:28 UTC (rev 6646) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2009-03-06 10:21:19 UTC (rev 6647) @@ -1,4 +1,4 @@ -Date: Fri, 6 Mar 2009 09:48:31 +0000 +Date: Fri, 6 Mar 2009 11:20:34 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -75,12 +75,15 @@ <<IncludePage page=Help/AllPagesPlugin section="Arguments" sectionhead=true>> === ~IncludePage page=Help/~AllPagesPlugin sections=2 -<<IncludePage page=Help/AllPagesPlugin sections=2>> +Does not work. +<!-- <<IncludePage page=Help/AllPagesPlugin sections=2>> --> + == Known bugs * [~RedirectTo|Help:RedirectToPlugin] plugin is not handled correctly. * Line and word limit doesn't work if the included page itself includes a plugin. +* "sections" parameter does not work if sections to include are in Wikicreole syntax == Authors This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-11-20 17:32:15
|
Revision: 7272 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7272&view=rev Author: vargenau Date: 2009-11-20 17:32:02 +0000 (Fri, 20 Nov 2009) Log Message: ----------- Update "Known bugs" section Modified Paths: -------------- trunk/pgsrc/Help%2FIncludePagePlugin Modified: trunk/pgsrc/Help%2FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2009-11-20 17:09:23 UTC (rev 7271) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2009-11-20 17:32:02 UTC (rev 7272) @@ -1,4 +1,4 @@ -Date: Mon, 1 Jun 2009 15:05:05 +0000 +Date: Fri, 20 Nov 2009 18:30:13 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -82,9 +82,9 @@ == Known bugs -* [[Help:RedirectToPlugin|~RedirectTo]] plugin is not handled correctly. * Line and word limit doesn't work if the included page itself includes a plugin. -* "sections" parameter does not work if sections to include are in Wikicreole syntax +* "sections" parameter does not work if sections to include are in Wikicreole syntax. +* "section" parameter does not always work if sections to include use both Wikicreole/Mediawiki and classic Phpwiki syntax. == Authors This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2015-03-04 16:12:35
|
Revision: 9601 http://sourceforge.net/p/phpwiki/code/9601 Author: vargenau Date: 2015-03-04 16:12:24 +0000 (Wed, 04 Mar 2015) Log Message: ----------- Use smart quotes Modified Paths: -------------- trunk/pgsrc/Help%2FIncludePagePlugin Modified: trunk/pgsrc/Help%2FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2015-03-04 16:07:32 UTC (rev 9600) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2015-03-04 16:12:24 UTC (rev 9601) @@ -1,4 +1,4 @@ -Date: Wed, 4 Mar 2015 14:20:06 +0000 +Date: Wed, 4 Mar 2015 17:11:58 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.3) Content-Type: application/x-phpwiki; pagename=Help%2FIncludePagePlugin; @@ -6,7 +6,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -The **~IncludePage** [[Help:WikiPlugin|plugin]] will "include" other pages in this wiki. In the language of hypertext this is called //transclusion//. +The **~IncludePage** [[Help:WikiPlugin|plugin]] will “include” other pages in this wiki. In the language of hypertext this is called //transclusion//. The pages will render in distinct tables. == Usage == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2016-03-23 11:15:55
|
Revision: 9828 http://sourceforge.net/p/phpwiki/code/9828 Author: vargenau Date: 2016-03-23 11:15:53 +0000 (Wed, 23 Mar 2016) Log Message: ----------- Update Help/IncludePagePlugin Modified Paths: -------------- trunk/pgsrc/Help%2FIncludePagePlugin Modified: trunk/pgsrc/Help%2FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2016-03-23 11:03:06 UTC (rev 9827) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2016-03-23 11:15:53 UTC (rev 9828) @@ -1,4 +1,4 @@ -Date: Mon, 8 Feb 2016 10:24:27 +0000 +Date: Wed, 23 Mar 2016 12:15:20 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) Content-Type: application/x-phpwiki; pagename=Help%2FIncludePagePlugin; @@ -7,7 +7,6 @@ Content-Transfer-Encoding: binary The **~IncludePage** [[Help:WikiPlugin|plugin]] will “include” other pages in this wiki. In the language of hypertext this is called //transclusion//. -The pages will render in distinct tables. == Usage == @@ -37,15 +36,15 @@ |- | **bytes** | maximum number of bytes to include -| //None// (include all page) +| //None// (include whole page) |- | **words** | maximum number of words to include -| //None// (include all page) +| //None// (include whole page) |- | **lines** | maximum number of lines to include -| //None// (include all page) +| //None// (include whole page) |- | **sections** | maximum number of sections to include This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2022-02-15 14:33:52
|
Revision: 10994 http://sourceforge.net/p/phpwiki/code/10994 Author: vargenau Date: 2022-02-15 14:33:50 +0000 (Tue, 15 Feb 2022) Log Message: ----------- pgsrc/Help%2FIncludePagePlugin: add full stop Modified Paths: -------------- trunk/pgsrc/Help%2FIncludePagePlugin Modified: trunk/pgsrc/Help%2FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2022-02-15 14:32:37 UTC (rev 10993) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2022-02-15 14:33:50 UTC (rev 10994) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2021 18:48:34 +0000 +Date: Tue, 15 Feb 2022 15:30:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.1) Content-Type: application/x-phpwiki; pagename=Help%2FIncludePagePlugin; @@ -24,11 +24,11 @@ ! Default value |- | **page** -| The page to include +| The page to include. | //none// (required argument) |- | **rev** -| The revision +| Page revision. | most recent revision |- | **quiet** @@ -36,27 +36,27 @@ | false |- | **bytes** -| Maximum number of bytes to include +| Maximum number of bytes to include. | //none// (include whole page) |- | **words** -| Maximum number of words to include +| Maximum number of words to include. | //none// (include whole page) |- | **lines** -| Maximum number of lines to include +| Maximum number of lines to include. | //none// (include whole page) |- | **sections** -| Maximum number of sections to include +| Maximum number of sections to include. | //none// (include all sections) |- | **section** -| Include a named section +| Include a named section. | //none// |- | **sectionhead** -| Boolean. If true, when including a named section show the heading +| Boolean. If true, when including a named section show the heading. | false |} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |