Difference between revisions of "Template:BigIMG"

From HomepointXI Wiki
Jump to: navigation, search
(Try try again (seeing if I can inline CSS a wiki template))
(Got it now.)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
Test
+
Usage : <br>
<!-- This isn't going to work for Internet Explorer users. They should get a REAL browser.-->
+
<code><nowiki>{{BigIMG|fileNameHere|descriptionHere}}</nowiki></code>
 +
<br><br>
 +
''Just FYI, this probably isn't going to work for Internet Explorer users. They should get a browser that doesn't butcher standards and isn't discontinued.''
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>
  
 
<includeonly>
 
<includeonly>
img { max-width: {{{width}}}%; height: auto; width: auto\9; /* ie8 */ }
+
<div>[[Image:{{{1}}}|alt={{{2}}}]]</div>
<div>[[Image:{{{ImageFile}}}]]</div>
 
 
</includeonly>
 
</includeonly>

Latest revision as of 10:12, 16 November 2015

Usage :
{{BigIMG|fileNameHere|descriptionHere}}

Just FYI, this probably isn't going to work for Internet Explorer users. They should get a browser that doesn't butcher standards and isn't discontinued.