Difference between revisions of "Template:Iframe"

From TwistedMUCK
Jump to: navigation, search
(Created page with "<websiteFrame> website=[website URL] name=[string] align=[top,middle,bottom,left,right] height=[number] width=[number,percentage] border=[number] scroll=[yes,no,auto] longdesc...")
 
m (Testing colors)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<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>
 
 
 
<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>
  
 
<websiteFrame>
 
<websiteFrame>
Line 26: Line 15:
  
 
</pre></div>
 
</pre></div>
</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