LinuxTVWiki:Images
From LinuxTVWiki
| Line 1: | Line 1: | ||
| - | |||
| - | |||
| - | |||
| - | |||
== Uploading images and how to put them into articles == | == Uploading images and how to put them into articles == | ||
NOTE: you have to be logged in for uploading images. | NOTE: you have to be logged in for uploading images. | ||
| Line 64: | Line 60: | ||
|} | |} | ||
| - | + | ==Links== | |
| - | + | [http://meta.wikimedia.org/wiki/Help:Image_page Wikipedia handbook] | |
| - | + | ||
| - | + | ||
[[Category:Help]] | [[Category:Help]] | ||
Latest revision as of 21:30, 15 September 2005
Uploading images and how to put them into articles
NOTE: you have to be logged in for uploading images. Please do not link to pictures from other websites. This avoids broken links if the image source changes.
| What happens | Syntax |
|---|---|
|
'''Image in original size''' and without border | |
|
It's possible to automatically create tumbnails. Simply put 'thumb' or 'thumbnail' between file name and alternative text, like this: |
[[image:Main_1.png|thumb|image description]] |
|
Scaling is done by the parameter width in pixels between 'thumb' and description: |
[[image:Main_1.png|thumb|100px|image description]] |
|
images and thumbnail can be aligned. left hand side like this: |
[[image:Main_1.png|thumb|left|image description]] |
|
or right hand side, which is default |
[[image:Main_1.png|thumb|right|image description]] |
|
The identifier 'none' swiches the alignment off and shows the image inline. Hint: this is useful for thumbnails in tables. |
[[image:Main_1.png|thumb|none|image description]] |
|
By clicking onto an image the description of the pic will be shown. The despription can be directly linked by putting ":" before the identifier image. image description |
[[:image:Main_1.png|image description]] |
