| Line 1: | Line 1: | ||
| + | <includeonly> | ||
| + | <websiteFrame> | ||
| + | website={{{website}}} | ||
| + | name={{{name}}} | ||
| + | align={{{align}}} | ||
| + | height={{{height}}} | ||
| + | width={{{width}}} | ||
| + | border={{{border}}} | ||
| + | scroll={{{scroll}}} | ||
| + | longdescription={{{longdescription}}} | ||
| + | </websiteFrame> | ||
| + | </includeonly> | ||
| + | |||
<noinclude> | <noinclude> | ||
To include an iframe, cut and paste the following onto the desired page: | To include an iframe, cut and paste the following onto the desired page: | ||
<div style="width: 50%;"><pre> | <div style="width: 50%;"><pre> | ||
| − | + | {{Iframe| | |
| − | website=[website URL] | + | |website=[website URL] |
| − | name=[string] | + | |name=[string] |
| − | align=[top,middle,bottom,left,right] | + | |align=[top,middle,bottom,left,right] |
| − | height=[number] | + | |height=[number] |
| − | width=[number,percentage] | + | |width=[number,percentage] |
| − | border=[number] | + | |border=[number] |
| − | scroll=[yes,no,auto] | + | |scroll=[yes,no,auto] |
| − | longdescription=[long description URI] | + | |longdescription=[long description URI] |
| − | + | }} | |
</pre></div> | </pre></div> | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> | ||
To include an iframe, cut and paste the following onto the desired page:
{{Iframe|
|website=[website URL]
|name=[string]
|align=[top,middle,bottom,left,right]
|height=[number]
|width=[number,percentage]
|border=[number]
|scroll=[yes,no,auto]
|longdescription=[long description URI]
}}