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).
monospace
`Fancy
`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.
Unordered:
Ordered:
A Table of Contents (TOC) is auto-generated with 3+ headings. Disable it using ~~NOTOC~~.
Add horizontal rules using four dashes: ----
Inline Image:
Resize:
Align:
Image Links:
Syntax:
^ Header A ^ Header B ^ | Row 1 A | Row 1 B | | Row 2 A | Row 2 B |
Advanced:
| Left | Centered | Right |
This is %%''monospaced''%%
This is ''monospaced''
<code>
Your code here
</code>
<code python>
def cast_spell():
return "Fireball!"
</code>
def cast_spell(): return "Fireball!"
Footnote:
Quoting:
> This is a response >> Nested response
This is a responseNested response
Navigation: Return to Wiki Home | Interactive Rulebook Hub