wikiformatting
This is an old revision of the document!
Table of Contents
DokuWiki Formatting Guide
DokuWiki uses a simple syntax for formatting pages. Use this guide to create and edit content on the Moxiecraft Wiki!
Headings
Use equal signs `=` to create headings. More equal signs mean smaller headings.
Example:
====== Heading Level 1 ====== ===== Heading Level 2 ===== === Heading Level 3 ===
Bold, Italics, and Underline
- Bold Text: Use double asterisks ``. Example: This is bold**
- Italic Text: Use double slashes ``. Example: This is italic * Underlined Text: Use double underscores ``. Example: This is underlined__ ===== Lists ===== === Bullet Points === Use asterisks `*` for bullet points. Add more asterisks for subpoints. Example: * Main point * Subpoint * Another subpoint === Numbered Lists === Use a dash and a period `-.` for numbered lists. Example: -. First item -. Second item -. Third item ===== Links ===== === Internal Links === Use double square brackets `wikiformatting` to link to other pages within the wiki. Example: Home Page === External Links === Just paste the URL or use square brackets with optional text. Example: https://moxiecraft.org Moxiecraft Website ===== Images ===== Add images using the syntax:
For resizing:
(width x height)
===== Tables =====
Create tables using `^` for headers and `|` for rows.
Example:
^ Header 1 ^ Header 2 ^ Header 3 ^
| Row 1 | Data 1 | Data 2 |
| Row 2 | Data A | Data B |
===== Code and Preformatted Text =====
Use double backticks for inline code: ``code``
Use triple backticks for code blocks:
===== Horizontal Line =====
Use four dashes `—-` to create a horizontal line.
Example:
—-
This is a horizontal line.
===== Quoting =====
Use a `>` symbol at the start of a line for block quotes.
Example:
> This is a blockquote.
===== Embedding Plugins or Advanced Features =====
Refer to specific plugin documentation if advanced formatting (e.g., dynamic content) is needed. Common examples:
* Add syntax for embedding maps, galleries, or charts as plugins allow.
—
This guide covers the basics for most of your DokuWiki needs. Happy editing!
wikiformatting.1732895204.txt.gz · Last modified: by moxieskip
