Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| doc:wiki [2026/02/10 15:35] – big-onche | doc:wiki [2026/02/11 19:46] (Version actuelle) – big-onche | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| # Wiki | # Wiki | ||
| - | Le Wiki Cube Conflict utilise [DokuWiki](https:// | ||
| - | ## Plugins utilisés | + | The Cube Conflict Wiki uses [DokuWiki](https:// |
| - | Voici la liste des différents plugins utilisés afin d' | + | |
| + | The **main syntax relies on the `md` format** thanks to the [Commonmark plugin](https:// | ||
| + | |||
| + | The goal is to maintain a clear, structured, and consistent wiki for all contributors. | ||
| + | |||
| + | ## Formatting Rules | ||
| + | |||
| + | * The main language of the wiki is English. All new pages must be named in English. | ||
| + | * For compound names, use underscores `_` to separate words. | ||
| + | Example: `my_new_page` | ||
| + | * Images should also be named in English, using underscores if necessary. | ||
| + | Example: `my_beautiful_picture.jpg` | ||
| + | * Follow the existing layout to ensure visual and structural consistency. | ||
| + | * Keep the same organization for similar pages. | ||
| + | For example, player classes follow this structure: | ||
| + | **Infobox → Lore → Gameplay → Combos → Easter eggs** (if applicable). | ||
| + | |||
| + | Consistency is more important than isolated creativity. An effective wiki must be predictable. | ||
| + | |||
| + | ## Basic Syntax | ||
| + | |||
| + | The wiki uses **Markdown (`md`)** via the [Commonmark plugin](https:// | ||
| + | |||
| + | For basic formatting (headings, lists, tables, links, etc.), refer to the [official Markdown documentation](https:// | ||
| + | |||
| + | ## DokuWiki Syntax Content | ||
| + | |||
| + | Some elements must **strictly use native DokuWiki syntax**, including: | ||
| + | |||
| + | * [Infoboxes](https:// | ||
| + | * [Tags](https:// | ||
| + | |||
| + | To prevent Markdown from parsing these blocks, use an indented block to enforce DokuWiki syntax: | ||
| + | |||
| + | ```dokuwiki | ||
| + | **this content** will use // | ||
| + | ``` | ||
| + | |||
| + | Everything inside this block will be interpreted in DokuWiki, not Markdown. | ||
| + | |||
| + | ## Wiki Translation | ||
| + | |||
| + | The wiki is multilingual thanks to the [Translation plugin](https:// | ||
| + | |||
| + | * To create a translation of a page, use the corresponding language namespace. | ||
| + | Example: `fr: | ||
| + | * Translated pages are automatically linked to each other. | ||
| + | * You can also click the **" | ||
| + | |||
| + | Ensure that the structure and content remain consistent across languages. | ||
| + | |||
| + | ## Links | ||
| + | |||
| + | 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' | ||
| + | |||
| + | * wiki.cube-conflict.com/ | ||
| + | * wiki.cube-conflict.com/ | ||
| + | * wiki.cube-conflict.com/ | ||
| + | |||
| + | These different forms are just URL variants to reach the page on the site (for example: direct access via namespace or via `doku.php? | ||
| + | |||
| + | ### Internal links within an article | ||
| + | |||
| + | Inside article content, links should be written using **internal namespace | ||
| + | | ||
| + | |||
| + | * `doc:wiki` | ||
| + | |||
| + | 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, | ||
| + | |||
| + | ## Installed Plugins | ||
| + | |||
| + | List of main installed plugins: | ||
| * Commonmark : https:// | * Commonmark : https:// | ||
| * FontSizeFixed : https:// | * FontSizeFixed : https:// | ||
| * Note : https:// | * Note : https:// | ||
| * InfoBox : https:// | * InfoBox : https:// | ||
| + | * Tag : https:// | ||
| * Move : https:// | * Move : https:// | ||
| * TOCSidebar : https:// | * TOCSidebar : https:// | ||
| + | * Translation : https:// | ||
| + | |||