The Transclude plugin can be used to embed include whole (external) web pages within a wiki page.
Pages are transcluded using <iframe> tags.
Argument |
Description |
Default value |
---|---|---|
src |
The URL of the page to transclude |
none |
title |
The title of the page to transclude |
Transcluded page |
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.) |
450 |
quiet |
If set, frame appears as normal content |
false |
<<Transclude src="http://phpwiki.svn.sourceforge.net/viewvc/phpwiki/trunk/pgsrc/ReleaseNotes?view=markup">>
will get you
Transcluded from http://phpwiki.svn.sourceforge.net/viewvc/phpwiki/trunk/pgsrc/ReleaseNotes?view=markup