Difference between revisions of "Template:Iframe"

From TwistedMUCK
Jump to: navigation, search
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>
  
<websiteFrame>
+
{{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]
</websiteFrame>
+
}}
  
 
</pre></div>
 
</pre></div>
 
[[Category:Templates]]</noinclude>
 
[[Category:Templates]]</noinclude>

Revision as of 03:59, 20 February 2012


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]
}}

Personal tools