Help:EditingGive feedback
| For a general overview of wiki contribution, please see the Help:Getting Started guide.
This page is a quick reference cheatsheet for the most common wikitext syntax used on this wiki.
Basic Formatting Cheatsheet
| Description | You type | You get |
|---|---|---|
| Italic text | ''italic'' | italic |
| Bold text | '''bold''' | bold |
| Bold and italic | '''''bold & italic''''' | bold & italic |
| Section headings (A Table of Contents is automatically generated after 3 or 4 headings) |
== Level 2 == === Level 3 === |
Level 2Level 3Level 4 |
| Bulleted list | * One * Two ** Two point one * Three |
|
| Numbered list | # One # Two ## Two point one # Three |
|
| Internal link (within this Wiki) |
[[Hero]] [[Hero|link to the Hero page]] |
Hero link to the Hero page |
| Link to a section on another page | [[Abrams#Update_history]] | Abrams#Update_history |
| External link (to other websites) |
[http://www.example.org Link text] http://www.example.org |
Link text http://www.example.org |
| Display an image (as a thumbnail) |
[[File:Deadlock Logo.png|thumb|Your caption here]] | |
| Use a template (transclusion) |
{{Template name}} | (The content of the template is displayed on the page.) |
| Add a page category (usually at the bottom) |
[[Category:Category name]] | (Adds a category link to the bottom of the page.) |
| Redirect one page to another (This should be the only text on the page) |
#REDIRECT [[Target Page]] | (The page will simply redirect) |
| Indenting text (Used on talk pages for replies) |
Normal text :First indent ::Second indent |
Normal text :First indent ::Second indent |
| Sign your posts on talk pages | ~~~~ | Username (talk) 09:59, 13 September 2026 (UTC) |
Saving Your Edits
Before you save, it is good practice to summarize your changes and check for mistakes.
Source Editor
When editing the wikitext directly, you will see these options below the edit window:
- Summary: Enter a brief description of the changes you have made (e.g., "fixed typo," "added information about abilities"). This is very important for helping other editors understand the page's history.
- This is a minor edit: A checkbox for small changes like fixing a typo or correcting a link.
- Show preview: This shows you what the saved page will look like. It is extremely useful for catching mistakes before you save.
- Show changes: This shows a side-by-side comparison of the differences between the current version and your edited version.
Visual Editor
When using the Visual Editor, clicking the blue "Publish changes" button will open a dialog with these options:
- Summary: The same as in the source editor, this is where you describe your change.
- Review your changes: This button allows you to see the wikitext differences your changes have made, similar to "Show changes" in the source editor.
- This is a minor edit: A checkbox for small changes like fixing a typo or correcting a link.
See also
- Help:Contents — The main help page