Help:Images

Revision as of 06:06, 8 September 2006 by TakKendrick (talk | contribs)

Pictures and logos are a great way to spice up AboutUs pages. Here's a quick primer on working with pictures in Wiki.

To add a picture, you must first upload the picture in any standard file format to the site, using the "upload file" link in the "toolbox" area.

Keep in mind:

  • Only users who are logged in can upload pictures
  • Upload the picture before making or editing the article, that way you have the picture name in mind and can use it in your article.
  • The site will replace spaces with underscores. This is no problem, but just make sure you use underscores when you reference the picture from the site.
  • Capitalization matters
  • Name the picture as specifically as possible so it doesn't conflict with other pictures.


How to add a picture or logo to your page

Once you have uploaded it, you can add the picture to any article by using the command: [[Image:Example.jpg]], where "Example" is the filename you used when uploading. You can also select the button in the edit area that corresponds to a picture (it's the sixth button from the left).

Specifying placement - You can also specify that an image go to the "right" or "left" of the text block, forcing the text to "wrap-around" it. To do this, you add a command to the image when you place it as follows: [[Image:Example.jpg|right]]. In this case, the picture will appear in the upper right hand side and text will wrap around it.

Putting your image in a frame - In addition to specifying placement, you can put a frame around your image, using the "frame command" as follows: [[Image:Example.jpg|frame]].

Thumbnails - Puts your image in a frame, but it also shrinks it to a smaller, more manageable size. Viewers can then click the "enlarge" icon inside the frame and see the picture in its full size. Use the "thumbnail" command like this: [[Image:Example.jpg|thumb]].

Captions - Captions can also be added to images that are either inside a frame, or a thumbnail. To do this, you just add the caption at the end of the image command: [[Image:Example.jpg|frame|This is a caption]].

Changing picture size - You can specify the size of the photo that shows up on the screen, independent of the "thumb" command. Here's an example of how to limit the size of a picture in your article to 200 pixels: [[Image:Example.jpg|right|200px]]. To choose a different size, simply replace the 200px with a different number.

Creating your own combination - You can also combine the options. For example, you can take an image, make a thumbnail of it, set the thumbnail at 150px, left justify it, and add a caption: [[Image:Example.jpg|thumb|150px|left|This is a caption]]. The order of the commands doesn't matter, except that the picture/file name must come first and the caption last.