Site Notice
  • We have a limited coverage policy. Please check our coverage page to see which articles are allowed.
  • Please no leaked content less than one year old, or videos of leaks.
  • Content copied verbatim from other websites or wikis will be removed.

Difference between revisions of "Help:Images"

From NintendoWiki, your source on Nintendo information. By fans, for fans.
Jump to navigation Jump to search
m (Text replacement - "#{{Nintendo 3rd color}};" to "{{Site-Color|Nintendo|3}};")
m
 
Line 1: Line 1:
NintendoWiki uses images to illustrate concepts such as logos and box art for a variety of purposes. This page is meant to provide general guidelines on images.
+
NintendoWiki uses images to illustrate concepts such as logos and box art for a variety of purposes. This page is meant to provide general guidelines on uploading images to the wiki and placing them on articles.
  
 
==Uploading images==
 
==Uploading images==
Line 5: Line 5:
 
A few general things to keep note of when uploading an image to the wiki:
 
A few general things to keep note of when uploading an image to the wiki:
  
*Make sure that the file has a brief, straightforward name. The name shouldn't be more than a few words at most, and should clearly indicate what the image is depicting. Users should also avoid using special characters or other languages in file names.
+
* Make sure that the file has a brief, straightforward name. The name shouldn't be more than a few words at most, and should clearly indicate what the image is depicting. As we are an English-language wiki, users should also avoid using special characters in file names.
*While the wiki does not have or enforce a maximum image resolution, the file size cannot be larger than 2 MB.
+
* While the wiki does not have or enforce a maximum image resolution, the file size cannot be larger than 5 MB.
  
===File types===
+
===File formats===
Images are uploaded using the "[[Special:Upload|Upload file]]" page. When uploading an image, it is important to note the extension of the file, as the wiki supports a select few file types. It is also important to understand the differences between these types of files, as they will impact the quality of the image:
+
Images are uploaded using the "[[Special:Upload|Upload file]]" page. When uploading an image, it is important to note the extension of the file, as the wiki currently supports a select few file types. It is also important to understand the differences between these types of files, as they will impact the quality of the image:
  
 
*{{wp|JPEG}} (.jpg / .jpeg) is a {{wp|Lossy compression|lossy}} image format generally used for photographs.
 
*{{wp|JPEG}} (.jpg / .jpeg) is a {{wp|Lossy compression|lossy}} image format generally used for photographs.
 
*{{wp|Portable Network Graphics|PNG}} (.png) is a {{wp|Lossless data compression|lossless}} {{wp|raster graphics}} format which supports palette-based images and transparency.
 
*{{wp|Portable Network Graphics|PNG}} (.png) is a {{wp|Lossless data compression|lossless}} {{wp|raster graphics}} format which supports palette-based images and transparency.
 
*{{wp|Graphics Interchange Format|GIF}} (.gif) is a {{wp|bitmap}} image format that supports up to 256 colors. GIF files should generally only be used if they are animated.
 
*{{wp|Graphics Interchange Format|GIF}} (.gif) is a {{wp|bitmap}} image format that supports up to 256 colors. GIF files should generally only be used if they are animated.
*{{wp|Bitmap|BMP}} (.bmp) images are not supported by the wiki, and should be converted to another file format before being uploaded.
+
 
*{{wp|Scalable Vector Graphics|SVG}} (.svg) is an {{wp|XML}}-based {{wp|Vector graphics|vector}} format. This format is not supported by the wiki.
+
Other image formats, such as {{wp|BMP file format|bitmap}} (.bmp) or {{wp|Scalable Vector Graphics|SVG}} (.svg) images, are not currently supported by the wiki, and should be converted to other file formats before attempting to upload. Video and audio file formats, such as {{wp|Ogg}} (.ogg, .ogv, .oga), are also not supported by the wiki.
*Video and audio file formats such as {{wp|Ogg}} are not supported by the wiki.
 
  
 
===File description and licensing===
 
===File description and licensing===
Line 24: Line 23:
 
==Licensing==
 
==Licensing==
 
