Help:Images: Difference between revisions
No edit summary |
m (Fixed broken HTML tags) |
||
Line 5: | Line 5: | ||
{| border=1 cellpadding=6 cellspacing=0 style=margin: 1em auto 1em auto; background-color:yellow; | {| border=1 cellpadding=6 cellspacing=0 style=margin: 1em auto 1em auto; background-color:yellow; | ||
|align=right | [[Image:Fedora_logo.png|left]] '''The thumbnail feature should work properly now br /Please report any problems if any.''' | |align=right | [[Image:Fedora_logo.png|left]] '''The thumbnail feature should work properly now <br />Please report any problems if any.''' | ||
|} | |} | ||
Line 14: | Line 14: | ||
!You get | !You get | ||
|- | |- | ||
|Embed image br / (with alt text)br /br /'''Note : Please use thumbnails when you post pictures (see below). All pictures larger than 300x300 pixels not thumbnailed will be removed.''' | |Embed image <br /> (with alt text)<br /><br />'''Note : Please use thumbnails when you post pictures (see below). All pictures larger than 300x300 pixels not thumbnailed will be removed.''' | ||
|codenowiki[[Image:Example2.jpg|Linux-tan]]/nowiki/code | |codenowiki[[Image:Example2.jpg|Linux-tan]]/nowiki/code | ||
| | | | ||
Line 22: | Line 22: | ||
|Link to description page | |Link to description page | ||
| | | | ||
codenowiki[[:Image:Example2.jpg]]/nowiki/ | codenowiki[[:Image:Example2.jpg]]/nowiki/code<br /> | ||
codenowiki[[:Image:Example2.jpg|Linux-tan]]/nowiki/code | codenowiki[[:Image:Example2.jpg|Linux-tan]]/nowiki/code | ||
| | | | ||
[[:Image:Example2.jpg]]br / | [[:Image:Example2.jpg]]<br /> | ||
[[:Image:Example2.jpg|Linux-tan]] | [[:Image:Example2.jpg|Linux-tan]] | ||
|- | |- | ||
|Link directly to file | |Link directly to file | ||
| | | | ||
codenowiki[[Media:Example2.jpg]]/nowiki/ | codenowiki[[Media:Example2.jpg]]/nowiki/code<br /> | ||
codenowiki[[Media:Example2.jpg|Linux-tan]]/nowiki/code | codenowiki[[Media:Example2.jpg|Linux-tan]]/nowiki/code | ||
| | | | ||
[[Media:Example2.jpg]]br / | [[Media:Example2.jpg]]<br /> | ||
[[Media:Example2.jpg|Sunflowers]] | [[Media:Example2.jpg|Sunflowers]] | ||
|- | |- | ||
|Simple | |Simple Thumbnail<br /> (Just the thumb option) | ||
| | | | ||
codenowiki[[Image:Example2.jpg|thumb]]/nowiki/code | codenowiki[[Image:Example2.jpg|thumb]]/nowiki/code | ||
Line 42: | Line 42: | ||
[[Image:Example2.jpg|thumb]] | [[Image:Example2.jpg|thumb]] | ||
|- | |- | ||
|Advanced | |Advanced Thumbnail<br /> (centered, 100 pixels<br /> wide, with caption) | ||
| | | | ||
codenowiki[[Image:Example2.jpg|center|thumb|100px|Linux-tan]]/nowiki/code | codenowiki[[Image:Example2.jpg|center|thumb|100px|Linux-tan]]/nowiki/code |
Revision as of 21:02, 9 December 2012
These instructions were obtained from MediaWiki's Help:Images.
- C-Chan |
The thumbnail feature should work properly now Please report any problems if any. |
Description | You type | You get |
---|---|---|
Embed image (with alt text) Note : Please use thumbnails when you post pictures (see below). All pictures larger than 300x300 pixels not thumbnailed will be removed. |
codenowiki/nowiki/code | |
Link to description page |
codenowikiImage:Example2.jpg/nowiki/code |
|
Link directly to file |
codenowikiMedia:Example2.jpg/nowiki/code |
|
Simple Thumbnail (Just the thumb option) |
codenowiki/nowiki/code | |
Advanced Thumbnail (centered, 100 pixels wide, with caption) |
codenowiki/nowiki/code |
Uploaded files
To use an image or other file which has been uploaded to the wiki, use:
If you add a pipe (|) and some text after the filename, the text will be used as alternative text for text-only browsers:
If you don't want to display the image, you can link to the file's description page, by adding a colon:
- codenowikiImage:Example2.jpg/nowiki/code
To bypass the description page and link directly to a file , use the Media pseudo-namespace:
- codenowikiMedia:Example2.jpg/nowiki/code
You can also make piped links if you want some other text to be used:
Advanced options
The full syntax for displaying an image is:
codenowiki[[Image:{name}|{options}]]/nowiki/code
Where options can be zero or more of the following, separated by pipes:
- codethumb/code, codethumbnail/code, or codeframe/code: Controls how the image is formatted
- codeleft/code, coderight/code, codecenter/code, codenone/code: Controls the alignment of the image on the page
- code{width}px/code: Resizes the image to the given width in pixels
- code{caption text}/code
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 codenowikigallery/nowiki/code tag. The syntax is: pre gallery Image:{filename}|{caption} Image:{filename}|{caption} {...} /gallery /pre Captions are optional, and may contain wiki links or other formatting.
for example: pre gallery Image:Example2.jpg|Item 1 Image:Example2.jpg|a link to Help:Contents Image:Example2.jpg Image:Example2.jpg Image:Example2.jpg|italic caption /gallery /pre is formatted as: gallery Image:Example2.jpg|Item 1 Image:Example2.jpg|a link to Help:Contents Image:Example2.jpg Image:Example2.jpg Image:Example2.jpg|italic caption /gallery
Other files
You can link to an external file using the same syntax used for linking to an external web page. This feature has to be enabled by the admin; in the new releases of MediaWiki its disabled due to security reasons.
- codenowiki[1]/nowiki/code
Or with different text:
- codenowikilink text here/nowiki/code
If it is enabled on your wiki, you can also embed external images. To do that, simply insert the url:
- codenowikihttp://url.for/some/image.png/nowiki/code