Template:Widepic: Difference between revisions
Shakey snake (talk | contribs) (New page: <includeonly><div class="thumb" style="clear: both; border: 0; width:{{{4|100%}}}; max-width:{{#expr:{{str sub|{{{2}}}|0|{{#expr:{{str find|{{{2}}}|px}} -1}}}} + 8}}px; margin-left: auto; ...) |
Shakey snake (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
==Usage== | ==Usage== | ||
:<code><nowiki>{{</nowiki> | :<code><nowiki>{{</nowiki>Widepic|''name''|''image width''|''caption''|''box width''|alt=''alt text''<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>. | 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>. |
Revision as of 23:26, 17 April 2010
Usage
{{Widepic|name|image width|caption|box width|alt=alt text}}
A caption
option is optional. If the caption contains an equal sign, use the parameter |3=caption
in the place of |caption
.
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.
The alt text
describes the image's visual appearance to visually disabled readers. Please see WP:ALT for details.