Help:Contributing/Editing help: Difference between revisions

From SlyMods
Jump to navigation Jump to search
Content added Content deleted
m (Completed sentence)
(Changed image section see other tag to main)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page includes help for creating and editing articles.
This page includes help and tips for editing wiki articles.


{{Ambox|type=content|text='''If you get an error message while saving your edits, do not refresh the page.'''</br>Just press the back button in your browser and try again. Your changes will not be lost unless you refresh the page.}}
== Creating new articles ==
=== How to create articles ===
Start by searching for the name of the article you want to create. If there is no article with that title already, it will show a red link at the top of the search results asking if you want to create that article.


== Editors ==
Just click that red link and it will bring you to an editor where you can start typing the article. From this page you can assess two ways to create the article:
To edit an article, just click the '''Edit''' link in the top-right of the page. This will take you to the edit page where you can use one of two editors:
* '''Visual Editor''' – The visual editor lets you type on the page and see how it will look when the page is published. This is converted to wiki text behind the scenes. Visual Editor is recommended if you aren’t familiar with editing wikis.
* '''Visual Editor''' – The visual editor lets you type on the page and see how it will look when the page is published. This is converted to wiki text behind the scenes. Visual Editor is recommended if you aren’t familiar with editing wikis.
* '''Source Editor''' – The source editor lets you directly type in wikitext format. For documentation on Wikitext formatting, see [[wp:help:Wikitext]].
* '''Source Editor''' – The source editor lets you directly type in wikitext format. For documentation on Wikitext formatting, see [[wikipedia:Help:Wikitext]].
To switch back and forth between editors, use the pencil icon in the top-right corner.
To switch back and forth between editors, use the pencil icon in the top-right corner.


== Section titles ==
'''If you get a 503 error while editing a page, just press the back button in your browser and try again. Your changes will not be lost as long as you don’t refresh the page.'''
When creating new sections on a page, use sentence case for the title unless it is a proper noun.
: '''Example''': {{Color|limegreen|Section titles}} is correct, but {{Color|red|Section Titles}} is not.


== Images ==
=== Article and section naming ===
{{Main|Help:Contributing/Image_guidelines}}
When creating new articles and sections, use sentence case for the title unless it is a proper noun.
To upload images (or any other kind of file), go to the page [[Special:Upload]] or click the ''Upload file'' link in the sidebar. From there you can select a file, give it a name and description.
: e.g. {{Color|limegreen|Sly 2:Entity swap tutorial}} is correct, but {{Color|red|Sly 2:Entity Swap Tutorial}} is not.
: Titles like {{color|limegreen|Sly 2:Jean Bison}} or {{Color|limegreen|Sly 1:Freecam Mod}} are fine because they are proper nouns


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.
=== Namespaces ===
When you create a new article for something specific to a certain game, put it in the namespace for that game (either <code>Sly 1</code>, <code>Sly 2</code>, <code>Sly 3</code>, or <code>Sly 4</code>). For instance, if you are making an article for a topic in Sly 1, put the article in the <code>Sly 1</code> namespace; That just means putting <code>Sly 1:</code> at the front of the article title.
: e.g. If you create an article for the [[Sly 1:Difficulty|Difficulty mechanic in Sly 1]], name the article {{Color|limegreen|Sly 1:Difficulty}}, not {{Color|red|Difficulty}} or {{Color|red|Difficulty (Sly 1)}}.
: Likewise, if you create an article for the [[Sly 2:Difficulty|Difficulty mechanic in Sly 2]], name the article {{Color|limegreen|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'''.


== Adding images ==
== YouTube videos ==
To add a YouTube video to an article, switch to the source editor and insert the following:
=== How to upload images ===
<pre><youtube width="600">y5LBIdvnAJM</youtube></pre>
To upload images (or any other kind of file), go to the page [[Special:Upload]] or click the ''Upload file'' link in the sidebar. From there you can select a file, give it a name and description.


Replace <code>y5LBIdvnAJM</code> with the YouTube video ID, '''not''' the URL. The video ID will be in the URL immediately after the <code>?v=</code>.
=== Image guidelines ===
: '''Example''': if the URL is <code>https://www.youtube.com/watch?v=dQw4w9WgXcQ</code>, the video ID is <code>dQw4w9WgXcQ</code>
When uploading images, please follow these guidelines:
* The preferred file type is PNG. 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 {{Tlc|Replace image|Not native resolution}} in the image description and someone will eventually come along to replace it.
* Use descriptive files names, eg. {{color|limegreen|Sly 1 May demo debug menu.png}} instead of {{color|red|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 ==
== Citing Sources ==

Latest revision as of 22:09, 10 May 2023

This page includes help and tips for editing wiki articles.

Editors

To edit an article, just click the Edit link in the top-right of the page. This will take you to the edit page where you can use one of two editors:

  • Visual Editor – The visual editor lets you type on the page and see how it will look when the page is published. This is converted to wiki text behind the scenes. Visual Editor is recommended if you aren’t familiar with editing wikis.
  • Source Editor – The source editor lets you directly type in wikitext format. For documentation on Wikitext formatting, see wikipedia:Help:Wikitext.

To switch back and forth between editors, use the pencil icon in the top-right corner.

Section titles

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

Example: Section titles is correct, but Section Titles is not.

Images

To upload images (or any other kind of file), go to the page Special:Upload or click the Upload file link in the sidebar. From there you can select a file, give it a name and description.

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.

YouTube videos

To add a YouTube video to an article, switch to the source editor and insert the following:

<youtube width="600">y5LBIdvnAJM</youtube>

Replace y5LBIdvnAJM with the YouTube video ID, not the URL. The video ID will be in the URL immediately after the ?v=.

Example: if the URL is https://www.youtube.com/watch?v=dQw4w9WgXcQ, the video ID is dQw4w9WgXcQ

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}}.