Community Central
Community Central
(moving some imagery around)
(→‎Can I categorize images?: bit of a polish)
Line 51: Line 51:
 
Text-free versions may be useful for using across different languages.
 
Text-free versions may be useful for using across different languages.
   
  +
== Categorizing files ==
== Can I categorize images? ==
 
By adding a [[Help:Category|category]] tag on the image page, images can be in the same category as other pages, but are treated a little differently: they are not included in the count of articles in the category, and they are displayed in a separate section, with a thumbnail and the name for each.
+
By adding a [[Help:Category|category]] tag on the file page, files can be in the same category as other pages, but they are not included in the count of articles in the category, and they are displayed in a separate section, with a thumbnail and the name for each.
   
  +
Because the [[Special:Upload|upload form]] has an blank for introducing an "upload summary", you can place categories here, and thereby apply a category to an image without editing the file description page later. You can also add categorisation code to your [[Help:Image copyright tags|file copyright tags]], allowing you to automatically apply categories just because you've used a certain copyright tag.
A category can either mix articles and images about a subject, or you can create separate image categories. An image category is typically a subcategory of the general category about the same subject, and a subcategory of a wider image category.
 
   
  +
That said, though, there's nothing inherently "different" about categorizing files than there is about categorizing any other type of page. Your wiki's file category structure can be just as simple or complex as for any other type of page.
For categorizing a brand new image, the image page does not even have to be edited: the category code can be included in the upload summary.
 
   
 
== Can images be protected? ==
 
== Can images be protected? ==

Revision as of 17:13, 25 June 2019

FileDescriptionPage

An file description page.

Each uploaded file has an associated file description page, which gives information about the source of the file, as well as some licensing and technical information about the file. While we traditionally think of a file description page as something that gives more info about a static image, it can actually amplify anything that can be uploaded to a wiki, including videos, sound clips, fonts, PDF documents and more.

Because a file description page is part of a unique namespace, you may occasionally hear it referred to by either the namespace name or number. Terms like a file page or a namespace 6 page mean precisely the same thing.

What are the parts of the page?

The description page consists of four parts:

  1. The file itself — or, in some cases, a link to it
    • When the file is an image, the description page shows it at either full- or reduced-size. If the reduced-size version is presented, there will also be links to additional sizes, including the file's full resolution.
    • Displayed images can be slightly different to the original upload, as images are automatically optimized for use on the web. A "download" link is available to obtain the original file.
  2. An "About" tab that contains:
    • An editable description of the file
    • A list of pages on which the file appears — but excluded from this list are pages that simply link to the file page, or usages within CSS or JavaScript code
  3. A "File History" tab that contains:
    • The history of uploads for that file
    • A link to upload a new version of that file
  4. A "Metadata" tab, when metadata of the file is available.

How do I update the page?

The description text under the "About" tab can be edited like normal article text by clicking the "Edit" button. This will also allow you to categorize the image.

The image itself can be updated by uploading a new image with the same name via upload tools, or by using the "Upload a new version of this file" link at the bottom of the "File history" tab.

What information should be placed on the "About" tab?

This area allows normal article wikitext. Initially the description automatically contains the upload summary supplied by the user when uploading the first version (this text also shows up in the "File history" section in the "Comment" column).

Description of the image

Example: "Image of a goldfish in a small tank". This is useful for users who do not have direct access to the image.

Author and source information

FileAboutTab

An example of reasonable sourcing and licensing information in an "About" tab

Always provide as much information as you can about the creator of the image, and where you got the image (i.e. a website, scanned from a book, took a photo yourself).

If the image is licensed under a CC-BY license (or most similar licenses) it must be attributed to the copyright holder (usually the photographer).  If this is not done, your upload violates the terms of the license, and is a copyright violation.

Even if the image is public domain or is under a license that doesn't require attribution, please provide source information anyway to make verification easy. Remember that your community might be around for ten, twenty, or a hundred years, and later readers or editors may have different needs for verifying the source of an image.

Licensing information

Please include an image copyright tag, either by typing the correct template (such as {{Fairuse}} by hand, or choosing from a license selector dropdown, if available on your wiki.

If applicable, provide a link to documentation of the licensing terms (i.e. a "Terms of use" or "About" page for the website where you got the image).

Other versions

If other versions (especially a larger version) of the same image exists, it can be helpful to link to them. For example:

  • [[File:Goldfish-in-tank-large.jpg|larger version]] ([[:File:Goldfish-in-tank-large.jpg|info]])
  • [[File:Goldfish-in-tank2.jpg|different camera angle]] ([[:File:Goldfish-in-tank2.jpg|info]])
  • [[File:Goldfish-in-tank-textfree.jpg|text-free version]] ([[:File:Goldfish-in-tank-textfree.jpg|info]])

Text-free versions may be useful for using across different languages.

Categorizing files

By adding a category tag on the file page, files can be in the same category as other pages, but they are not included in the count of articles in the category, and they are displayed in a separate section, with a thumbnail and the name for each.

Because the upload form has an blank for introducing an "upload summary", you can place categories here, and thereby apply a category to an image without editing the file description page later. You can also add categorisation code to your file copyright tags, allowing you to automatically apply categories just because you've used a certain copyright tag.

That said, though, there's nothing inherently "different" about categorizing files than there is about categorizing any other type of page. Your wiki's file category structure can be just as simple or complex as for any other type of page.

Can images be protected?

Administrators and content moderators can protect an image description page, which automatically protects the image itself, preventing users without specified rights from reuploading that image or uploading an image of the same name.

How do I link to an image page without displaying the image?

To make a link to the image description page of an image without including the actual image, use a leading colon in the link, like: [[:File:Image.png]] or [[:File:Image.jpg]]. The colon prevents the image being embedded in the article, and instead makes an ordinary internal link.

See also

Further help and feedback