Diff: Help/FrameIncludePlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 3 and previous revision of Help/FrameIncludePlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 3 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 2 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,21 +1,24 @@
-This plugin will create an HTML frame that will fill the entire display area of the page (that is, the whole area the user is allowed to edit). All other text will be discarded when the page is rendered (anything outside the call to plugin, that is). In the language of hypertext this is called <i> transclusion< /i>
+The **~FrameInclude** [[Help:WikiPlugin| plugin]] will create an HTML frame that will fill the entire display area of the page (that is, the whole area the user is allowed to edit). All other text will be discarded when the page is rendered (anything outside the call to plugin, that is). In the language of hypertext this is called // transclusion//
  
-You might also be interested in the IncludePagePlugin. 
+You might also be interested in the [[Help: IncludePagePlugin|IncludePage]] plugin
  
-Examples: to include a page from another site, use the <b>src</b> attribute:  
+== Examples ==  
  
-<verbatim>  
-<?plugin FrameInclude src="http ://phpwiki.org/" ?>  
-</verbatim>  
+To include a page from another site, use the ** src** attribute
  
-To include a page from within this wiki, use the <b>page </b > attribute:  
+{{{  
+ <<FrameInclude src="http: //phpwiki.org/" >>  
+}}}  
  
-<verbatim>  
-<?plugin FrameInclude page=HomePage ?>  
-</verbatim>  
+To include a page from within this wiki, use the **page** attribute:  
  
-For more information on this plugin please read the PHP source code in the /lib/plugin directory.  
+{{{  
+<<FrameInclude page=HomePage>>  
+}}}  
  
------  
+For more information on this plugin please read the PHP source code in the /lib/plugin directory.  
  
-PhpWikiDocumentation Help:WikiPlugin  
+<noinclude>  
+----  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

version 3

The FrameInclude plugin will create an HTML frame that will fill the entire display area of the page (that is, the whole area the user is allowed to edit). All other text will be discarded when the page is rendered (anything outside the call to plugin, that is). In the language of hypertext this is called transclusion.

You might also be interested in the IncludePage plugin.

Examples

To include a page from another site, use the src attribute:

<<FrameInclude src="http://phpwiki.org/">>

To include a page from within this wiki, use the page attribute:

<<FrameInclude page=HomePage>>

For more information on this plugin please read the PHP source code in the /lib/plugin directory.