|
|
(One intermediate revision by one other user not shown) |
Line 1: |
Line 1: |
| {{PD Help Page}}
| | #REDIRECT [[mediawikiwiki:Help:Images]] |
| This page explains the '''image''' syntax when editing the wiki. You or another user must usually [[Help:Managing files|upload an image]] before you can use it on a page.
| |
|
| |
| == Syntax ==
| |
| The full syntax for displaying an image is:
| |
| [[File:{file_name}|{options}]]
| |
| Where options can be zero or more of the following, separated by pipes:
| |
| * ''border'', ''frame'', ''thumb'', or ''frameless'': Controls how the image is formatted
| |
| * ''left'', ''right'', ''center'', ''none'': Controls the alignment of the image within a text
| |
| * ''baseline'', ''sub'', ''super'', ''top'', ''text-top'', ''middle'', ''bottom'', ''text-bottom'': Controls the vertical alignment of the image within a text
| |
| * ''{width} px'': Resizes the image to the given width in pixels
| |
| * ''{width}x{height}px'': Resizes the image to fit within the given width and height in pixels; it is possible to specify only the height by writing ''x{height}px''
| |
| ** ''Note that the image will always retain its aspect ratio.''
| |
| * ''link={destination}'': Allows to link to an arbitrary title, URL or just nowhere ({{mediawiki|rev:41727|1.14+}})
| |
| ** ''link= '': Will display an image without link, e.g. <code><nowiki>[[</nowiki>File:Name.jpg|20px|link=Help:Images]]</code> → [[File:Name.jpg|20px|link=Help:Images]].
| |
| ** ''Note that ''link'' cannot be used in conjunction with ''thumb'' as thumb is always meant to link to the larger version of the image. In addition, ''link'' cannot be used with ''frame''.''
| |
| * ''alt={alternative text}'': For changing the alternative text (''alt=""'') of an image ({{mediawiki|41837|1.14+}})
| |
| * Special cases:
| |
| ** ''page=1'': Displays the specified page when showing a djvu or pdf file
| |
| | |
| The options can be given in any order. If the given options conflict each other, the latter is applied, except for the format options, where the options take the priority in the order of ''frame'', ''thumb'', and ''frameless'' and/or ''border''. 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.
| |
| | |
| == Format ==
| |
| The following table shows the effect of all available formats.
| |
| | |
| {| class="wikitable plainlinks"
| |
| |-
| |
| !Description
| |
| !You type
| |
| !You get
| |
| {{Help:Images/frame|frame=|ex=no format specified}}
| |
| {{Help:Images/frame|frame=border|ex=border results in a very small gray border}}
| |
| {{Help:Images/frame|frame=frame}}
| |
| {{Help:Images/frame|frame=thumb}}
| |
| {{Help:Images/frame|frame=frameless|ex=frameless, like thumbnail, respect user preferences for image width but without border and no right float}}
| |
| {{Help:Images/frame|frame=frameless|2=border|ex=frameless and border}}
| |
| {{Help:Images/frame|2=link=Main Page|ex=internal link}}
| |
| {{Help:Images/frame|2=link=http://wikipedia.org|ex=external link}}
| |
| {{Help:Images/frame|2=link=|ex=no link (external or file page)}}
| |
| |}
| |
| | |
| When the height of an image in thumbnail is bigger than its width and you find it too outstanding, you may try the option <code>upright</code>, which will try to adjust its size to more desirable size.
| |
| | |
| Note that by writing <code>thumb={filename}</code>, you can use a different image for the thumbnail.
| |
| | |
| == Alignment ==
| |
| Note that when using <code>frame</code> or <code>thumb</code>, the default alignment will be <code>right</code>.
| |
| | |
| {| class="wikitable"
| |
| !Description
| |
| !You type
| |
| !You get
| |
| {{Help:Images/frame|frame=|ex='''no alignment specified''', or default alignment}}
| |
| {{Help:Images/frame|frame=none|ex=specify alignment as '''none'''}}
| |
| {{Help:Images/frame|frame=center}}
| |
| {{Help:Images/frame|frame=left}}
| |
| {{Help:Images/frame|frame=right}}
| |
| |}
| |
| | |
| === Vertical alignment ===
| |
| text text <nowiki>[[</nowiki>File:Example.jpg|20px]]
| |
| text text <nowiki>[[</nowiki>File:Example.jpg|20px|baseline]]
| |
| text text <nowiki>[[</nowiki>File:Example.jpg|20px|sub]]
| |
| text text <nowiki>[[</nowiki>File:Example.jpg|20px|super]]
| |
| text text <nowiki>[[</nowiki>File:Example.jpg|20px|text-top]]
| |
| text text <nowiki>[[</nowiki>File:Example.jpg|20px|middle]]
| |
| text text <nowiki>[[</nowiki>File:Example.jpg|20px|bottom]]
| |
| text text <nowiki>[[</nowiki>File:Example.jpg|20px|text-bottom]]
| |
| | |
| results in (the text is underlined to show the result more clearly)
| |
| | |
| <u>text text [[File:Example.jpg|20px]]
| |
| text text [[File:Example.jpg|20px|baseline]]
| |
| text text [[File:Example.jpg|20px|sub]]
| |
| text text [[File:Example.jpg|20px|super]]
| |
| text text [[File:Example.jpg|20px|text-top]]
| |
| text text [[File:Example.jpg|20px|middle]]
| |
| text text [[File:Example.jpg|20px|bottom]]
| |
| text text [[File:Example.jpg|20px|text-bottom]]</u>
| |
| | |
| == Size and Frame ==
| |
| Among different formats, the effect of the size parameter may be different, as shown below.
| |
| | |
| * When the format is not specified, or only <code>border</code>ed, the size can be both reduced and enlarged.
| |
| * An image with <code>frame</code> always ignores the size specification.
| |
| * The size of an image with <code>thumb</code> and <code>frameless</code> can be reduced, but can not be enlarged beyond the original size of the image.
| |
| | |
| For how it appears when its size is not specified, see [[#Format|Format]] section above.
| |
| | |
| {| class="wikitable"
| |
| !Format!!Reduced!! Enlarged
| |
| {{Help:Images/size|frame=}}
| |
| {{Help:Images/size|frame=border}}
| |
| {{Help:Images/size|frame=frame}}
| |
| {{Help:Images/size|frame=thumb}}
| |
| {{Help:Images/size|frame=frameless}}
| |
| |}
| |
| | |
| == Stopping text flow ==
| |
| On occasion it is desirable to stop text from flowing around an image. Depending on the web browser's screen resolution and such, text flow on the right side of an image may cause a section header (for instance, <nowiki>== My Header ==</nowiki>) to appear to the right of the image, instead of below it, as a user may expect. The text flow can be stopped by placing '''<nowiki><br style="clear: both" /></nowiki>''' before the text that should start after the image. See [[Template:-]] for additional explanation.
| |
| | |
| == Gallery of images ==
| |
| It's easy to make a gallery of '''thumbnails only''', not other images, with the <code><nowiki><gallery></nowiki></code> tag. The syntax is:
| |
| <nowiki><gallery></nowiki>
| |
| File:Image Name.ext|caption
| |
| File:Image Name.ext|caption
| |
| {...}
| |
| </gallery>
| |
| | |
| Note that the image code is not enclosed in brackets when enclosed in gallery tags.
| |