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:{{{4|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:{{{4|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>{{#if: {{{3|}}}|<div class="thumbcaption" style="text-align: center;">{{{3|}}}</div>}}</div></includeonly><noinclude>
+
<div class="overflowbugx" style="overflow:auto;">[[Image:{{{1}}}|{{{2}}}|alt={{{alt||}}}|{{{3|}}}]]</div></includeonly><noinclude>
 
==Usage==
 
==Usage==
  
:<code><nowiki>{{</nowiki>Widepic|''img url''|''image width''|''caption''|''box width''|alt=''alt text''<nowiki>}}</nowiki></code>
+
:<code><nowiki>{{</nowiki>Widepic|''img url''|''image width''<nowiki>}}</nowiki></code>
  
A <code>''caption''</code> option is optional. If the caption contains an equal sign, use the parameter <code>|3=''caption''</code> in the place of <code>|''caption''</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.
 
 
The <code>''alt text''</code> describes the image's visual appearance to visually disabled readers.
 
 
</noinclude>
 
</noinclude>

Revision as of 00:12, 18 April 2010

Usage

{{Widepic|img url|image width}}