Changes

→‎Adding images to articles: Fix up, using MSIE. Firefox was doing crazy things with ctrl-click scripts being added!
Line 26: Line 26:     
==Adding images to articles==
 
==Adding images to articles==
To make your uploaded file appear in an article, you need to insert it: edit the article and add the syntax  
+
To make your uploaded file appear in an article, you need to insert it: edit the article and add the an appropriate syntax such as these...
   −
<nowiki>[[</nowiki>Image:'''Image name'''|thumb|'''Caption''']]
+
<nowiki>[[</nowiki>Image:'''Image name (including extension like .jpg or .gif)'''|thumb|'''Caption''']]
   −
where you want the file to appear.
+
<nowiki>[[</nowiki>Image:'''Image name (including extension)'''|thumb|right|200px|'''Caption''']]
 +
 
 +
...to make the picture appear exactly where you want on the page.
    
'''Important: '''Image names are case-sensitive.  For example, if an image is called Picture.jpg then neither picture.jpg nor Picture.JPG will find it.
 
'''Important: '''Image names are case-sensitive.  For example, if an image is called Picture.jpg then neither picture.jpg nor Picture.JPG will find it.