Widget:Iframe: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 11: | Line 11: | ||
|width=410 | |width=410 | ||
|height=342 | |height=342 | ||
|border= | |border=0 | ||
}}</nowiki> | }}</nowiki> | ||
| Line 19: | Line 19: | ||
* '''height''' - width of the iframe (default is 300) | * '''height''' - width of the iframe (default is 300) | ||
* '''border''' - border width (default is 1) | * '''border''' - border width (default is 1) | ||
*::1 - looks depressed | |||
*::0 - looks flat | |||
== Sample result == | == Sample result == | ||
| Line 25: | Line 27: | ||
|width=410 | |width=410 | ||
|height=342 | |height=342 | ||
|border= | |border=0 | ||
}} | }} | ||
</noinclude><includeonly><iframe src="<!--{$url|validate:url}-->" frameborder="<!--{$border|validate:int|default:0}-->" width="<!--{$width|validate:int|default:400}-->" height="<!--{$height|validate:int|default:300}-->"></iframe></includeonly> | </noinclude><includeonly><iframe src="<!--{$url|validate:url}-->" frameborder="<!--{$border|validate:int|default:0}-->" width="<!--{$width|validate:int|default:400}-->" height="<!--{$height|validate:int|default:300}-->"></iframe></includeonly> | ||