Difference between revisions of "Help:Images"

From The Coppermind
Jump to navigation Jump to search
(Created page with 'This page is all about images, pictures, diagrams and the like. It talks about how to include images in articles and how to upload new images to the wiki. The best place for a co…')
 
Line 17: Line 17:
   
 
Any argument that does not parse into one of the specific options is treated as the caption.
 
Any argument that does not parse into one of the specific options is treated as the caption.
<nowiki>[[file:TestImage.jpg|this is a caption]]
+
<nowiki>[[file:TestImage.jpg|this is a caption]]</nowiki>
 
If the image is a thumbnail, the caption will be displayed underneath it.
 
If the image is a thumbnail, the caption will be displayed underneath it.
 
An inline image will use the caption as its alt-text (it will display when you hover over the image).
 
An inline image will use the caption as its alt-text (it will display when you hover over the image).
Line 23: Line 23:
 
== Uploading new Images ==
 
== Uploading new Images ==
 
If you're logged into the coppermind, there'll be a link in the bottom box on the sidebar called Upload File.
 
If you're logged into the coppermind, there'll be a link in the bottom box on the sidebar called Upload File.
Select your file, make sure the destination filename is sensible and the summary is descriptive and contains any [[help:categories|]] that are sensible and then hit upload.
+
Select your file, make sure the destination filename is sensible and the summary is descriptive and contains any [[help:categories|categories]] that are sensible and then hit upload.

Revision as of 19:24, 23 February 2012

This page is all about images, pictures, diagrams and the like. It talks about how to include images in articles and how to upload new images to the wiki. The best place for a comprehensive summary is here.

Using an Image

The easiest way to include an image (called TestImage.jpg) is with the following text

[[File:TestImage.jpg]]

This will be replaced with the full sized image, which might be too big or inappropriately placed.

To make an image into a thumbnail, add an argument `thumb`

[[File:TestImage.jpg|thumb]]

Which will shift it to the right and puts a boarder around it and makes it a little smaller

To make the image a particular width, add the width in pixels to the next argument

[[File:TestImage.jpg|40px]]
Will make the image 40 pixels wide

Any argument that does not parse into one of the specific options is treated as the caption.
 <nowiki>[[file:TestImage.jpg|this is a caption]]

If the image is a thumbnail, the caption will be displayed underneath it. An inline image will use the caption as its alt-text (it will display when you hover over the image).

Uploading new Images

If you're logged into the coppermind, there'll be a link in the bottom box on the sidebar called Upload File. Select your file, make sure the destination filename is sensible and the summary is descriptive and contains any categories that are sensible and then hit upload.