Table of Contents

Wiki Syntax Reference

Welcome to the Volaire LARP Wiki syntax helper page. This guide will walk you through all supported DokuWiki formatting options so you can confidently create clear, consistent, and properly structured pages. Whether you're contributing rules, lore, or updates, this reference will help you stay on brand and in format.

📝 All content on the Volaire LARP Wiki is Out-of-Play (OOP) unless explicitly tagged as In-Play (IP).

✨ Text Formatting

Paragraphs are separated by a blank line.

Use \\ at the end of a line for a forced line break. Example: This is a sentence
with a break.


Use colons : for namespaces.


🧾 Lists

Unordered:

Ordered:


🧱 Headings & Structure

A Table of Contents (TOC) is auto-generated with 3+ headings. Disable it using ~~NOTOC~~.

Add horizontal rules using four dashes: ----


📸 Media & Images

Inline Image:

Resize:

Align:

Image Links:


🧮 Tables

Syntax:

  ^ Header A ^ Header B ^
  | Row 1 A  | Row 1 B  |
  | Row 2 A  | Row 2 B  |

Advanced:

    | Left     |  Centered  |     Right |

🧪 Code Blocks

This is %%''monospaced''%%

This is ''monospaced''

<code>
Your code here
</code>

<code python>
def cast_spell():
return "Fireball!"
</code>

def cast_spell():
    return "Fireball!"

🧷 Footnotes & Quotes

Footnote:

Quoting:

> This is a response  
>> Nested response  
This is a response
Nested response

⚠️ Final Tips


Navigation: Return to Wiki Home | Interactive Rulebook Hub

1)
This is a footnote