[[File:Wikihydra.png|right||]]


See Meta:MediaWiki_1.3_comments_and_bug_reports#Broken_images_in_templates

Testing images in a template:

{{Test_Images|image=Wikihydra.png|fullimagepath=File:Wikihydra.png|fullimagesyntax=[[File:Wikihydra.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}}}|alt_text|right]]
 
alt_text

Full image syntax

edit
 {{{fullimagesyntax}}}