Meta: Editing the Wiki

Syntax

The wiki uses a standard editing syntax known as Markdown, and Markdown Extra. This is a different syntax to that used by Wikipedia, and other MediaWiki wikis. The official syntax guide for Markdown is located at Daring Fireball: Markdown. Links to this guide can also be accessed from the Input Formats block located beneath the body field when editing an article.

New Wiki Pages

To create a new wiki page, click the Create button which can be found at the top right of each page. Then and select Wiki.

Formatting

Em__bold__ening can be done by placing two underscore characters before a word. And two underscores after a word. The formatting will not be applied if the underscores are completely surrounded by space characters.

__BOLD!__

_Italic_izing can be done in the exact same manner as boldening (above), except with only one underscore character.

_Italic!_

Links to other pages can be made using the following syntax

[hyperlink text](internal:link/goes/here)

Example #1 - Token:

[Hyperblaster Token](internal:token/hyperblaster)

Preview: Hyperblaster Token

Example #2 - Wiki Page:

[Mentions in the Media](internal:wiki/in-the-media)

Preview: Mentions in the Media

Images

Use images sparingly. If you need to reference many images, please use simply hyperlinks to those images instead of inline previews. Thumbnails for images are not created automatically.

![A description of the image](link_to_image.jpg)