Difference between revisions of "Widget:Iframe"

From Nottinghack Wiki
Jump to navigation Jump to search
m
(expand doc and cat)
Line 1: Line 1:
<noinclude>__NOTOC__
+
<includeonly><iframe src="<!--{$url|validate:url}-->" style="border: <!--{$border|escape:html|default:0}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly><noinclude>
This widget allows you to embed any web page on your wiki page using an iframe tag.
+
==Documentation==
 +
This widget allows you to embed any web page on your wiki page using an iframe tag. It is good for embedding the Google calendar on the [[Events]] page and the Trello on the [[ToDo]] page.
  
 +
===Source===
 
Created by [https://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]
 
Created by [https://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]
  
Line 7: Line 9:
 
For information on how to use this widget, see [https://www.mediawikiwidgets.org/Iframe widget description page on MediaWikiWidgets.org].
 
For information on how to use this widget, see [https://www.mediawikiwidgets.org/Iframe widget description page on MediaWikiWidgets.org].
  
</noinclude><includeonly><iframe src="<!--{$url|validate:url}-->" style="border: <!--{$border|escape:html|default:0}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly>
+
[[Category:Widget]]
 +
</noinclude>

Revision as of 13:10, 8 May 2019

Documentation

This widget allows you to embed any web page on your wiki page using an iframe tag. It is good for embedding the Google calendar on the Events page and the Trello on the ToDo page.

Source

Created by Sergey Chernyshev

Using this widget

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