This is a short introduction how to use images in this wiki. It quickly highlights the principles when using images in the wiki.
- First thing you do is to edit the page where you want to use a picture. Do the uploading later.
- Type [[File:Your descriptive filename here.jpg]] or use the insert file button in the tool bar
If you use the tool bar, you must Change the default file name to something meaningful. - Add the layout options. The table below gives you an overview on which options you have when including images.
- Once you edited and saved your page you have a greyed out image link like this one File:Not yet existant image.png. If you click on it it will direct you to the upload page. Where you can Upload the yet missing File. The filename of the uploaded image will be renamed to the one you have written in the article, it is not necessary that they match. (Example: you write in the wiki [[File:Michael Mustermann Projekt XY.png]] and later you can upload a file called DSC894732.png. Your File will be renamed automatically, just the filetype needs to match) Make sure you upload a reasonable file size and resolution so it can also be used for printing at a later point.
Description | You type | You get |
Simple Image in 100%. (The dpi of the image will be ignored, every pixel information will be displayed) If you have a high-res image this will be too huge and exceed the boundaries of the page. | [[File:Pelly.jpg]] | |
Scale the image to exactly 250 pixels in width | [[File:Pelly.jpg|250px]] | |
Scale the image to thumbnail size, it will be right aligned by default. | [[File:Pelly.jpg|thumb]] | |
Thumbnail size and caption below the image | [[File:Pelly.jpg|thumb|Caption for the Image]] | |
Float the thumbnail on the left side | [[File:Pelly.jpg|left|thumb|Caption for the Image]] | |
If you don't want to display the image at all but provide a download link instead, then write Media: instead of File: | [[Media:Pelly.jpg]] | Media:Pelly.jpg |
Image galleries
to render a thumbnail gallery of multiple images use the gallery tag:
<gallery> File:Pelly.jpg|the caption File:verfremdeterkreis.jpg|another caption File:patchrotation2.jpg|yet another </gallery>
above wikicode renders as:
Panorama
use the panorama class to scroll through panoramas:
<div class="panorama"> [[File:Marktplatz.jpg|1500px]] </div>
above wikicode renders as:
Link Images
[[File:Farbkreis Itten 1961.png|100px|link=Farbe]] [[File:Farbkreis Itten 1961.png|100px|link=http://www.color.org]]
For a detailed help see the Mediawiki Help on Images or read the wikipedia:Wikipedia:Picture tutorial.