Widget:Iframe
Материал из Dharmakaya
(Различия между версиями)
Adminwiki (обсуждение | вклад) (Новая страница: «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}}<n...») |
Adminwiki (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
- | This widget allows you to | + | <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|validate:int|default:400}-->" height="<!--{$height|validate:int|default:300}-->"></iframe></includeonly> | |
- | + | ||
- | + | ||
- | + | ||
- | = | + | |
- | + | ||
- | |url= | + | |
- | |width= | + | |
- | |height= | + | |
- | | | + | |
- | + |
Текущая версия на 11:24, 17 июня 2010
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.