{{FileSourceCitation
 
{{FileSourceCitation
|use=What the file is being used for to determine the license (see below).
+
|use = What the file is being used for to determine the license (see below).
|colorscheme=The color scheme to be used.
+
|colorscheme = The color scheme to be used.
|series=If an image relates to a specific series of games, that series is noted here.
+
|series = If an image relates to a specific series of games, that series is noted here.
|game=If an image is related to a specific game, that game should be noted here.
+
|game = If an image is related to a specific game, that game should be noted here.
|face=If an image is depicting a person, that person is noted here.
+
|face = If an image is depicting a person, that person is noted here.
|console=If an image is of hardware or is depicting a game or device for a specific system, that hardware should be noted here.
+
|console = If an image is of hardware or is depicting a game or device for a specific system, that hardware should be noted here.
|original_source=Where you originally found the file. If the source is another website, this should include an external link directly to the page the uploaded image was originally used on.
+
|original_source = Where you originally found the file. If the source is another website, this should include an external link directly to the page the uploaded image was originally used on.
|edits=If any edits have been made to the original image, describe them here.
+
|edits = If any edits have been made to the original image, describe them here.
 
}}
 
}}
 
</pre>
 
</pre>
Line 47: Line 46:
 
This will display the image at full size, with no borders, directly where it is placed in the article. However, how the image is displayed can be adjusted using a number of parameters:
 
This will display the image at full size, with no borders, directly where it is placed in the article. However, how the image is displayed can be adjusted using a number of parameters:
  
<blockquote>
+
{| width="90%" style="{{roundy|15px}} background:{{Site-Color|nintendo}}; border:2px solid {{Site-Color|Nintendo|3}}; margin:0 auto;"
{|width="75%" style="{{roundy|15px}} background:{{Site-Color|nintendo}}; border:2px solid {{Site-Color|Nintendo|3}};"
+
|-
 +
! Description
 +
! Code
 +
! Result
 +
|-
 +
| style="{{roundytl|15px}} background:#FFFFFF; padding-left:5px;" | Display the image as a thumbnail
 +
| style="background:#FFFFFF;" | <pre>[[File:SMB Boxart.png|thumb]]</pre>
 +
| style="{{roundytr|15px}} background:#FFFFFF; padding-right:10px;" | [[File:SMB Boxart.png|thumb]]
 +
|-
 +
| style="background:#FFFFFF; padding-left:5px;" | Adjust the image size
 +
| style="background:#FFFFFF;" | <pre>[[File:SMB Boxart.png|thumb|100px]]</pre>
 +
| style="background:#FFFFFF; padding-right:5px;" | [[File:SMB Boxart.png|thumb|100px]]
 +
|-
 +
| style="background:#FFFFFF; padding-left:5px;" | Add a caption
 +
| style="background:#FFFFFF;" | <pre>[[File:SMB Boxart.png|thumb|100px|caption]]</pre>
 +
| style="background:#FFFFFF; padding-right:5px;" | [[File:SMB Boxart.png|thumb|100px|caption]]
 +
|-
 +
| style="{{roundybl|15px}} background:#FFFFFF; padding-left:5px;" | To change the position
 +
| style="background:#FFFFFF;" | <pre>[[File:SMB Boxart.png|thumb|left|100px|caption]]</pre>
 +
| style="{{roundybr|15px}} background:#FFFFFF; padding-right:5px;" | [[File:SMB Boxart.png|thumb|left|100px|caption]]
 
|-
 
|-
!
 
!Code
 
!Result
 
|- style="background:#FFFFFF;"
 
|To display the image as a thumbnail:
 
|<pre>[[File:SMB Boxart.png|thumb]]</pre>
 
|[[File:SMB Boxart.png|thumb]]
 
|- style="background:#FFFFFF;"
 
|To adjust the image size:
 
|<pre>[[File:SMB Boxart.png|thumb|100px]]</pre>
 
|[[File:SMB Boxart.png|thumb|100px]]
 
|- style="background:#FFFFFF;"
 
|To add a caption:
 
|<pre>[[File:SMB Boxart.png|thumb|100px|caption]]</pre>
 
|[[File:SMB Boxart.png|thumb|100px|caption]]
 
|- style="background:#FFFFFF;"
 
|To change the position:
 
|<pre>[[File:SMB Boxart.png|thumb|left|100px|caption]]</pre>
 
|[[File:SMB Boxart.png|thumb|left|100px|caption]]
 
|- style="background:#FFFFFF;"
 
 
|}
 
|}
</blockquote>
 
  
 
