Notice: We are aware that many of the Chewiki’s images are still broken. We promise: we will try our best to fix it, but we don't guarantee that the fix will be trivial.

Difference between revisions of "Help:Images"

From Chewiki Archive - YouChew: 1% Funny, 99% Hot Gas
Line 103: Line 103:
 
Image:Onion.png|''italic caption''
 
Image:Onion.png|''italic caption''
 
</gallery>
 
</gallery>
 +
 +
==When To Add Images==
 +
Character articles are the ones that require pictures most, as most readers would like an idea of what the character looks like. For sources, a picture isn't needed as much, since one would really only be needed if the show has a distinctive art style, and a logo is just redundant. And for poopers, it's your own choice to add an image.
 +
 +
However, there must be good reasoning for it. How well does a picture illustrate the subject of the article? A quick test is to preview what the image looks like without a caption. If it looks relevant/self-explanatory, then it can be used, like so.
 +
 +
----
 +
[[Image:Optimusg1.jpg|center|120px]]
 +
'''Optimus Prime''' is the leader of the heroic Autobots.
 +
----
 +
Do not try to shoehorn an image in, like this:
 +
----
 +
[[Image:Optimusg1.jpg|center|thumb|Obama's favourite.]]
 +
'''Barack Obama''' is the President of the United States.
 +
----
 +
First, see what it looks like without a caption.
 +
----
 +
[[Image:Optimusg1.jpg|center|120px]]
 +
'''Barack Obama''' is the President of the United States.
 +
----
 +
See? Without a caption, an image like that would have no ties to the article at all. Also, it is not good to completely flood an article with whatever picture you want. A picture may be worth a thousand words, but remember that there's such thing as overkill.
 +
 +
If, for whatever reason, you cannot find a picture, add the tag <nowiki>{{wantedimages}}</nowiki> as a placeholder.

Revision as of 12:58, 24 April 2010

Image codes

Description You type You get
Embed image
(with alt text)

[[Image:Onion.png|Onion]]

Onion

Link to description page

[[:Image:Onion.png]]
[[:Image:Onion.png|Onion]]

Image:Onion.png
Onion

Link directly to file

[[Media:Onion.png]]
[[Media:Onion.png|Sunflowers]]

Media:Onion.png
Onion

Thumbnail
(centered, 100 pixels
wide, with caption)

[[Image:Onion.png|center|thumb|100px|Onion]]

Error creating thumbnail: File missing
Onion
Border
(100 pixels)
Results in a very small gray border

[[Image:Onion.png|border|100px]]

Error creating thumbnail: File missing
Frameless
Like thumbnail, respect user preferences for image width but without border and no right float.

[[Image:Onion.png|frameless]]

Onion.png

Uploaded files

To use an image or other file which has been uploaded to the wiki, use:

  • [[Image:Onion.png]]

If you add a pipe (|) and some text after the filename, the text will be used as alternative text for text-only browsers:

  • [[Image:Onion.png|alternative text]]

If you don't want to display the image, you can link to the file's description page, by adding a colon:

  • [[:Image:Onion.png]]

To bypass the description page and link directly to a file , use the "Media" pseudo-namespace:

  • [[Media:Onion.png]]

You can also make piped links if you want some other text to be used:

  • [[:Image:Onion.png|link text]]
  • [[Media:Onion.png|link text]]

Advanced options

The full syntax for displaying an image is:

[[Image:{name}|{options}]]

Where options can be zero or more of the following, separated by pipes:

  • thumb, thumbnail, or frame: Controls how the image is formatted
  • left, right, center, none: Controls the alignment of the image on the page
  • {width}px: Resizes the image to the given width in pixels
  • {caption text}

The options can be given in any order. If a given option does not match any of the other possibilities, it is assumed to be the caption text. Caption text can contain wiki links or other formatting.

Gallery of images

It's easy to make a gallery of thumbnails with the <gallery> tag. The syntax is:

<gallery>
Image:{filename}|{caption}
Image:{filename}|{caption}
{...}
</gallery>

Captions are optional, and may contain wiki links or other formatting.

for example:

<gallery>
Image:Onion.png|Item 1
Image:Onion.png|a link to [[Help:Contents]]
Image:Onion.png
Image:Onion.png
Image:Onion.png|''italic caption''
</gallery>

is formatted as:

When To Add Images

Character articles are the ones that require pictures most, as most readers would like an idea of what the character looks like. For sources, a picture isn't needed as much, since one would really only be needed if the show has a distinctive art style, and a logo is just redundant. And for poopers, it's your own choice to add an image.

However, there must be good reasoning for it. How well does a picture illustrate the subject of the article? A quick test is to preview what the image looks like without a caption. If it looks relevant/self-explanatory, then it can be used, like so.


Error creating thumbnail: File missing

Optimus Prime is the leader of the heroic Autobots.


Do not try to shoehorn an image in, like this:


Error creating thumbnail: File missing
Obama's favourite.

Barack Obama is the President of the United States.


First, see what it looks like without a caption.


Error creating thumbnail: File missing

Barack Obama is the President of the United States.


See? Without a caption, an image like that would have no ties to the article at all. Also, it is not good to completely flood an article with whatever picture you want. A picture may be worth a thousand words, but remember that there's such thing as overkill.

If, for whatever reason, you cannot find a picture, add the tag {{wantedimages}} as a placeholder.