Help:Image

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(added size tip)
m (fix)
Line 3: Line 3:
1a. Find an image you want on your page on any other page in the wiki, or on the [[Special:Imagelist|image list]] page.<br />
1a. Find an image you want on your page on any other page in the wiki, or on the [[Special:Imagelist|image list]] page.<br />
1b. If you want to upload a new picture, go to the [[Special:Upload|upload file]] page.<br />
1b. If you want to upload a new picture, go to the [[Special:Upload|upload file]] page.<br />
-
2. Once you've found or uploaded an image , find out its name (including the extension), which will be something like ''Image:Image name''.<br />
+
2. Once you've found or uploaded an image, find out its name (including the extension), which will be something like ''Image:Image name''.<br />
3. Now, find a nice place on your user page, edit the code, and add this text, replacing the name and caption appropriately:<br />
3. Now, find a nice place on your user page, edit the code, and add this text, replacing the name and caption appropriately:<br />
<pre><nowiki>[[Image:Image name.png|thumb|Caption]]</nowiki></pre>
<pre><nowiki>[[Image:Image name.png|thumb|Caption]]</nowiki></pre>

Revision as of 20:22, 26 September 2006

Here's how to add a picture:

1a. Find an image you want on your page on any other page in the wiki, or on the image list page.
1b. If you want to upload a new picture, go to the upload file page.
2. Once you've found or uploaded an image, find out its name (including the extension), which will be something like Image:Image name.
3. Now, find a nice place on your user page, edit the code, and add this text, replacing the name and caption appropriately:

[[Image:Image name.png|thumb|Caption]]

4. If you want to control the size of the thumbnail, you can specifiy its width in pixels. For a 100 pixel wide thumbnail, this would be:

[[Image:Image name.png|thumb|100px|Caption]]