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

0.2

1.9.x

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

2012 by Le Quoc Viet <vietlq85@gmail.com>

License

GNU GPL

Bugs

Discussion

MoinMoin: MacroMarket/IncludePage-1.9 (last edited 2012-11-13 08:17:18 by VietLe)