Widget:Iframe: Difference between revisions
Jump to navigation
Jump to search
Rand Linden (talk | contribs) Created page with "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}}<nowiki> |url=h…" |
(No difference)
|
Revision as of 09:51, 16 August 2011
This widget allows you to add any page within an iframe tag to your site.
To insert this widget, use the following code:
{{#widget:Iframe |url=http://www.google.com |width=410 |height=342 |border=0 }}
Parameters
- url - URL of page being inserted
- width - width of the iframe (default is 400)
- height - width of the iframe (default is 300)
- border - border width (default is 1)
Sample result
Error in widget Iframe: Syntax error in template "wiki:wiki:Iframe" on line 1 "<iframe src="<!--{$url|validate:url}-->" frameborder="<!--{$border|validate:int|default:0}-->" width="<!--{$width|escape:html|default:100%}-->" height="<!--{$height|escape:html|default:800}-->" scrolling="<!--{$scrolling|escape:html|default:no}-->"></iframe>" - Unexpected "}-->"