Widget:Iframe: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Rand Linden (talk | contribs)
No edit summary
Rand Linden (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
This widget allows you to embed any web page on your wiki page using an iframe tag.
This widget allows you to embed any web page on your wiki page using an iframe tag.


</noinclude><includeonly><iframe src="<!--{$url|validate:url}-->" frameborder="<!--{$border|validate:int|default:0}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly>
For instructions on using see [[{{TALKPAGENAME}}]].
 
</noinclude><includeonly><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></includeonly>

Latest revision as of 11:10, 14 October 2011

This widget allows you to embed any web page on your wiki page using an iframe tag.

For instructions on using see Widget talk:Iframe.