Widget:Iframe

From RepRap
Jump to: navigation, search

This widget allows you to embed any web page on your wiki page using an iframe tag. For information on how to use this widget, see widget description page on MediaWikiWidgets.org. Created by Sergey Chernyshev

To insert this widget, use the following code:

{{#widget:Iframe
|url=http://forums.reprap.org/read.php?1,352069
|width=90%
|height=342px
|border=0
}}
  • url - URL of page being inserted
  • width - width of the iframe (optional, default is 400px)
  • height - height of the iframe (optional, default is 300px)
  • border - border width (optional, default is 1px)

URL must point to either reprap.org, wiki.reprap.org, forums.reprap.org or docs.google.com.

Note to wiki admins: this list is currently hardcoded in /data/objects/htdocs/mediawiki/extensions/Widgets/smarty_plugins/modifier.validate.php and can be changed easily.