Difference between revisions of "Images - Mediawiki"

From Help Wiki
m
Line 1: Line 1:
 +
[[Image:Tesla portrait.gif|thumb|right|150px|portrait of Nicola Tesla]]
 
==Image Basics==
 
==Image Basics==
 
Displaying images in wiki pages is a 2 step process:
 
Displaying images in wiki pages is a 2 step process:
Line 4: Line 5:
 
#In the page you want the image to be displayed in, place a link to the image file using the following syntax ''(note: replace filename.jpg with the name of your file)'' '''<nowiki>[[Image:filename.jpg]] or [[Image:filename.jpg|alt text]]</nowiki>''' to include alternate text with your image.
 
#In the page you want the image to be displayed in, place a link to the image file using the following syntax ''(note: replace filename.jpg with the name of your file)'' '''<nowiki>[[Image:filename.jpg]] or [[Image:filename.jpg|alt text]]</nowiki>''' to include alternate text with your image.
  
[[Image:Tesla portrait.gif|thumb|right|150px|portrait of Nicola Tesla]]
 
  
  
Line 48: Line 48:
 
*To alter the image link see [http://meta.wikimedia.org/wiki/Help:Navigational_images navigational images]
 
*To alter the image link see [http://meta.wikimedia.org/wiki/Help:Navigational_images navigational images]
  
 
+
{{Mediawiki Help}}
 
  [[category:Mediawiki]]
 
  [[category:Mediawiki]]

Revision as of 15:12, 15 April 2013

portrait of Nicola Tesla

Image Basics

Displaying images in wiki pages is a 2 step process:

  1. Upload the image file by clicking the Upload file link in the Toolbox navigation. (note: you must use .jpg, .gif and .png type image files). For more on uploading files see Uploading Files
  2. In the page you want the image to be displayed in, place a link to the image file using the following syntax (note: replace filename.jpg with the name of your file) [[Image:filename.jpg]] or [[Image:filename.jpg|alt text]] to include alternate text with your image.



Extended image syntax

There are many additional ways you can control how images are displayed.

[[Image:{name}|{type}|{location}|{size}|{caption}]]


Example: This image uses the following syntax. Note the size refers to the width only in pixels.

[[Image:Tesla portrait.gif|thumb|right|150px|portrait of Nicola Tesla]]

Image Galleries

The basic syntax is:

<gallery>
Image:Tesla portrait.gif
Image:Tesla portrait.gif|Captioned
Image:Tesla portrait.gif
Image:Tesla portrait.gif|[[Links]] can be put in captions.
Image:Tesla portrait.gif
</gallery>

Which produces:

Notice that there are no brackets except for links within captions. Captions are optional. Images are separated by new lines.

See also

Mediawiki Help