User Tools

Site Tools


start

This is an old revision of the document!


LabUnix Wiki — Syntax Cheatsheet

Welcome to the LabUnix wiki. Below is a reference for DokuWiki syntax.

Text Formatting

**bold** → bold //italic// → italic __underlined__ → underlined ''monospace'' → monospace **//bold italic//** → bold italic

Headings

====== Heading 1 ======
===== Heading 2 =====
==== Heading 3 ====
=== Heading 4 ===
== Heading 5 ==

Lists

Unordered:
  * Item one
  * Item two
    * Nested item

Ordered:
  - First
  - Second
    - Nested
[[page name]]
[[page name|Link text]]
[[namespace:page|Link text]]
[[https://example.com|External]]

Code

Inline: ''code here''

Block:
<code>
your code

With highlighting:

your bash code

</code>

Tables

^ Header 1  ^ Header 2  ^ Header 3  ^
| Cell 1    | Cell 2    | Cell 3    |
| Cell 4    | Cell 5    | Cell 6    |

Notes

<note>Regular note.</note>
<note important>Important note.</note>
<note warning>Warning.</note>
<note tip>Tip.</note>

Images

{{namespace:image.png}}
{{namespace:image.png|caption}}
{{namespace:image.png?200}}        (resize to 200px)
{{namespace:image.png?200x100}}    (resize to 200x100)

Namespaces

[[servers:sanctum]]
[[services:vaultwarden]]
start.1781008308.txt.gz · Last modified: by lukasz