===Galleries===
 
===Galleries===

Latest revision as of 01:58, 19 December 2023

NintendoWiki uses images to illustrate concepts such as logos and box art for a variety of purposes. This page is meant to provide general guidelines on uploading images to the wiki and placing them on articles.

Uploading images

General guidelines

A few general things to keep note of when uploading an image to the wiki:

  • Make sure that the file has a brief, straightforward name. The name shouldn't be more than a few words at most, and should clearly indicate what the image is depicting. As we are an English-language wiki, users should also avoid using special characters in file names.
  • While the wiki does not have or enforce a maximum image resolution, the file size cannot be larger than 5 MB.

File formats

Images are uploaded using the "Upload file" page. When uploading an image, it is important to note the extension of the file, as the wiki currently supports a select few file types. It is also important to understand the differences between these types of files, as they will impact the quality of the image:

  • JPEG (.jpg / .jpeg) is a lossy image format generally used for photographs.
  • PNG (.png) is a lossless raster graphics format which supports palette-based images and transparency.
  • GIF (.gif) is a bitmap image format that supports up to 256 colors. GIF files should generally only be used if they are animated.

Other image formats, such as bitmap (.bmp) or SVG (.svg) images, are not currently supported by the wiki, and should be converted to other file formats before attempting to upload. Video and audio file formats, such as Ogg (.ogg, .ogv, .oga), are also not supported by the wiki.

File description and licensing

In the image description, one should add a "Licensing" section and the {{FileSourceCitation}} template with the proper parameters filled in. In general, the format should look like this:

==Licensing==
{{FileSourceCitation
|use = What the file is being used for to determine the license (see below).
|colorscheme = The color scheme to be used.
|series = If an image relates to a specific series of games, that series is noted here.
|game = If an image is related to a specific game, that game should be noted here.
|face = If an image is depicting a person, that person is noted here.
|console = If an image is of hardware or is depicting a game or device for a specific system, that hardware should be noted here.
|original_source = Where you originally found the file. If the source is another website, this should include an external link directly to the page the uploaded image was originally used on.
|edits = If any edits have been made to the original image, describe them here.
}}

For a list of applicable licenses for the "use" parameter, see here

Applying images

Individual

The code for applying an image to an article is similar to that of adding a link. For example, to use "File:SMB Boxart.png", one would use the code:

[[File:SMB Boxart.png]]

This will display the image at full size, with no borders, directly where it is placed in the article. However, how the image is displayed can be adjusted using a number of parameters:

Description Code Result
Display the image as a thumbnail
[[File:SMB Boxart.png|thumb]]
SMB Boxart.png
Adjust the image size
[[File:SMB Boxart.png|thumb|100px]]
SMB Boxart.png
Add a caption
[[File:SMB Boxart.png|thumb|100px|caption]]
caption
To change the position
[[File:SMB Boxart.png|thumb|left|100px|caption]]
caption

Galleries

NintendoWiki logo.png  Main article: Help:Gallery 

Galleries are generally used for the purpose of displaying numerous images in one space. They can be added to an article using the "<gallery></gallery>" tags, while the image names are added between the tags. For example:

<gallery>
SMB Boxart.png
</gallery>

Displays:


NintendoWiki logo.png
Basic Editing

Getting Started • Talk Pages • Images • Galleries • Image Sourcing • Templates • Moving Pages

Advanced Editing

Tables • HTML • CSS • Redirects • Archiving • Archiving Talk Pages • Merging • Merging Pages • Citing Sources • References • Templates (Formatting Templates • Link templates) • Color usage • Protected Page

Policies/Guidelines

General rules • Coverage Policy • Nintendo Article Guidelines • Article Structures • File Deletion Policy • InterWiki Policy • Protected Policy • Color Scheme

Standards

Quality Standards • Sections • Lists • Tables • Templates • Images • Categories

Featured

Content Help guide • Articles • Images

Projects

Release management • Technical details • Interwiki (Link) Task Force • CrossWiki Team • Affiliates • Interlanguage partners

Basics

User Accounts

Customizations

Userboxes (Userbox list)  • Custom Signatures • User Navigation Bars

Ranks

Users • Autoconfirmed • Ambassadors • Autopatrol • Patroller • Administrators • Bureaucrats

Communication

Skype • IRC • Community portal