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.) |
code is used to adjust the height of the
iframe so that it fits the entire transcluded page.
Unfortunately, this seems possible only when the transcluded page
comes from the same server as the wiki page. (This restriction is
due to security checks built in to the JavaScript
language.)<?plugin Transclude src="http://phpwiki.sourceforge.net/demo/ChangeLog" ?>
will get you
Transcluded from
http://phpwiki.sourceforge.net/demo/ChangeLog
lib/Template.php:112: Notice[8]: Only variables should be assigned by reference
lib/Template.php:114: Notice[8]: Only variables should be assigned by reference
lib/Template.php (In template 'htmldump'):112: Notice[8]: Only variables should be assigned by reference
lib/Template.php (In template 'htmldump'):114: Notice[8]: Only variables should be assigned by reference
lib/Template.php (In template 'body') (In template 'htmldump'):112: Notice[8]: Only variables should be assigned by reference
lib/Template.php (In template 'body') (In template 'htmldump'):114: Notice[8]: Only variables should be assigned by reference
lib/Template.php (In template 'body') (In template 'htmldump'):112: Notice[8]: Only variables should be assigned by reference
lib/Template.php (In template 'body') (In template 'htmldump'):114: Notice[8]: Only variables should be assigned by reference
lib/CachedMarkup.php (In template 'browse') (In template 'body') (In template 'htmldump'):427: Notice[8]: Only variables should be assigned by reference
lib/Request.php (In template 'browse') (In template 'body') (In template 'htmldump'):84: Notice[1024]: Request::getURLtoSelf() should probably not be from POST
lib/Template.php (In template 'browse') (In template 'body') (In template 'htmldump'):112: Notice[8]: Only variables should be assigned by reference
lib/Template.php (In template 'browse') (In template 'body') (In template 'htmldump'):114: Notice[8]: Only variables should be assigned by reference
lib/Template.php (In template 'body') (In template 'htmldump'):112: Notice[8]: Only variables should be assigned by reference
lib/Template.php (In template 'body') (In template 'htmldump'):114: Notice[8]: Only variables should be assigned by reference