Difference between revisions of "Template:Iframe"

From TwistedMUCK
Jump to: navigation, search
(Reverted back. Process did not function properly.)
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|
+
<websiteFrame>
|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 04:06, 20 February 2012

To include an iframe, cut and paste the following onto the desired page:


<websiteFrame>
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]
</websiteFrame>

Personal tools