Support HammondWiki. Donate!
PayPal

The TranscludePlugin can be used to embed include whole (external) web pages within a wiki page.

Plugin Arguments

=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.)

Bugs / Caveats

  support iframes.  In that case the user will be presented with a
  link to the trancluded material.
  _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.)
  avoid recursive transclusions, or you'll be sorry (or at least
  amused.)

Example

<?plugin Transclude src="http://phpwiki.sourceforge.net/demo/ChangeLog" ?>

will get you

Transcluded from http://phpwiki.sourceforge.net/demo/ChangeLog

The content of this page is Copyright (C) 2000, 2001, 2002 Geoffrey T. Dairiki and the other authors of the content, whoever they may be.
This is free information and you are welcome redistribute it under certain conditions; see http://www.dairiki.org/HammondWiki/opl.html for details.
Absolutely no warrantee is made as to the correctness of the information on this page.