Widget:Iframe
Aus Fuldawiki
(Unterschied zwischen Versionen)
(Die Seite wurde neu angelegt: „This widget allows you to add any page within an iframe tag to your site. To insert this widget, use the following code: <nowiki>{{#widget:</nowiki>{{PAGENAME}…“) |
Karin (Diskussion | Beiträge) |
||
(Der Versionsvergleich bezieht 2 dazwischenliegende Versionen mit ein.) | |||
Zeile 1: | Zeile 1: | ||
- | This widget allows you to add any page within an iframe tag to your site. | + | <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]. | ||
+ | |||
+ | == 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|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly> | ||
+ | |||
+ | |||
+ | <!--This widget allows you to add any page within an iframe tag to your site. | ||
To insert this widget, use the following code: | To insert this widget, use the following code: | ||
Zeile 15: | Zeile 28: | ||
* '''height''' - width of the iframe (default is 300) | * '''height''' - width of the iframe (default is 300) | ||
* '''border''' - border width (default is 1) | * '''border''' - border width (default is 1) | ||
- | + | --> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Aktuelle Version vom 17:50, 17. Jul. 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.