Template talk:Images

[[Image:Wiki.png|right|]]


Testing images in a template:

{{images|image=Wiki.png|fullimagepath=Image:Wiki.png|fullimagesyntax=[[Image:Wiki.png]]}}

The template follows:


Image only

edit
[[Image:{{{image}}}]]

 

Image with alternative text

edit
[[Image:{{{image}}}|This is my image]]

 

Image with alternative text and size argument

edit
[[Image:{{{image}}}|100px|This is my image]]

 

Image with alternative text, size argument, right aligned

edit
[[Image:{{{image}}}|100px|right|This is my image]]
 
This is my image

Image with alternative text, right aligned

edit
[[Image:{{{image}}}|right|This is my image]]
 
This is my image


Thumbnail image with alternative text

edit
[[Image:{{{image}}}|thumb|This is my image]]
 
This is my image


Thumbnail image with empty alternative text

edit
[[Image:{{{image}}}|thumb|]]
 


Image with 'thumb' as an alternative text

edit
[[Image:{{{image}}}|thumb]]
 


Image with 'right' as an alternative text

edit
[[Image:{{{image}}}|right]]
 


Image with 'none' as an alternative text

edit
[[Image:{{{image}}}|none]]
 

Full image path

edit
 [[{{{fullimagepath}}}]]

 

Full image path with params

edit
 [[{{{fullimagepath}}}|alt_text|right]]
 
alt_text

Full image syntax

edit
 {{{fullimagesyntax}}}

 

Return to "Images" page.