Template:Image: Difference between revisions

From NARA
Jump to navigation Jump to search
m (remove stray brackets)
m (update image to use (not yet added) Template:Documentation)
 
Line 1: Line 1:
<includeonly><div class="t-image {{#ifeq:{{{padding|}}}|no||t-image-padding}}" {{#if:{{{width|}}}|style="max-width:{{{width}}}%"}}>
<templatestyles src="Image/styles.css"/><div class="t-image {{#ifeq:{{{padding|}}}|no||t-image-padding}}" {{#if:{{{width|}}}|style="max-width:{{{width}}}%"}}>
[[File:{{{file|Seal of the National Archives and Records Administration.png}}}|{{{imagewidth|256}}}px|{{#ifeq:{{{border|}}}|yes|border{{!}}}}alt={{{caption|}}}|{{#if:{{{link|}}}|link={{{link|}}}}}]]{{#if: {{{caption|}}}|
[[File:{{{file|Seal of the National Archives and Records Administration.png}}}|{{{imagewidth|400}}}px|{{#ifeq:{{{border|}}}|yes|border{{!}}}}alt={{{caption|}}}|{{#if:{{{link|}}}|link={{{link|}}}}}]]{{#if: {{{caption|}}}|
<p class="t-image-caption">
<p class="t-image-caption">
{{{caption}}}
{{{caption}}}
</p>}}
</p>}}
</div></includeonly>
</div><noinclude>
 
{{documentation|content=
{{Uses TemplateStyles|Template:Image/styles.css}}
This template is used to provide images with captions as an alternative to the ugly image captions that come with MediaWiki.
This template is used to provide images with captions as an alternative to the ugly image captions that come with MediaWiki.


Syntax:
Syntax:


* '''<code>file=</code>''' Sets which file to use. Default value is [[:File:Seal of the National Archives and Records Administration.png]]
* '''<code>file=</code>''' Sets which file to use. Default value is [[:File:Seal of the National Archives and Records Administration.png|Seal of the National Archives and Records Administration.png]].
* '''<code>width=</code>''' The maximum width of the image. Note that the image gets smaller so that it is never more than a certain percentage of the browser window. Defaults to 400px.
* '''<code>width=</code>''' The maximum width of the image. Note that the image gets smaller so that it is never more than a certain percentage of the browser window. Defaults to 400px.
* <s>'''<code>percentage=</code>'''</s> '''Never used''' The percent width of the browser window the image takes up. The width proportionality is maintained until the image is at the maximum size; it does not get better. Defaults to 50%.  
* <s>'''<code>percentage=</code>'''</s> '''Never used''' The percent width of the browser window the image takes up. The width proportionality is maintained until the image is at the maximum size; it does not get better. Defaults to 50%.  
Line 16: Line 17:
* '''<code>padding=</code>''' Gives the option to turn off padding, in case the image is part of a floating div already. Default is to include padding; turn off by setting parameter to "no".
* '''<code>padding=</code>''' Gives the option to turn off padding, in case the image is part of a floating div already. Default is to include padding; turn off by setting parameter to "no".
* '''<code> link=</code>''' Allows the image to link to a different page. Default is to link to the image description page. Set <code>link=</code> to nothing and the image will not be clickable
* '''<code> link=</code>''' Allows the image to link to a different page. Default is to link to the image description page. Set <code>link=</code> to nothing and the image will not be clickable
}}
</noinclude>

Latest revision as of 13:58, 19 April 2023

Template documentation

This template is used to provide images with captions as an alternative to the ugly image captions that come with MediaWiki.

Syntax:

  • file= Sets which file to use. Default value is Seal of the National Archives and Records Administration.png.
  • width= The maximum width of the image. Note that the image gets smaller so that it is never more than a certain percentage of the browser window. Defaults to 400px.
  • percentage= Never used The percent width of the browser window the image takes up. The width proportionality is maintained until the image is at the maximum size; it does not get better. Defaults to 50%.
  • caption= Places a caption beneath the image, and also serves as the alt text. Optional.
  • padding= Gives the option to turn off padding, in case the image is part of a floating div already. Default is to include padding; turn off by setting parameter to "no".
  • link= Allows the image to link to a different page. Default is to link to the image description page. Set link= to nothing and the image will not be clickable