Difference between revisions of "Template:Iframe"

From TwistedMUCK
Jump to: navigation, search
m (Testing colors)
 
(2 intermediate revisions by the same user not shown)
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%; border-color: #333;"><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>

Latest revision as of 04:30, 10 May 2014

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