DragSimDragSim

Page Writing Guide

Reference for wiki syntax, formatting, and content conventions.

Syntax Reference

Wiki Links
[[Entry Name]]

Links to another wiki entry. The display text matches the entry name.

Wiki Links (custom text)
[[Entry Name|Custom Text]]

Links to an entry but displays different text.

Headings
## Section Title

Creates a heading that appears in the Table of Contents.

Rarity Inline
{rarity:legendary}

Displays the rarity name in its color. Works for all rarities.

Stat Inline
{stat:damage:100}

Displays a colored stat like +100 Damage.

Tables
| Header 1 | Header 2 |
|----------|----------|
| Cell 1   | Cell 2   |

Standard markdown tables. Separate header with dashes.

Coins (gold color)
{coins:100,000}

Displays a coin amount in gold color, e.g. 100,000 coins.

Collapsible Section
{collapse:Section Title}
Hidden content here
{/collapse}

Creates a collapsible block that users can show/hide.

Tabbed Content
{tabs}
{tab:First Tab}
Content for first tab
{/tab}
{tab:Second Tab}
Content for second tab
{/tab}
{/tabs}

Creates a tabbed section. Each tab has its own content.

@ Mentions
@EntryName (in editor)

While editing, type @ followed by a name to search and insert a wiki link.

Rarity Colors

Set a rarity field in the entry data to color the name in the infobox. Use {rarity:name} inline in descriptions.

COMMONcommon
UNCOMMONuncommon
RARErare
EPICepic
LEGENDARYlegendary
MYTHICmythic
DIVINEdivine
SPECIALspecial
VERY SPECIALvery_special
ULTIMATEultimate
ADMINadmin

Stat Colors

Stats added via the Stats section in the editor display colored in the infobox. Use {stat:key:value} inline in descriptions.

Damagedamage
Strengthstrength
Crit Chancecrit_chance
Crit Damagecrit_damage
Attack Speedattack_speed
Healthhealth
Defensedefense
Speedspeed
Intelligenceintelligence
Magic Findmagic_find
Ferocityferocity
Zealot Affinityzealot_affinity
Bonus Roll Chancebonus_roll_chance
Bonus Attack Speedbonus_attack_speed
Pet Luckpet_luck
Wisdomwisdom
Ability Damageability_damage

Entry Structure

Name — The display title. Generates the URL slug automatically.
Category — Item, Mob, Skill, Location, Quest, Recipe, Mechanic, NPC, Pet, Enchantment, or Reforges.
Description — Main content. Supports all wiki syntax above.
Icon URL — Image shown in the infobox and entry cards.
Tags — Freeform labels for filtering. Autocompletes from existing tags.
Stats — Predefined game stats (Damage, Strength, etc). Shown colored in the infobox.
Custom Data — Any key-value pairs. Add a rarity key to set the item rarity color.
Relations — Structured links to other entries (dropped_by, obtained_from, found_in, etc). Managed in the edit page sidebar.