IncludePage

Description

You can use this macro to include an external page, an interwiki page or a normal wiki page through an <iframe>.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

IncludePage.py

Usage

<<IncludePage(FrontPage, 800, 600)>>

<<IncludePage(MoinMoin:FrontPage, 800, 600)>>

<<IncludePage(http://moinmo.in, 90%, 30%)>>

You need to specify at least the page to inline and the width and the height of the iframe.

Optionally you can customize ouput by using the following parameters:

Warning:

Using <iframe> is not compliant with HTML strict standard. Therefore a common markup validation service will display an "invalid html" error message for a wiki page using this macro.

Example

<<IncludePage(FrontPage, 800, 600)>>

<<IncludePage(MoinMoin:FrontPage, 800, 600)>>

<<IncludePage(http://moinmo.in, 90%, 30%)>>

2008 by Oliver Siemoneit

License

GNU GPL

Bugs

Discussion

MoinMoin: MacroMarket/IncludePage-1.7 (last edited 2008-05-29 20:29:44 by p57B4B53F)