Help:Contributing/Editing help

Revision as of 18:06, 19 August 2022 by TheOnlyZac (talk | contribs) (Forked and expanded content from Help:Contributing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page includes help for creating and editing articles.

Article/section titles

When creating new articles and sections, use sentence case for the title unless it is a proper noun.

e.g. Sly 2:Entity swap tutorial is correct, but Sly 2:Entity Swap Tutorial is not.
Titles like Sly 2:Jean Bison or Sly 1:Freecam Mod are fine because they are proper nouns

Namespaces

When you create a new article, put it in the namespace for the game in the series it relates to. Those namespaces are Sly 1, Sly 2, Sly 3, and Sly 4. For instance, if you are making an article for a topic Sly 1, put the article in the Sly 1 namespace; That just means putting Sly 1: at the front of the article title.

e.g. If you create an article for the Difficulty mechanic in Sly 1, name the article Sly 1:Difficulty, not Difficulty or Difficulty (Sly 1).
Likewise, if you create an article for the Difficulty mechanic in Sly 2, name the article Sly 2:Difficulty.

If you come across an article in the wrong namespace, you can rename it by mousing over the the More menu at the top-right of the page and clicking Move.

Image guidelines

When uploading images, please follow these guidelines:

  • The preferred file type is PNG. Please only upload JPEG images if the only available file is a JPEG and there is no alternative.
  • For in-game screenshots, capture the screenshot at the native resolution. This can be done by setting your PCSX2 resolution to native and capturing the screenshot through PCSX2 directly.
    • If you only have a screenshot that is non-native resolution and you are unable to take a new one, you can still upload it if it is a PNG. Just put {{Replace image|Not native resolution}} in the image description and someone will eventually come along to replace it.
  • Use descriptive files names, eg. Sly 1 May demo debug menu.png instead of SCREENSHOT_202207050937.PNG.

If you can improve the wiki by adding an image, please do so! When in doubt, an image will need to be replaced is better than no image if it will improve the article.

Citing Sources

You can cite sources using <ref></ref> tags. If you come across an unsourced statement needs citation, add the {{Citation needed}} tag. If you are able to replace a [citation needed] with a reliable source, please do so!

Citing websites

The preferred method of citations is to include the article title, publication name, and date published as follows:

<ref name=“sly 4 review”>[https://www.ign.com/articles/2010/11/17/the-sly-collection-review?amp=1 The Sly Collection Review] - IGN, 4 May 2012</ref>

The above code will add a reference to the bottom of the page that looks like this:

The Sly Collection Review - IGN, 4 May 2012

If you’re in a hurry, you can just include the URL ref tags. A citation with just a URL is better than no citation.

Citing the games

If the information you are citing is coming directly from one of the games, you can use the template {{Sly 1}}, {{Sly 2}}, {{Sly 3}}, or {{Sly 4}} in the reference. For instance:

<ref>{{Sly 1}} - Developer commentary for ''Into The Machine''</ref>

This will render as:

Sly Cooper and the Thievius Raccoonus - Developer commentary for Into The Machine

References section

If you use ref tags in an article, put a References section at the bottom of the page, after all the other sections but before any maintenance or navigation templates. In the source editor it should look like this:

== References ==
<references/>

This is because if you do not include the <references/> tag somewhere in the article, the references will show up at the very bottom of the page, meaning they'll be below any templates like {{stub}} or {{Navbox Sly 1}}.