Difference between revisions of "Template:Image"

246 bytes removed ,  3 years ago
m
I have no idea why and I know it doesn't really match what you do for a tracer, but it's art-modified, not art-modifier. Also tweaked usage examples to be on one line, since that's what we do, and to actually use the template
(fixed tracer instructions)
m (I have no idea why and I know it doesn't really match what you do for a tracer, but it's art-modified, not art-modifier. Also tweaked usage examples to be on one line, since that's what we do, and to actually use the template)
This template should be used on pages to include a thumbnail of an image on a page.
 
; Usage: {{t|{{lc:{{PAGENAME}}|}}|file-name.pngextension|caption}}
 
The file name parametersparameter is required. CaptionThe caption is, technically optional, but is strongly encouraged. There are also several optional parameters:
 
<pre>
{{image| file-name.png extension| caption |
|side=center|/left|/right
|width=100px
|attribute=artist|/art-tracer|/art-modifiermodified
|link=[[File:file-name.extension]]
|link=
}}
</pre>
 
When copy-pasting the template above, it might be more readable to put it all on the same line; it is split across multiple ones just for clarity. If an optional parameter is not set, it defaults to the first value listed on its line above (height defaults to preserve ratio with the 100px default width).
 
{| class="wikitable" style="width: 100%"
|-
|style="text-align: center;"| ''none'' || when only the file name is passed
| <pre>{{image| cosmere symbol.svg}}</pre>
| {{image|cosmere symbol.svg}}
| [[file: cosmere symbol.svg|thumb|center|100px|<div class="attribution">by [[Isaac Stewart]]</div>]]
|-
|style="text-align: center;"| ''caption'' || when only the file name and caption are passed
| <pre>{{image| cosmere symbol.svg | this is the caption}}</pre>
| [[file: {{image|cosmere symbol.svg|thumb|center|100px|<div class="attribution">by [[Isaac Stewart]]</div> this is the caption ]]}}
|-
|style="text-align: center;"| <code>side=left</code> || pushes the image over to the left, and allows the page to flow around it
| <pre>{{image| cosmere symbol.svg |side=left|this is the caption}}</pre>
| {{image|cosmere symbol.svg|side=left|this is the caption}}
}}</pre>
| [[file: cosmere symbol.svg|thumb|left|100px|<div class="attribution">by [[Isaac Stewart]]</div> this is the caption ]]
|-
|style="text-align: center;"| <code>side=right</code> || pushes the image over to the right, and allows the page to flow around it
| <pre>{{image| cosmere symbol.svg |side=right|this is the caption}}</pre>
| {{image|cosmere symbol.svg|side=right|this is the caption}}
}}</pre>
| [[file: cosmere symbol.svg|thumb|right|100px|<div class="attribution">by [[Isaac Stewart]]</div> this is the caption ]]
|-
|style="text-align: center;"| <code>attribute=art-tracer</code><br />or<br /><code>attribute=art-modifed</code> || changes the attribution of the image to the "tracer" of the image instead ofor the originalperson artist.who Alsomodified worksit with <code>modifier</code> in placeinstead of <code>tracer</code>the fororiginal modified filesartist.
| <pre>{{image| cosmere symbol.svg |attribute=art-tracer|this is the caption}}</pre>
| {{image|cosmere symbol.svg|attribute=art-tracer|this is the caption}}
}}</pre>
| [[file: cosmere symbol.svg|thumb|left|100px|<div class="attribution">by [[User: WeiryWriter]]</div> this is the caption ]]
|-
|style="text-align: center;"| <code>width=20%</code> || changes the width of the image
| <pre>{{image| cosmere symbol.svg |width=200px|this is the caption}}</pre>
| {{image|cosmere symbol.svg|width=200px|this is the caption}}
}}</pre>
| [[file: cosmere symbol.svg|thumb|center|200px|<div class="attribution">by [[Isaac Stewart]]</div> this is the caption ]]
|-
|style="text-align: center;"| <code>height=20%</code> || changes the height of the image
| <pre>{{image| Navani's Ketek glyphs.svg |height=150px|The [[ketek]] "Alight, winds approach deadly approaching winds alight" written in [[glyphs]] and stylized to represent the meeting of the [[Everstorm]] and a [[highstorm]]}}</pre>
| {{image|Navani's Ketek glyphs.svg|height=150px|The [[ketek]] "Alight, winds approach deadly approaching winds alight." written in [[glyphs]] and stylized to represent the meeting of the [[Everstorm]] and a [[highstorm.]]}}
}}</pre>
| [[file: Navani's Ketek glyphs.svg|thumb|center|x150px|<div class="attribution">by [[Isaac Stewart]]</div> The ketek "Alight, winds approach deadly approaching winds alight." written in glyphs and stylized to represent the meeting of the Everstorm and a highstorm. ]]
|-
|style="text-align: center;"| <code>link=Cosmere</code> || makes the image link to a page instead of its File page
| <pre>{{image|cosmere symbol.svg|The cosmere symbol, with a link to [[cosmere]] instead of [[:File:cosmere symbol.svg]]|width=200px|link=cosmere}}</pre>
}}</pre>
| {{image|cosmere symbol.svg|The cosmere symbol, with a link to [[cosmere]] instead of [[:File:cosmere symbol.svg]]|width=200px|link=cosmere}}
|}