The TranscludePlugin can be used to embed include whole (external) web pages within a wiki page.
src | The URL of the page to transclude |
---|---|
height | The (initial) height of the transclusion frame. If, possible, after the transcluded page is loaded, the frame is resized via javascript so that it fits the entire transcluded page. (See below for more.) |
<?plugin Transclude src="http://phpwiki.sourceforge.net/demo/ChangeLog" ?>
will get you
Transcluded from http://phpwiki.sourceforge.net/demo/ChangeLog
Page Execution took real: 11.538, user: 4.980, sys: 0.800 seconds |