Difference between revisions of "ParadiseStation Wiki:Manual of Style/Files"

From Paradise Station Wiki
Jump to navigation Jump to search
(Created page with "{{ParadiseStation Wiki:Manual of Style/Header|HeaderText=Files}} This section of the Manual of Style describes '''File''' rules and standard for our wiki. This includes file types, naming schemes, file quality, and file specifications. It would be considered an acceptable edit to rename/modify a file given that if the name of the file was changed, all references to said file in articles would also be modified to adhere to the name. ==File Namespace== The only pages that...")
 
(→‎Images: added more info for images)
Line 4: Line 4:
The only pages that should exist under the <code>File:</code> are where files are stored. All redirects and non-content pages should be expediently deleted. The <code>File Talk:</code> namespace is only to be used for special instruction pertaining to the maintenance and updating of the image.
The only pages that should exist under the <code>File:</code> are where files are stored. All redirects and non-content pages should be expediently deleted. The <code>File Talk:</code> namespace is only to be used for special instruction pertaining to the maintenance and updating of the image.
==Images==
==Images==
* Images should be in a state that most accurately represents their appearance in-game
* Any images (especially Location Images) should be taken using the native built-in BYOND screenshot taker
** It is preferable to use admin tools to increase view range if necessary
** If that is not large enough, multiple images should be taken and stitched together
* Any space in an image that a sprite/location does not directly take up should be made transparent
===Specifications===
* Images should only ever be uploaded as <code>.png</code> files.
* All in-game sprites should be upscaled by a factor of 2 using nearest neighbored scaling
** For example, a 32x32 pixel sprite in-game would be scaled up to 64x64 for the wiki
* Images should be centered/offset exactly as they appear in dream maker
* Editing to sprites after they are exported from dreammaker should only be done to apply overlays
===Naming===
* All images are to be uploaded as <code>.png</code> files with the .png portion of the file name in lowercase.
* All images are to be uploaded as <code>.png</code> files with the .png portion of the file name in lowercase.
* All image names should have the first letter of each word capitalized
* All image names should have the first letter of each word capitalized
* If most useful to contributors, the image name should match the in-game name of the object, location, or mob exactly.
* If most useful to contributors, the image name should match the in-game name of the object, location, or mob exactly.
** Exceptions to this would be extremely long names, names that would be gibberish, or names that would be otherwise impossible to find through the search function
** Exceptions to this would be extremely long names, names that would be gibberish, or names that would be otherwise impossible to find through the search function
* Whitespace should be used instead of underscores
** In cases where multiple objects share the same sprite, the most commonly used object should be the sprite name and in cases of object inheritance, the base/parent object should be the basis for the name
* Whitespace should be used instead of underscores for spacing
* There should be no space in-between the namespace declaration and file name
* There should be no space in-between the namespace declaration and file name

Revision as of 23:47, 26 March 2022

Return to Wiki Contributor Portal Files Return to MOS Main Page
Typography Prose Content Layout Templates Files Accessibility

This section of the Manual of Style describes File rules and standard for our wiki. This includes file types, naming schemes, file quality, and file specifications. It would be considered an acceptable edit to rename/modify a file given that if the name of the file was changed, all references to said file in articles would also be modified to adhere to the name.

File Namespace

The only pages that should exist under the File: are where files are stored. All redirects and non-content pages should be expediently deleted. The File Talk: namespace is only to be used for special instruction pertaining to the maintenance and updating of the image.

Images

  • Images should be in a state that most accurately represents their appearance in-game
  • Any images (especially Location Images) should be taken using the native built-in BYOND screenshot taker
    • It is preferable to use admin tools to increase view range if necessary
    • If that is not large enough, multiple images should be taken and stitched together
  • Any space in an image that a sprite/location does not directly take up should be made transparent

Specifications

  • Images should only ever be uploaded as .png files.
  • All in-game sprites should be upscaled by a factor of 2 using nearest neighbored scaling
    • For example, a 32x32 pixel sprite in-game would be scaled up to 64x64 for the wiki
  • Images should be centered/offset exactly as they appear in dream maker
  • Editing to sprites after they are exported from dreammaker should only be done to apply overlays

Naming

  • All images are to be uploaded as .png files with the .png portion of the file name in lowercase.
  • All image names should have the first letter of each word capitalized
  • If most useful to contributors, the image name should match the in-game name of the object, location, or mob exactly.
    • Exceptions to this would be extremely long names, names that would be gibberish, or names that would be otherwise impossible to find through the search function
    • In cases where multiple objects share the same sprite, the most commonly used object should be the sprite name and in cases of object inheritance, the base/parent object should be the basis for the name
  • Whitespace should be used instead of underscores for spacing
  • There should be no space in-between the namespace declaration and file name