Help:Image: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit |
Tags: Mobile edit Mobile web edit |
||
| Line 10: | Line 10: | ||
This will create a thumbnail of the image that is 180px wide and floats to the right. For different positions, sizes and the like, you can control these with the following parameters: | This will create a thumbnail of the image that is 180px wide and floats to the right. For different positions, sizes and the like, you can control these with the following parameters: | ||
<pre>[[ | <pre>[[File:Name.png|100px|Caption]]</pre> | ||
For a 100px wide thumbnail. For this parameter you specify the width of the pixels. | For a 100px wide thumbnail. For this parameter you specify the width of the pixels. | ||
<pre>[[ | <pre>[[File|Name.png|left|Caption]]</pre> | ||
For a thumbnail that floats to the left. Parameters available are '''right''', '''center''' or '''left'''. | For a thumbnail that floats to the left. Parameters available are '''right''', '''center''' or '''left'''. | ||
<pre>[[ | <pre>[[File|Name.png|frame|Caption]]</pre> | ||
For a frame around a fully sized (not thumbed) image. This parameter is best used only for screenshots taken from handheld games. | For a frame around a fully sized (not thumbed) image. This parameter is best used only for screenshots taken from handheld games. | ||