Help:Editing

From Enshrouded Wiki
Jump to navigation Jump to search

Navigation

Subpages:

  1. Help:Editing/Linking items, quests, lore
  2. Help:Editing/DataQuery templates
  3. Help:Editing/Map
  4. Help:Editing/Map/Ingame coordinates
  5. Help:Editing/Categorization
  6. Help:Editing/Categorization/Items
  7. Help:Editing/Categorization/Creatures
  8. Project:Enshrouded/Localization issues in-game (related)
  9. Help:Maintenance#Notable categories ⇨ starting points
  10. Help:Editing/Rules

Editing syntax

This section provides a brief overview over common wiki syntax.

Anywhere in a line:

Description Input Result
Italic text ''italic'' italic
Bold text '''bold''' bold
Strike-through <del>strike</del> strike
Underline <ins>underline</ins> underline
Superscript <sup>superscript</sup> superscript
Subscript <sub>subscript</sub> subscript
Internal page link (within wiki)
With display text
[[Name of target page]]

[[Name of target page|Display text]]

Name of target page

Display text

Internal image link [[:File:Site-logo.png]] File:Site-logo.png
Internal category link [[:Category:Items]] Category:Items
Internal subsection link [[Name of target page#Name of subsection]] Name of target page#Name of subsection
External page link (off-wiki)
With display text
URL shown
[https://enshrouded.com]

[https://enshrouded.com Display text]
https://enshrouded.com

[1]

Display text
https://enshrouded.com

Signing comments

(for talk pages)

~~~~ [[User:Template:CURRENTUSER|Template:CURRENTUSER]] ([[User talk:Template:CURRENTUSER|talk]]) 08:31, 26 July 2024 (UTC)
Image link with text {{ItemLink|String}} Template:ItemLink
Image resized [[File:Site-logo.png]]

[[File:Site-logo.png|75px]]

Site-logo.png
Site-logo.png
Image thumbnail with caption

(defaults to right side of page)

[[File:Site-logo.png|thumb|Caption Text]]
Caption Text
Image with different landing page [[File:Site-logo.png|link=Dirt Block]] Site-logo.png

Only at the beginning of a line:

Description Input Result
Headings

(a table of contents is created
with four or more of these)

= First tier =
== Second tier ==
=== Third tier ===
==== Fourth tier ====
===== Fifth tier =====
====== Sixth tier ======

First tier

Second tier

Third tier

Fourth tier

Fifth tier
Sixth tier
Numbered list

# Point one
# Point two
# Point three
## Point three subpoint one
# Point four

  1. Point one
  2. Point two
  3. Point three
    1. Point three subpoint one
  4. Point four
Bullet list

* First point
* Second point
* Third point
** Third point, first subpoint
* Fourth point

  • First point
  • Second point
  • Third point
    • Third point, first subpoint
  • Fourth point
Indented lines or paragraphs

No indent
: First indent
:: Second indent
::: and so on

No indent

First indent
Second indent
and so on

See also