Please check our Instructions to Authors and send your manuscripts to nifs.journal@gmail.com. Next issue: September/October 2024.
Deadline for submissions: 16 November 2024.
Help:Images and files: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{help-pages/2}} | {{help-pages/2}} | ||
Images as well as any other files can be used in the wiki, as long as they have been uploaded first. | |||
Registered users are allowed to upload images and other files and use them in the wiki pages. | Registered users are allowed to upload images and other files and use them in the wiki pages. | ||
You may first read the [[Help:Upload|help page on uploads]]. | |||
== Using images in pages == | == Using images in pages == |
Revision as of 15:29, 15 October 2008
First steps | Page editing | Page management | Namespaces | Tools and settings |
Starting a new page • Edit mode • Text formatting • Formulas • Tables • Images • Categories • Templates • References • Subpages |
Images as well as any other files can be used in the wiki, as long as they have been uploaded first.
Registered users are allowed to upload images and other files and use them in the wiki pages.
You may first read the help page on uploads.
Using images in pages
Click button in edit mode and the following command will appear in the edit box:
[[Image:Example.jpg]]
The image can be formatted in various ways, using some optional parameters, separately or in combination.
- Specifying the image width (in pixels)
[[Image:Example.jpg|250px]]
- Image position on page
Command parameters: left, center, right
[[Image:Example.jpg|left|250px]]
[[Image:Example.jpg|center|250px]]
[[Image:Example.jpg|right|250px]]
- Thumbnail image (default width: 180px, default can be specified in the personal site settings)
[[Image:Example.jpg|thumb]]
- Free alternate text
[[Image:Example.jpg|Alternate text]]
- Image caption with free alternate text
[[Image:Example.jpg|thumb|Alternate text]]
- Example
The following command gives a right-aligned image with free caption text and image width 300px. The order of command parameters is not strictly fixed. Both commands below give one and the same result.
[[Image:Example.jpg|right|300px|thumb|Alternate text]]
[[Image:Example.jpg|300px|right|Alternate text|thumb]]