Wiki

The Cube Conflict Wiki uses DokuWiki with the Bootstrap3 template.

The main syntax relies on the md format thanks to the Commonmark plugin.

The goal is to maintain a clear, structured, and consistent wiki for all contributors.

Formatting Rules

Consistency is more important than isolated creativity. An effective wiki must be predictable.

Basic Syntax

The wiki uses Markdown (md) via the Commonmark plugin.

For basic formatting (headings, lists, tables, links, etc.), refer to the official Markdown documentation.

DokuWiki Syntax Content

Some elements must strictly use native DokuWiki syntax, including:

To prevent Markdown from parsing these blocks, use an indented block to enforce DokuWiki syntax:

```dokuwiki
**this content** will use //dokuwiki// syntax **and not** //markdown//.
```

Everything inside this block will be interpreted in DokuWiki, not Markdown.

Wiki Translation

The wiki is multilingual thanks to the Translation plugin.

Ensure that the structure and content remain consistent across languages.

It is important to distinguish between the URL used to access a page and the internal link syntax used inside an article.

Accessing pages via the browser

A single page can be accessed in multiple equ ivalent ways in the browser's address bar:

These different forms are just URL variants to reach the page on the site (for example: direct access via namespace or via doku.php?id=).

Internal links within an article

Inside article content, links should be written using internal namespace syntax only:

This is the correct form to create links between wiki pages.

Do not use full URLs inside articles.
Always prefer the internal namespace syntax to ensure portability, consistency, and maintainability of the wiki.

Installed Plugins

List of main installed plugins: