DokuWiki Syntax Reference - Optimized

System: DokuWiki 2024-02-06b "Kaos" | Bootstrap3 | 25+ plugins | PHP 7.4-8.1


``` bold italic underline monospace subscript superscript strikethrough combined formatting ```

``` Line 1
Line 2 with forced break
End of paragraph

New paragraph starts here ```


```

H1 (Main Title)

H4 (Sub-subsection)

H5 (Paragraph)

```

``` —- horizontal line disable table of contents force page refresh ``` —-

``` http://example.com http://example.com Link text email [at] domain [dot] com ```

``` pagename Display text page Section link This section ```

``` wiki Interwiki \\server\share Windows share ``` —-

``` original size width: 200px width x height external image ```

``` centered left aligned right aligned Caption text with caption ```

- Images: gif, jpg, png, svg - Video: webm, ogv, mp4 - Audio: ogg, mp3, wav —-

``` * First item * Second item * Nested item * Another nested * Back to first level ```

``` - First numbered - Second numbered - Nested numbered - Another nested - Back to first level ```

``` * Unordered - Ordered nested - Another ordered * Back to unordered ``` —-

``` ^ Header 1 ^ Header 2 ^ Header 3 ^ | Cell 1 | Cell 2 | Cell 3 | | Row 2 | Data | More | ```

``` ^ Header 1 ^ Header 2 ^ Header 3 ^ | Cell 1 | Colspan || | Rowspan | Cell 2 | Cell 3 | | ::: | Cell 2 | Cell 3 | ```

``` ^ Centered Header ^ | right| center |left | ``` Rules: 2+ spaces: left→right, right→left, both→center —-

``` Use monospace for inline code ```

``` <code> Plain code block preserves spaces </code> <code java> Syntax highlighted Java public class Hello {

  public static void main(String[] args) {
      System.out.println("Hello World!");
  }

} </code> ```

```

script.php
<?php
echo "Downloadable file";
?>

```

``` **No formatting** //applied here// **No formatting** //applied here// ```

Popular: java, php, python, javascript, html, css, xml, json, yaml, bash, sql, c, cpp, csharp, go, rust, swift, kotlin, scala, ruby, perl, lua, r, matlab, latex, markdown

Complete list: 200+ languages including assembly, fortran, cobol, ada, pascal, delphi, vb, powershell, batch, nginx, apache, docker, terraform, etc.


```

First level quote
Second level quote
Third level quote

```

``` Text with footnote1) ```

``` 8-) 8-O :-( :-) =) :-/ :-\ :-? :-D :-P :-O :-X :-| ;-) ^_^ :?: :!: LOL FIXME DELETEME → ← ↔ ⇒ ⇐ ⇔ » « – — 640x480 © ™ ® ```


```

```

Parameters: - Number: max items to display - author: show author names - date: show publication dates - reverse: newest first - 1h/1d/1w: update frequency


``` Red text Blue text on yellow background Hex color ```

``` Generic icon Font Awesome With tooltip Glyphicon with size ```

```

Contact Information

```

```

SeiteDatumBenutzerBeschreibungDiskussionTags
11.01.2014 06:23 DokuWiki Syntax Reference - Optimized System: DokuWiki 2024-02-06b "Kaos" | Bootstrap3 | 25+ plugins | PHP 7.4-8.1 ---------- 1. Text Formatting Basic Markup ``` bold italic underline monospace subscript superscript strikethrough combined formatting , , , , , , ,
TagMenge
1
1
2
1
1
1
1
1
1
1
1

```

``` Task to complete Completed task [user]Task assigned to user High priority task ```

``` —- struct data —- schema: person name: John Doe email: john@example.com department: IT


```

```

Name Position Salary
John Developer $75,000
Jane Designer $65,000
Bob Manager $85,000

```

```

```

```

Information Box Centered, rounded info box with 60% width

Emphasized inline text ```


```

→ Slide 1

Main Slide

Slide content here

→ Slide 2

Next slide content

↓ Slide 3

Nested slide content ```

↓ Slide 4

```

Slide 1 lightblue

First point appears Then second point Finally third point

Notes

Speaker notes here - Point 1 - Point 2

```

Available Themes: white, black, sky, beige, blood, league, moon, night, serif, simple, solarized, dokuwiki


→ Slide 2
↓ Slide 3

```

graph TD A[Start] --> B{Decision} B -->|Yes| C[Action 1] B -->|No| D[Action 2] C --> E[End] D --> E
```

↓ Slide 4

```

sequenceDiagram participant User participant System participant Database User->>System: Request System->>Database: Query Database-->>System: Response System-->>User: Result
```

↓ Slide 5

```

gantt title Project Timeline dateFormat YYYY-MM-DD section Planning Requirements :done, 2024-01-01, 2024-01-05 Design :active, 2024-01-06, 3d section Development Coding :2024-01-10, 7d Testing :2024-01-15, 5d
```

Supported Types: flowchart, sequence, gantt, class, git, pie, journey, er, timeline, quadrant


→ Slide 6
↓ Slide 7

- DokuWiki: 2024-02-06b "Kaos" - Template: Bootstrap3 v2024-02-06 (hotfix/20241008) - PHP: 7.4-8.1 compatible - Plugins: 25+ active extensions

↓ Slide 8

``` Force refresh for this page ```

↓ Slide 9

- Optimize images before upload - Use namespaces for organization - Avoid excessive plugin usage - Regular maintenance and updates —-

→ Slide 10
↓ Slide 11

| Problem | Solution | | Page not updating | Use `` or Ctrl+F5 | | Images not displaying | Check file path and permissions | | Syntax not working | Verify plugin activation | | PHP errors | Check PHP version compatibility | | Plugin conflicts | Disable plugins individually |

↓ Slide 12

- Modern browsers: Full support - Mobile devices: Responsive design - Accessibility: Screen reader compatible - Performance: Optimized for speed

↓ Slide 13

1. Check browser console for errors 2. Verify plugin compatibility 3. Test with minimal content 4. Use DokuWiki debug mode 5. Check server logs —-

→ Slide 14
↓ Slide 15

- Use logical heading hierarchy - Implement consistent naming conventions - Organize media in folders - Regular content reviews

↓ Slide 16

- Provide alt-text for images - Use descriptive link text - Maintain proper heading structure - Test with screen readers

↓ Slide 17

- Keep DokuWiki updated - Use strong authentication - Review ACL settings regularly - Monitor for suspicious activity

↓ Slide 18

- Optimize images and media - Use caching effectively - Minimize plugin usage - Regular maintenance —-

→ Slide 19
↓ Slide 20

``` page page ```

↓ Slide 21

``` Link to section ```

↓ Slide 22

``` wiki Wikipedia search term ```

↓ Slide 23

``` namespace:page ``` —-

→ Slide 24
↓ Slide 25

| Element | Syntax | Result | | Bold | `text` | text | | Italic | `text` | text | | Link | `text` | text | | Image | `` | Image display | | Code | `code` | code | | Header | `===== H2 =====` | Section header | | List | ` * item` | • item | | Table | `^ head ^ head ^` | Table header |

↓ Slide 26

| Plugin | Syntax | Function | | Color | `text` | Colored text | | Icon | `` | Font Awesome icon | | Tag | `

` | Page tags | | Todo | ` task` | Task item | | Mermaid | `<mermaid>graph TD…</mermaid>` | Diagram | —- Complete DokuWiki syntax reference for wiki.satware.com Version: 2024-02-06b "Kaos" | Updated: currentdate


1)
This is the footnote content
  • wiki/syntax.txt
  • Zuletzt geändert: 16.07.2025 11:54
  • von Jane Alesi