Help:Editing

From The Deadlock Wiki
Jump to navigation Jump to search

| 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

[edit source]
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 4 ====

Level 2

[edit source]

Level 3

[edit source]

Level 4

[edit source]
Bulleted list * One
* Two
** Two point one
* Three
  • One
  • Two
    • Two point one
  • Three
Numbered list # One
# Two
## Two point one
# Three
  1. One
  2. Two
    1. Two point one
  3. 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]]
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) 03:12, 13 September 2026 (UTC)

Saving Your Edits

[edit source]

Before you save, it is good practice to summarize your changes and check for mistakes.

Source Editor

[edit source]

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

[edit source]

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

[edit source]