Difference between revisions of "Widget:Iframe"

From Velocity Aircraft Wiki
Jump to navigation Jump to search
(Created page with "{{#widget:Iframe |url=http://docs.google.com/present/embed?id=dcn37mcz_22cmnwnwf8 |width=410 |height=342 |border=0 }}")
 
 
Line 1: Line 1:
{{#widget:Iframe
+
<noinclude>__NOTOC__
|url=http://docs.google.com/present/embed?id=dcn37mcz_22cmnwnwf8
+
This widget allows you to embed any web page on your wiki page using an iframe tag.
|width=410
+
 
|height=342
+
Created by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]
|border=0
+
 
}}
+
== Using this widget ==
 +
For information on how to use this widget, see [http://www.mediawikiwidgets.org/Iframe widget description page on MediaWikiWidgets.org].
 +
 
 +
== Copy to your site ==
 +
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
 +
</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>

Latest revision as of 12:39, 14 April 2011

This widget allows you to embed any web page on your wiki page using an iframe tag.

Created by Sergey Chernyshev

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy full source code of this page to your wiki as Widget:Iframe article.