Wiki Crash Course: Difference between revisions

From ConsoleMods Wiki
Jump to navigation Jump to search
No edit summary
m (Cat)
Line 60: Line 60:
* Ask questions. If you are stuck or need help with editing or formatting, reach out to us in the site Discord linked in the sidebar.
* Ask questions. If you are stuck or need help with editing or formatting, reach out to us in the site Discord linked in the sidebar.
* Enjoy yourself! This site is a great way to give back to the community. Enjoy spreading knowledge and knowing that you are helping people.
* Enjoy yourself! This site is a great way to give back to the community. Enjoy spreading knowledge and knowing that you are helping people.
[[Category:ConsoleMods Wiki]]

Revision as of 04:24, 16 January 2022

Thank you for your interest in contributing to the site! This page will give you a short crash course on how to get started editing the wiki. Some of this information can be found by clicking the "Help" button at the top of the text editor. If you have any issues after reading this page, feel free to ask in the site Discord's #wiki-help channel.

Namespaces

Every console on this site has a different namespace, denoted by the word in front of the page name. For example, the "Scene Credits" page on the Xbox wiki is "Xbox:Scene_Credits", with Xbox being the namespace. This allows there to be similarly-named pages on different wikis, such as "PS3:Scene Credits".

Creating Pages

The easiest way to create a page is to manually type the URL for the page you want to create, then click "Create". For instance, if you wanted to make a page called "Scene History" on the Xbox wiki, just type the URL https://consolemods.org/wiki/Xbox:Scene_History into your browser then click "Create".

Editing Pages

Simply click Edit on any page or section header to begin editing. Any edits you make will go to a queue to await approval by a moderator.

Here are the basic formatting tips you may need:

Headings

Section headings (like the "Editing Pages" or "Headings" sections above) can be made with equal signs. For instance, ==Editing Pages== and ===Headings=== produced the above section headings. Every heading must have at least two equal signs on each side and you can go up to six layers deep using more equal signs.

  • Anything before the first heading you create will be displayed at the top before the table of contents.

Italics/Bold

You can make words or phrases italic or bold by highlighting them and clicking the desired icon at the top left of the editor window.

Links

You can add a link to a page by clicking the link icon at the top left of the editor window and filling out the form. Make sure to include the namespace name (i.e. Xbox:) before the page title so it can find the page. Link to outside sites as little as possible and try to stick to well-established sites when you can to prevent dead links in the future. If you are linking to an image, one option may be to upload it on the site and give credit there.

Lists

You can make an ordered (numbered) list by putting a # before each line of text. You cannot have an empty line between two numbered lines, or it will consider it a separate list. You can make an unordered (bullet) list in the same way by using a * instead. You can make a nested list by putting two # or * symbols (i.e. ## or ** or #*).

Codeblocks

You can use inline code blocks by putting a backtick (`) on either side of a word or phrase. This prevents anything inside from being formatted, which is useful for listing commands.

A multi-line code block can be made by 
putting a space before each line.

Indents

You can use a colon (:) before a line to indent it. You can also use indents inside of lists (#:).

Tables

You can make a table by clicking Advanced and choosing the last option on the editor and then manually edit the text after creating it.

Images

You can click the "Upload Image" in the sidebar to upload an image. To use it, click the "Images and Media" icon at the top left of the editor.

Tips

  • Be concise. Use numbered lists instead of paragraphs to make things as clear as possible.
  • Be detailed. Assume the reader stumbled onto the page from Google with no context. Describe what the page is for at the top.
  • Avoid first person. Saying "I recommend..." or "I think..." is confusing as many more people may edit the page.
  • Verify information. If you aren't sure about something, research it or ask around.
  • Ask questions. If you are stuck or need help with editing or formatting, reach out to us in the site Discord linked in the sidebar.
  • Enjoy yourself! This site is a great way to give back to the community. Enjoy spreading knowledge and knowing that you are helping people.