Difference between revisions of "Widget:Iframe"

From Nottinghack Wiki
Jump to navigation Jump to search
(expand doc and cat)
(example)
Line 2: Line 2:
 
==Documentation==
 
==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.
 
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.
 +
 +
=== Using this widget ===
 +
For information on how to use this widget, see [https://www.mediawikiwidgets.org/Iframe widget description page on MediaWikiWidgets.org].
 +
 +
===Example===
 +
For example, to embed the Trello the following code can be used:
 +
<nowiki>{{#widget:Iframe|url=https://trello.com/b/ASNy9clK.html|width=100%|height=750|border=0}}
 +
</nowiki>
  
 
===Source===
 
===Source===
 
Created by [https://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]
 
Created by [https://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]
 
== Using this widget ==
 
For information on how to use this widget, see [https://www.mediawikiwidgets.org/Iframe widget description page on MediaWikiWidgets.org].
 
  
 
[[Category:Widget]]
 
[[Category:Widget]]
 
</noinclude>
 
</noinclude>

Revision as of 13:53, 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.

Using this widget

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

Example

For example, to embed the Trello the following code can be used:

{{#widget:Iframe|url=https://trello.com/b/ASNy9clK.html|width=100%|height=750|border=0}}

Source

Created by Sergey Chernyshev