Plugins/Code for icluding web pages in the wiki:
Framecontribs (by Hervé Pendeville)
<?plugin FrameContribs src=URLI height=500 width=95% frameborder=0 scrolling=yes ?>
- src is mandatory ( paste URL of page here )
- height is mandatory ( to be calculated if scrolling not allowed )
- width is default 100%
- frameborder is default 0 (without)
- H&V scrolling is default automatic ( can be forced yes/no )
- no need for admin rights
- preview does not show the frame ==> easier to edit :-)
RawHtml
<?plugin RawHtml <html> <head> <title>Contributors</title> </head> <body> <IFRAME SRC="http://www.ibiblio.org" TITLE="Contributors" WIDTH=98% HEIGHT=1500 SCROLLING=NO FRAMEBORDER=0></IFRAME> </body> </html> ?>
Transclude (deprecated as it causes error messages in some versions of Internet Explorer)
<?plugin Transclude src=http://www.ibiblio.org height=1500?>