v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Screenshot

From Dwarf Fortress Wiki
Revision as of 00:10, 8 November 2009 by HebaruSan (talk | contribs) (rules specify PNG, add macos steps, many formatting changes)
Jump to navigation Jump to search

These instructions explain how to create a screenshot to save or post on a wiki, forum, or elsewhere.

Capturing the image

  1. Use one of the two standard graphics displays (ASCII or the included tileset), not a custom graphics tileset that most players may not recognize, as required by this wiki's rules.
  2. Make the screen look how you want it.

The next step depends on your operating system.

Windows

  1. Make sure your Dwarf Fortress window has the focus.
  2. Press Alt-Print Screen to capture the active window. The image will be placed in your operating system clipboard.
    • If you want to capture the whole screen, press Print Screen instead.
  3. Open your image editor (usually MSPaint).
  4. Press Ctrl-v to paste the saved screenshot into paint.
    • You now have a bitmap of the screenshot. You can edit this as with any bitmap in paint. (Handy for circling key areas, adding arrows, blacking out personal/private info, cropping, whatever.)
  5. Under <File>, select <Save As...>, and save your image as a PNG. (The wiki rules specify PNG rather than another format like JPEG.)

MacOS

  1. Press Command-Shift-4; the mouse cursor will turn into a crosshairs.
  2. Press Space to turn the mouse cursor into a camera icon.
  3. Click on the window you want to capture.
    • A new PNG file appears on your desktop, which you can rename and upload.

Adding an image to the wiki

Upload to a new File: page

First, your image needs to be uploaded to a simple wiki page that exists solely to contain your image.

  1. Give the file on your PC a unique and meaninful name (as per the rules). "7dwarves" or "screenshot" probably aren't good choices!
  2. In the lower left sidebar of any wiki page, in the lower section marked "toolbox", click Upload file.
  3. On the file upload page, use the Choose file button to select your file.
  4. It is considerate to fill in the Summary field with either a short description or the same text you might include under the image in your article.
  5. Click the Upload file button. This creates a new page in the wiki containing your file, using your file name.

Add to an article

Once your image is uploaded to a File: page, you can edit other pages to add it to them.

  1. Copy the image's name, which is the page name minus the first word, "File:".
  2. Go to the article where you want the image to appear and click edit.
  3. Add the name in double brackets, the same as creating any wiki active link, with the word "Image:", at the front of the image file name. Using just the file name gives the image as it was saved, so adding [[Image:Copper_strike.PNG]] to a wiki page gives this:
    Copper strike.PNG
    That is the actual file, actual size.
  4. Click Show preview to make sure the layout is to your satisfaction.
  5. Click Save to commit your changes.

Advanced layout

You can modify the appearance of your image in the wiki by adding additional options after the file name, with pipes ( | ) between them. The most useful options are:

Thumbnail
"thumb" reduces the file size, making it fit in a wiki article better. Clicking the thumbnail image takes the reader to the actual file page with the full-size image.
Size
You can specify the size of the thumbnail by designating the maximum width in pixels, such as "150px" or "300px".
Alignment
"left" or "right" of text (default is centered above/below.)
Caption
adds comments below the image. All wiki editing tags can be used. No tag is needed, just a final pipe ( | ) and the text.
(click to enlarge)
Copper Strike
This dwarf has struck copper.

For example, if we type this:

[[Image:Copper_strike.PNG|thumb|right|200px|''(click to enlarge)''<br />
'''Copper Strike'''<br />This dwarf has struck copper.]]

We get an image that is (as shown to the right):

  • Smaller (thumbnailed)
  • Aligned right
  • Sized to 200 pixels wide
  • Labeled with text below it

Posting an image in a forum

To post an image in a forum on the web takes a little more work, but the steps are parallel to the above.

  1. Create the file as above.
  2. You have to host it somewhere. There are many good free web-hosts available; do a web search for "image hosting" and you'll find all you need (and will probably recognize a few). Follow the instructions to upload the image - should be generally similar to the Upload file steps for the wiki, above.
    (If you find an image on the web, it's possible to right-click and, in "properties", get the address there and use that as the hosted image. However, this is unreliable - if that image gets removed or that page changed, you can lose your link, and some sites prevent such linking. Uploading your own copy of an image to your own hosting site account is the only reliable method.)
    • Note - Do not use this wiki to host images for linking on the forum or web - that is against the Terms of Use of most wikis, including this one.
  3. Once you have it hosted, copy the name - it will usually be something like
    http://i696.freeimagehostingsite.com/albums/blah/blah/blah/myimage.jpg
  4. Each forum or bulletin board uses slightly different code; the DF/Bay12 games forum uses:
    [img]http://i696.freeimagehostingsite.com/albums/blah/blah/blah/myimage.jpg[/img]
    • (To see the code that a different forum uses, find a post with an image in it and click quote - you should be able to see the coding that precedes and follows the file name (the "http://...etc etc"). You can copy that, paste it into your post, and then replace that file name with your hosted image file name - done.)
  5. Use preview to make sure it looks right, and then post.