Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:syntax [2025/05/11 23:21] – add ad-hoc tags to basic formatting section shanes | wiki:syntax [2025/05/15 09:12] (current) – add info about ad-hoc wrap shanes | ||
---|---|---|---|
Line 14: | Line 14: | ||
| Superscript | | Superscript | ||
| Subscript | | Subscript | ||
- | | Strikethrough | + | | Strikethrough |
- | | Insertion | + | |
- | | Deletion | + | |
| Code | '' | | Code | '' | ||
| Variable | | Variable | ||
Line 85: | Line 83: | ||
DokuWiki supports [[doku> | DokuWiki supports [[doku> | ||
For example this is a link to Wikipedia' | For example this is a link to Wikipedia' | ||
- | |||
- | ==== Windows Shares ==== | ||
- | |||
- | Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp> | ||
- | |||
- | Windows Shares like [[\\server\share|this]] are recognized, too. | ||
- | |||
- | Notes: | ||
- | |||
- | * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone" | ||
- | * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http:// | ||
- | <?php | ||
- | /** | ||
- | * Customization of the english language file | ||
- | * Copy only the strings that needs to be modified | ||
- | */ | ||
- | $lang[' | ||
- | </ | ||
==== Image Links ==== | ==== Image Links ==== | ||
Line 372: | Line 352: | ||
Note: Vertical alignment is not supported. | Note: Vertical alignment is not supported. | ||
+ | |||
+ | |||
+ | ===== Boxes ===== | ||
+ | |||
+ | You can separate some text from the main flow of the article by putting it in a styled box: | ||
+ | <div info> | ||
+ | You can put text in boxes like this. That's useful for warnings, hints, or anything else you want to draw special attention to. | ||
+ | |||
+ | Boxes can contain multiple paragraphs, as well as most other kinds of wiki markup like links or lists. | ||
+ | </ | ||
+ | |||
+ | You do so by wrapping the content in a '' | ||
+ | < | ||
+ | <div info> | ||
+ | You can put text in boxes like this. That's useful for warnings, hints, or anything else you want to draw special attention to. | ||
+ | |||
+ | Boxes can contain multiple paragraphs, as well as most other kinds of wiki markup like links or lists. | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | |||
+ | There are six available box styles: | ||
+ | <div grid-2-columns> | ||
+ | <div info>'' | ||
+ | <div tip>'' | ||
+ | <div important>'' | ||
+ | <div alert>'' | ||
+ | <div outline>'' | ||
+ | <div box>'' | ||
+ | </ | ||
+ | |||
+ | You can also use smaller boxes with the same styles inline in a paragraph by using a '' | ||
===== No Formatting ===== | ===== No Formatting ===== |