Changes

Jump to navigation Jump to search
1,113 bytes added ,  12:37, 10 April 2010
Created page with '<noinclude>__NOTOC__ This widget allows you to embed any web page on your wiki page using an iframe tag. Created by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Serge…'
<noinclude>__NOTOC__
This widget allows you to embed any web page on your wiki page using an iframe tag.

Created by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]

== Using this widget ==
For information on how to use this widget, see [http://www.mediawikiwidgets.org/Iframe widget description page on MediaWikiWidgets.org].

<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
|url=http://docs.google.com/present/embed?id=dcn37mcz_22cmnwnwf8
|width=410
|height=342
|border=0
}}</nowiki>

== Parameters ==
* '''url''' - URL of page being inserted
* '''width''' - width of the iframe (default is 400)
* '''height''' - width of the iframe (default is 300)
* '''border''' - border width (default is 1)

== Sample result ==
{{#widget:{{PAGENAME}}
|url=http://docs.google.com/present/embed?id=dcn37mcz_22cmnwnwf8
|width=410
|height=342
|border=0
}}
</noinclude><includeonly><iframe src="<!--{$url|validate:url}-->" frameborder="<!--{$border|validate:int|default:0}-->" width="<!--{$width|validate:int|default:400}-->" height="<!--{$height|validate:int|default:300}-->"></iframe></includeonly>

Navigation menu