Difference between revisions of "Template:Widepic"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
Line 1: Line 1:
<includeonly><div class="thumb" style="border: 0; width:{{{3|100%}}}; max-width:{{#expr:{{str sub|{{{2}}}|0|{{#expr:{{str find|{{{2}}}|px}} -1}}}} + 8}}px; margin-left: auto; margin-right:auto;">
+
<includeonly><div class="thumb" style="border: 0; width:{{{|100%}}}; max-width:{{#expr:{{str sub|{{{2}}}|0|{{#expr:{{str find|{{{2}}}|px}} -1}}}} + 8}}px; margin-left: auto; margin-right:auto;">
<div class="overflowbugx" style="overflow:auto;">[[Image:{{{1}}}|{{{2}}}|alt={{{alt||}}}|{{{3|}}}]]</div></div></includeonly><noinclude>
+
<div class="overflowbugx" style="overflow:auto;">[[Image:{{{1}}}|{{{2}}}|alt={{{alt||}}}|{{{3|}}}]]</div>{{#if: {{{3}}}|<div class="thumbcaption" style="text-align: center;">{{{3|}}}</div>}}</div></includeonly><noinclude>
 
==Usage==
 
==Usage==
  
:<code><nowiki>{{</nowiki>Widepic|''img url''|''image width''|''box width''<nowiki>}}</nowiki></code>
+
:<code><nowiki>{{</nowiki>Widepic|''img url''|''image width''|''caption''|''box width''<nowiki>}}</nowiki></code>
  
 
The <code>''box width''</code> option is optional, and if given a value in pixels followed by "px", or a value in percent followed by "%", will set the width of the box to that amount.</noinclude>
 
The <code>''box width''</code> option is optional, and if given a value in pixels followed by "px", or a value in percent followed by "%", will set the width of the box to that amount.</noinclude>

Revision as of 01:24, 18 April 2010

Usage

{{Widepic|img url|image width|caption|box width}}

The box width option is optional, and if given a value in pixels followed by "px", or a value in percent followed by "%", will set the width of the box to that amount.