Date: Fri, 10 Sep 2010 13:46:13 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FFrameIncludePlugin; flags=PAGE_LOCKED; markup=2; charset=UTF-8 Content-Transfer-Encoding: binary 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 [[Help:IncludePagePlugin|IncludePage]] plugin. == Examples == To include a page from another site, use the **src** attribute: {{{ <> }}} 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. ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]