Template:Widepic: Difference between revisions

From Hydrogenaudio Knowledgebase
No edit summary
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></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; font-size: 80%; font-weight: normal;">{{{3}}}</div> |  }}
</div></includeonly><noinclude>
==Usage==
==Usage==


Line 9: Line 12:


==ignore this, this caption part doesn't work for whatever reason, even if [http://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23if it should]==
==ignore this, this caption part doesn't work for whatever reason, even if [http://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23if it should]==
<nowiki>{{#if: {{{3|}}}|<div class="thumbcaption" style="text-align:center; font-size: 80%; font-weight: normal;">{{{3}}}</div>|  }}</nowiki>
<nowiki>{{ #if: {{{3|}}} | <div class="thumbcaption" style="text-align:center; font-size: 80%; font-weight: normal;">{{{3}}}</div> |  }}</nowiki>


</noinclude>
</noinclude>

Revision as of 02:00, 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.


ignore this, this caption part doesn't work for whatever reason, even if it should

{{ #if: {{{3|}}} | <div class="thumbcaption" style="text-align:center; font-size: 80%; font-weight: normal;">{{{3}}}</div> | }}