]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FIncludePagePlugin
bump version
[SourceForge/phpwiki.git] / pgsrc / Help%2FIncludePagePlugin
1 Date: Sun, 4 Jul 2004 01:31:02 -0700
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.7)
3 X-Rcs-Id: $Id: Help%2FIncludePagePlugin,v 1.1 2005-11-21 22:19:00 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FIncludePagePlugin;
6   pgsrc_version="2 $Revision: 1.1 $";
7   flags="";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 This plugin will "include" other pages in this wiki. In the language of hypertext this is called <i>transclusion</i>. The pages will render in distinct tables. You can also load external pages in a more limited fashion with the FrameIncludePlugin. Examples:
13
14 <?plugin IncludePage page="HomePage" ?>
15
16 <?plugin IncludePage page="WabiSabi" ?>
17
18 -----
19
20 PhpWikiDocumentation Help:WikiPlugin